Build Information
Failed to build FLCharts, reference 1.9.1 (43e0e5
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 20 Jun 2025 07:16:51 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FLCharts -destination generic/platform=watchOS
Build Log
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:11:56: error: 'UIView' is unavailable in watchOS
public final class FLHorizontalMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:19:32: error: 'UIStackView' is unavailable in watchOS
private let barStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:19:32: error: 'init()' is unavailable in watchOS
private let barStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:12:46: error: 'UIView' is unavailable in watchOS
public final class FLMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift:11:37: error: 'UIView' is unavailable in watchOS
public final class FLPlainChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift:10:32: error: 'UIView' is unavailable in watchOS
public protocol CardableChart: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:14:30: error: 'UILabel' is unavailable in watchOS
private let titleLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:14:30: error: 'init()' is unavailable in watchOS
private let titleLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:15:31: error: 'UILabel' is unavailable in watchOS
private var averageLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:17:35: error: 'UIStackView' is unavailable in watchOS
private let headerStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:17:35: error: 'init()' is unavailable in watchOS
private let headerStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:18:29: error: 'UIStackView' is unavailable in watchOS
private let stackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:18:29: error: 'init()' is unavailable in watchOS
private let stackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:19:32: error: 'UILayoutGuide' is unavailable in watchOS
private let contentGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:118:24: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let white = UIColor(named: "white", in: bundle, compatibleWith: nil) ?? .white
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:122:24: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let black = UIColor(named: "black", in: bundle, compatibleWith: nil) ?? .black
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:12:28: error: 'UIView' is unavailable in watchOS
final public class FLCard: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:121:27: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let darkGray = UIColor(named: "dark gray", in: bundle, compatibleWith: nil) ?? backupDarkGray
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:42:34: error: 'UILayoutGuide' is unavailable in watchOS
private let chartLayoutGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:44:44: error: 'UILayoutGuide' is unavailable in watchOS
internal var didUpdateChartLayoutGuide: (UILayoutGuide) -> Void = { _ in }
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:498:50: error: 'UILabel' is unavailable in watchOS
private func xPositionForAverageLabel(_ label: UILabel) -> CGFloat {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:20:32: error: 'UIView' is unavailable in watchOS
public class FLCartesianPlane: UIView, FLStylable {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift:10:29: error: 'UIView' is unavailable in watchOS
public final class FLChart: UIView, FLStylable, MutableCardableChart {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:10:46: error: 'CAAnimation' is unavailable in watchOS
public typealias CAAnimationBlockCallback = (CAAnimation, Bool) -> ()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:17:42: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:23:41: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:12:58: error: 'CAAnimationDelegate' is unavailable in watchOS
public class CAAnimationBlockCallbackDelegate: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:71:11: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
@protocol CAAnimationDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:30:18: error: 'CAAnimation' is unavailable in watchOS
public extension CAAnimation {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:84:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:111:45: error: 'UIView' is unavailable in watchOS
static func animateContraints(for view: UIView, damping: CGFloat, response: CGFloat, delay: TimeInterval = 0) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:117:135: error: 'UIViewAnimatingPosition' is unavailable in watchOS
static func animate(damping: CGFloat, response: CGFloat, delay: TimeInterval = 0, animations: @escaping () -> Void, completion: ((UIViewAnimatingPosition) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:20:28: note: 'UIViewAnimatingPosition' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIViewAnimatingPosition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:97:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:129:11: error: 'UISpringTimingParameters' is unavailable in watchOS
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h:32:12: note: 'UISpringTimingParameters' has been explicitly marked unavailable here
@interface UISpringTimingParameters : NSObject <UITimingCurveProvider>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:100:51: error: 'CAGradientLayer' is unavailable in watchOS
public func gradientLayer(in rect: CGRect) -> CAGradientLayer {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:119:28: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let lightGray = UIColor(named: "light gray", in: bundle, compatibleWith: nil) ?? backupLightGray
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:10:41: error: 'UICollectionView' is unavailable in watchOS
public class FLIntrinsicCollectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:52:32: error: 'UIView' is unavailable in watchOS
public func apply(to view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:25:32: error: 'UILayoutPriority' is unavailable in watchOS
static var almostRequired: UILayoutPriority {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:24:11: error: 'UILayoutPriority' is unavailable in watchOS
extension UILayoutPriority {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:31:30: error: 'UILayoutPriority' is unavailable in watchOS
func withPriority(_ new: UILayoutPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:31:51: error: 'NSLayoutConstraint' is unavailable in watchOS
func withPriority(_ new: UILayoutPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:30:11: error: 'NSLayoutConstraint' is unavailable in watchOS
extension NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:40:37: error: 'UIView' is unavailable in watchOS
func constraints(equalTo other: UIView, directions: LayoutDirection = .all,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:41:32: error: 'UILayoutPriority' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:41:66: error: 'NSLayoutConstraint' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:41:52: error: 'required' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint. Do not exceed this.
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:62:43: error: 'UILayoutGuide' is unavailable in watchOS
func constraints(equalTo layoutGuide: UILayoutGuide, directions: LayoutDirection = .all,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:63:32: error: 'UILayoutPriority' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:63:66: error: 'NSLayoutConstraint' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:63:52: error: 'required' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint. Do not exceed this.
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:37:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:16:34: error: 'UILabel' is unavailable in watchOS
private let dataValueLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:16:34: error: 'init()' is unavailable in watchOS
private let dataValueLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:17:38: error: 'UILabel' is unavailable in watchOS
private let unitOfMeasureLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:17:38: error: 'init()' is unavailable in watchOS
private let unitOfMeasureLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:12:40: error: 'UIView' is unavailable in watchOS
public final class BarHighlightedView: UIView, HighlightedView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift:12:34: error: 'UIView' is unavailable in watchOS
public protocol HighlightedView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:17:28: error: 'UIView' is unavailable in watchOS
private let mockView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:17:28: error: 'init()' is unavailable in watchOS
private let mockView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:25:36: error: 'UIView' is unavailable in watchOS
private var lineIndicatorView: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:35:33: error: 'UIView' is unavailable in watchOS
lineIndicatorView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:35:33: error: 'init()' is unavailable in watchOS
lineIndicatorView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:83:49: error: 'UIPanGestureRecognizer' is unavailable in watchOS
@objc private func didLongTap(_ panGesture: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:44:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:107: error: 'UICollectionViewCell' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:97: error: 'UICollectionViewLayout' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:97: error: 'UICollectionViewLayout' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:97: error: 'UICollectionViewLayout' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:21: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:49: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:14:30: error: 'UIView' is unavailable in watchOS
private let squareView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:14:30: error: 'init()' is unavailable in watchOS
private let squareView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:15:28: error: 'UILabel' is unavailable in watchOS
private let keyLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:15:28: error: 'init()' is unavailable in watchOS
private let keyLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:10:24: error: 'UICollectionViewCell' is unavailable in watchOS
class FLLegendKeyCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:23:31: error: 'CACornerMask' is unavailable in watchOS
case corners(corners: CACornerMask, CGFloat)
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:25:29: error: 'UIView' is unavailable in watchOS
func apply(to view: UIView, shorterEdge: CGFloat) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift:10:32: error: 'UIView' is unavailable in watchOS
public final class FLPieChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:13:30: error: 'CAShapeLayer' is unavailable in watchOS
private let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:63:54: error: 'CABasicAnimation' is unavailable in watchOS
private func animate(_ name: String, configure: (CABasicAnimation) -> Void) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:10:19: error: 'UIView' is unavailable in watchOS
class SliceShape: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:14:34: error: 'init()' is unavailable in watchOS
private let collectionView = HighlightingCollectionView()
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:12:37: error: 'UIView' is unavailable in watchOS
internal final class FLBarPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:105:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:109: error: 'UICollectionViewCell' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:103:26: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension FLBarPlotView: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:99: error: 'UICollectionViewLayout' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:99: error: 'UICollectionViewLayout' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:99: error: 'UICollectionViewLayout' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:144:26: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension FLBarPlotView: UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:10:38: error: 'UIView' is unavailable in watchOS
internal final class FLLinePlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift:11:31: error: 'UIView' is unavailable in watchOS
internal protocol FLPlotView: UIView, FLStylable {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:26:41: error: 'UIView' is unavailable in watchOS
internal final class FLScatterPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:12:34: error: 'UIView' is unavailable in watchOS
public final class FLRadarChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:26: error: 'UICollectionView' is unavailable in watchOS
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:79: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:16:28: error: 'CALayer' is unavailable in watchOS
private let clipMask = CALayer()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:18:19: error: 'UICollectionViewDelegate' is unavailable in watchOS
var delegate: UICollectionViewDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:22:21: error: 'UICollectionViewDataSource' is unavailable in watchOS
var dataSource: UICollectionViewDataSource? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:12:40: error: 'UIView' is unavailable in watchOS
open class UnclippedTopCollectionView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal armv7k (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal arm64_32 (in target 'FLCharts' from project 'FLCharts')
Building workspace spi-builder-workspace with scheme FLCharts
(4 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
FLCharts: /Users/admin/builder/spi-builder-workspace
resolved source packages: FLCharts
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "FLCharts",
"name" : "FLCharts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "FLCharts",
"targets" : [
"FLCharts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "FLCharts",
"module_type" : "SwiftTarget",
"name" : "FLCharts",
"path" : "Sources/FLCharts",
"product_memberships" : [
"FLCharts"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Colors.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/de.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "de"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/es.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "es"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/fr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "fr"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/hi.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "hi"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/it.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "it"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/pt-BR.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pt-br"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/pt-PT.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pt-pt"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/ru.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ru"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/zh-HK.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hk"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/zh-Hans.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hans"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/zh-Hant.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hant"
}
}
}
],
"sources" : [
"Assets/Translation.swift",
"Bar/ChartBar.swift",
"Bar/FLChartBarCell.swift",
"Bar/FLHorizontalMultipleValuesChartBar.swift",
"Bar/FLMultipleValuesChartBar.swift",
"Bar/FLPlainChartBar.swift",
"FLCard/CardableChart.swift",
"FLCard/FLCard.swift",
"FLCard/FLCardStyle.swift",
"FLCartesianPlane.swift",
"FLChart.swift",
"Helpers/Aggregator.swift",
"Helpers/BezierCurves/PlayfulCurveLine.swift",
"Helpers/BezierCurves/ProfessionalCurveLine.swift",
"Helpers/CAAnimationBlockCallbackDelegate.swift",
"Helpers/Chart+XT.swift",
"Helpers/FLColor.swift",
"Helpers/FLIntrinsicCollectionView.swift",
"Helpers/FLShadow.swift",
"Helpers/Formatters.swift",
"Helpers/Labels/Label.swift",
"Helpers/Labels/Labels.swift",
"Helpers/NSLayoutConstraint+XT.swift",
"HighlightView/BarHighlightedView.swift",
"HighlightView/ChartHighlightingDelegate.swift",
"HighlightView/HighlightedView.swift",
"HighlightingCollectionView.swift",
"Legend/FLLegend.swift",
"Legend/FLLegendKeyCell.swift",
"Models/Configurations/FLAverageViewConfig.swift",
"Models/Configurations/FLAxesLabelConfig.swift",
"Models/Configurations/FLAxesLineConfig.swift",
"Models/Configurations/FLBarConfig.swift",
"Models/Configurations/FLChartConfig.swift",
"Models/Configurations/FLDashedLineConfig.swift",
"Models/Configurations/FLLineConfig.swift",
"Models/Configurations/FLRadarGridConfig.swift",
"Models/Configurations/FLStylable.swift",
"Models/Configurations/FLTickConfig.swift",
"Models/FLChartData.swift",
"Models/FLDataSet.swift",
"Models/Key.swift",
"Models/PlotableData.swift",
"PieChart/FLPieBorder.swift",
"PieChart/FLPieChart.swift",
"PieChart/FLPiePlotable.swift",
"PieChart/SliceShape.swift",
"PlotView/FLBarPlotView.swift",
"PlotView/FLLinePlotView.swift",
"PlotView/FLPlotView.swift",
"PlotView/FLScatterPlotView.swift",
"RadarChart/FLRadarChart.swift",
"UnclippedTopCollectionView.swift",
"XAxisProvider/LineXAxis.swift",
"XAxisProvider/ScatterXAxis.swift",
"XAxisProvider/XAxisProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FLCharts"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FLCharts -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FLCharts -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
FLCharts: /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 'FLCharts' in project 'FLCharts'
➜ Explicit dependency on target 'FLCharts' in project 'FLCharts'
➜ Explicit dependency on target 'FLCharts_FLCharts' in project 'FLCharts'
Target 'FLCharts' in project 'FLCharts'
➜ Explicit dependency on target 'FLCharts_FLCharts' in project 'FLCharts'
Target 'FLCharts_FLCharts' in project 'FLCharts' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver FLCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FLCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts-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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts_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/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FLCharts normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FLCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts_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/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FLCharts normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FLCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts-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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts_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/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal arm64_32 (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:10:27: error: 'UIView' is unavailable in watchOS
public protocol ChartBar: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:24:29: error: 'UIView' is unavailable in watchOS
private let xAxisLine = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:24:29: error: 'init()' is unavailable in watchOS
private let xAxisLine = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:26:22: error: 'UILabel' is unavailable in watchOS
let xAxisLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:26:22: error: 'init()' is unavailable in watchOS
let xAxisLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:28:36: error: 'NSLayoutConstraint' is unavailable in watchOS
internal var heightConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:13:36: error: 'UICollectionViewCell' is unavailable in watchOS
final public class FLChartBarCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:18:33: error: 'UIStackView' is unavailable in watchOS
private let barsStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:18:33: error: 'init()' is unavailable in watchOS
private let barsStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:11:56: error: 'UIView' is unavailable in watchOS
public final class FLHorizontalMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:19:32: error: 'UIStackView' is unavailable in watchOS
private let barStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:19:32: error: 'init()' is unavailable in watchOS
private let barStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:12:46: error: 'UIView' is unavailable in watchOS
public final class FLMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift:11:37: error: 'UIView' is unavailable in watchOS
public final class FLPlainChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift:10:32: error: 'UIView' is unavailable in watchOS
public protocol CardableChart: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:14:30: error: 'UILabel' is unavailable in watchOS
private let titleLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:14:30: error: 'init()' is unavailable in watchOS
private let titleLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:15:31: error: 'UILabel' is unavailable in watchOS
private var averageLabel: UILabel?
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:17:35: error: 'UIStackView' is unavailable in watchOS
private let headerStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:17:35: error: 'init()' is unavailable in watchOS
private let headerStackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:18:29: error: 'UIStackView' is unavailable in watchOS
private let stackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:124:12: note: 'UIStackView' has been explicitly marked unavailable here
@interface UIStackView : UIView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:18:29: error: 'init()' is unavailable in watchOS
private let stackView = UIStackView()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:19:32: error: 'UILayoutGuide' is unavailable in watchOS
private let contentGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:118:24: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let white = UIColor(named: "white", in: bundle, compatibleWith: nil) ?? .white
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:122:24: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let black = UIColor(named: "black", in: bundle, compatibleWith: nil) ?? .black
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:12:28: error: 'UIView' is unavailable in watchOS
final public class FLCard: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:121:27: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let darkGray = UIColor(named: "dark gray", in: bundle, compatibleWith: nil) ?? backupDarkGray
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:42:34: error: 'UILayoutGuide' is unavailable in watchOS
private let chartLayoutGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:44:44: error: 'UILayoutGuide' is unavailable in watchOS
internal var didUpdateChartLayoutGuide: (UILayoutGuide) -> Void = { _ in }
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:498:50: error: 'UILabel' is unavailable in watchOS
private func xPositionForAverageLabel(_ label: UILabel) -> CGFloat {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:20:32: error: 'UIView' is unavailable in watchOS
public class FLCartesianPlane: UIView, FLStylable {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift:10:29: error: 'UIView' is unavailable in watchOS
public final class FLChart: UIView, FLStylable, MutableCardableChart {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:10:46: error: 'CAAnimation' is unavailable in watchOS
public typealias CAAnimationBlockCallback = (CAAnimation, Bool) -> ()
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:17:42: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:23:41: error: 'CAAnimation' is unavailable in watchOS
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:12:58: error: 'CAAnimationDelegate' is unavailable in watchOS
public class CAAnimationBlockCallbackDelegate: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:71:11: note: 'CAAnimationDelegate' has been explicitly marked unavailable here
@protocol CAAnimationDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:30:18: error: 'CAAnimation' is unavailable in watchOS
public extension CAAnimation {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:84:18: error: 'UIViewController' is unavailable in watchOS
public extension UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:111:45: error: 'UIView' is unavailable in watchOS
static func animateContraints(for view: UIView, damping: CGFloat, response: CGFloat, delay: TimeInterval = 0) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:117:135: error: 'UIViewAnimatingPosition' is unavailable in watchOS
static func animate(damping: CGFloat, response: CGFloat, delay: TimeInterval = 0, animations: @escaping () -> Void, completion: ((UIViewAnimatingPosition) -> Void)? = nil) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewAnimating.h:20:28: note: 'UIViewAnimatingPosition' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, UIViewAnimatingPosition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:97:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:129:11: error: 'UISpringTimingParameters' is unavailable in watchOS
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITimingParameters.h:32:12: note: 'UISpringTimingParameters' has been explicitly marked unavailable here
@interface UISpringTimingParameters : NSObject <UITimingCurveProvider>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:100:51: error: 'CAGradientLayer' is unavailable in watchOS
public func gradientLayer(in rect: CGRect) -> CAGradientLayer {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:119:28: error: 'init(named:in:compatibleWith:)' is unavailable in watchOS
static let lightGray = UIColor(named: "light gray", in: bundle, compatibleWith: nil) ?? backupLightGray
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:131:1: note: 'init(named:in:compatibleWith:)' has been explicitly marked unavailable here
+ (nullable UIColor *)colorNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle compatibleWithTraitCollection:(nullable UITraitCollection *)traitCollection API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:10:41: error: 'UICollectionView' is unavailable in watchOS
public class FLIntrinsicCollectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:52:32: error: 'UIView' is unavailable in watchOS
public func apply(to view: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:25:32: error: 'UILayoutPriority' is unavailable in watchOS
static var almostRequired: UILayoutPriority {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:24:11: error: 'UILayoutPriority' is unavailable in watchOS
extension UILayoutPriority {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:31:30: error: 'UILayoutPriority' is unavailable in watchOS
func withPriority(_ new: UILayoutPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:31:51: error: 'NSLayoutConstraint' is unavailable in watchOS
func withPriority(_ new: UILayoutPriority) -> NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:30:11: error: 'NSLayoutConstraint' is unavailable in watchOS
extension NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:40:37: error: 'UIView' is unavailable in watchOS
func constraints(equalTo other: UIView, directions: LayoutDirection = .all,
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:41:32: error: 'UILayoutPriority' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:41:66: error: 'NSLayoutConstraint' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:41:52: error: 'required' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint. Do not exceed this.
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:62:43: error: 'UILayoutGuide' is unavailable in watchOS
func constraints(equalTo layoutGuide: UILayoutGuide, directions: LayoutDirection = .all,
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:24:12: note: 'UILayoutGuide' has been explicitly marked unavailable here
@interface UILayoutGuide : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:63:32: error: 'UILayoutPriority' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:17:15: note: 'UILayoutPriority' has been explicitly marked unavailable here
typedef float UILayoutPriority NS_TYPED_EXTENSIBLE_ENUM API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:63:66: error: 'NSLayoutConstraint' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:63:52: error: 'required' is unavailable in watchOS
priority: UILayoutPriority = .required) -> [NSLayoutConstraint] {
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:18:31: note: 'required' has been explicitly marked unavailable here
static const UILayoutPriority UILayoutPriorityRequired API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos) = 1000; // A required constraint. Do not exceed this.
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:37:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:16:34: error: 'UILabel' is unavailable in watchOS
private let dataValueLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:16:34: error: 'init()' is unavailable in watchOS
private let dataValueLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:17:38: error: 'UILabel' is unavailable in watchOS
private let unitOfMeasureLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:17:38: error: 'init()' is unavailable in watchOS
private let unitOfMeasureLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:12:40: error: 'UIView' is unavailable in watchOS
public final class BarHighlightedView: UIView, HighlightedView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift:12:34: error: 'UIView' is unavailable in watchOS
public protocol HighlightedView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:17:28: error: 'UIView' is unavailable in watchOS
private let mockView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:17:28: error: 'init()' is unavailable in watchOS
private let mockView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:25:36: error: 'UIView' is unavailable in watchOS
private var lineIndicatorView: UIView?
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:35:33: error: 'UIView' is unavailable in watchOS
lineIndicatorView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:35:33: error: 'init()' is unavailable in watchOS
lineIndicatorView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:83:49: error: 'UIPanGestureRecognizer' is unavailable in watchOS
@objc private func didLongTap(_ panGesture: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPanGestureRecognizer.h:31:12: note: 'UIPanGestureRecognizer' has been explicitly marked unavailable here
@interface UIPanGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:44:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:107: error: 'UICollectionViewCell' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:97: error: 'UICollectionViewLayout' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:97: error: 'UICollectionViewLayout' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:97: error: 'UICollectionViewLayout' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:21: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:49: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:14:30: error: 'UIView' is unavailable in watchOS
private let squareView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:14:30: error: 'init()' is unavailable in watchOS
private let squareView = UIView()
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:15:28: error: 'UILabel' is unavailable in watchOS
private let keyLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:15:28: error: 'init()' is unavailable in watchOS
private let keyLabel = UILabel()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:10:24: error: 'UICollectionViewCell' is unavailable in watchOS
class FLLegendKeyCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:23:31: error: 'CACornerMask' is unavailable in watchOS
case corners(corners: CACornerMask, CGFloat)
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:25:29: error: 'UIView' is unavailable in watchOS
func apply(to view: UIView, shorterEdge: CGFloat) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift:10:32: error: 'UIView' is unavailable in watchOS
public final class FLPieChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:13:30: error: 'CAShapeLayer' is unavailable in watchOS
private let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:63:54: error: 'CABasicAnimation' is unavailable in watchOS
private func animate(_ name: String, configure: (CABasicAnimation) -> Void) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:10:19: error: 'UIView' is unavailable in watchOS
class SliceShape: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:14:34: error: 'init()' is unavailable in watchOS
private let collectionView = HighlightingCollectionView()
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:12:37: error: 'UIView' is unavailable in watchOS
internal final class FLBarPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:105:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:109: error: 'UICollectionViewCell' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:103:26: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension FLBarPlotView: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:99: error: 'UICollectionViewLayout' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:99: error: 'UICollectionViewLayout' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:52: error: 'UICollectionView' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:99: error: 'UICollectionViewLayout' is unavailable in watchOS
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:144:26: error: 'UICollectionViewDelegateFlowLayout' is unavailable in watchOS
extension FLBarPlotView: UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:33:11: note: 'UICollectionViewDelegateFlowLayout' has been explicitly marked unavailable here
@protocol UICollectionViewDelegateFlowLayout <UICollectionViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:10:38: error: 'UIView' is unavailable in watchOS
internal final class FLLinePlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift:11:31: error: 'UIView' is unavailable in watchOS
internal protocol FLPlotView: UIView, FLStylable {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:26:41: error: 'UIView' is unavailable in watchOS
internal final class FLScatterPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:12:34: error: 'UIView' is unavailable in watchOS
public final class FLRadarChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:26: error: 'UICollectionView' is unavailable in watchOS
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:79: error: 'UICollectionViewFlowLayout' is unavailable in watchOS
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewFlowLayout.h:46:12: note: 'UICollectionViewFlowLayout' has been explicitly marked unavailable here
@interface UICollectionViewFlowLayout : UICollectionViewLayout
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:16:28: error: 'CALayer' is unavailable in watchOS
private let clipMask = CALayer()
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:18:19: error: 'UICollectionViewDelegate' is unavailable in watchOS
var delegate: UICollectionViewDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:22:21: error: 'UICollectionViewDataSource' is unavailable in watchOS
var dataSource: UICollectionViewDataSource? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:12:40: error: 'UIView' is unavailable in watchOS
open class UnclippedTopCollectionView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Formatters.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Label.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Labels.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/ChartHighlightingDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAverageViewConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLabelConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLChartConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLDashedLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLRadarGridConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLStylable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLTickConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLChartData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLDataSet.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/LineXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/ScatterXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/XAxisProvider.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/GeneratedAssetSymbols.swift -target arm64_32-apple-watchos5.0 -module-can-import-version DeveloperToolsSupport 23.0.4 23.0.4 -module-can-import-version SwiftUI 7.0.67.1 7.0.67 -module-can-import-version UIKit 9071.1.303 9071.1.255 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name FLCharts -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.abi.json
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ Translation.swift,\ ChartBar.swift,\ FLChartBarCell.swift,\ FLHorizontalMultipleValuesChartBar.swift,\ FLMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Key.swift,\ PlotableData.swift,\ FLPieBorder.swift,\ FLPieChart.swift,\ FLPiePlotable.swift,\ SliceShape.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UnclippedTopCollectionView.swift,\ LineXAxis.swift,\ ScatterXAxis.swift,\ XAxisProvider.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/LineXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/ScatterXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/XAxisProvider.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/LineXAxis.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/ScatterXAxis.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/XAxisProvider.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FLAverageViewConfig.swift,\ FLAxesLabelConfig.swift,\ FLAxesLineConfig.swift,\ FLBarConfig.swift,\ FLChartConfig.swift,\ FLDashedLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAverageViewConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLabelConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLChartConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLDashedLineConfig.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAverageViewConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLabelConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLineConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLChartConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLDashedLineConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Aggregator.swift,\ PlayfulCurveLine.swift,\ ProfessionalCurveLine.swift,\ CAAnimationBlockCallbackDelegate.swift,\ Chart+XT.swift,\ FLColor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FLBarPlotView.swift,\ FLLinePlotView.swift,\ FLPlotView.swift,\ FLScatterPlotView.swift,\ FLRadarChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FLLineConfig.swift,\ FLRadarGridConfig.swift,\ FLStylable.swift,\ FLTickConfig.swift,\ FLChartData.swift,\ FLDataSet.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLRadarGridConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLStylable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLTickConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLChartData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLDataSet.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLLineConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLRadarGridConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLStylable.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLTickConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLChartData.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLDataSet.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FLPlainChartBar.swift,\ CardableChart.swift,\ FLCard.swift,\ FLCardStyle.swift,\ FLCartesianPlane.swift,\ FLChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FLIntrinsicCollectionView.swift,\ FLShadow.swift,\ Formatters.swift,\ Label.swift,\ Labels.swift,\ NSLayoutConstraint+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Formatters.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Label.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Labels.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Formatters.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Label.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Labels.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'FLCharts' from project 'FLCharts')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
Building workspace spi-builder-workspace with scheme FLCharts
(3 failures)
BUILD FAILURE 6.2 watchOS