Build Information
Failed to build DSFSparkline, reference master (37caab
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 24 Jun 2025 04:37:23 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 DSFSparkline-Package -destination generic/platform=watchOS
Build Log
EmitSwiftModule normal armv7k (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay.swift:29:41: error: 'CALayer' is unavailable in watchOS
@objc public class DSFSparklineOverlay: 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/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:47:13: error: 'systemRed' is unavailable in watchOS
DSFColor.systemRed,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:48:13: error: 'systemOrange' is unavailable in watchOS
DSFColor.systemOrange,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:126:49: note: 'systemOrange' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemOrangeColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:49:13: error: 'systemYellow' is unavailable in watchOS
DSFColor.systemYellow,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:127:49: note: 'systemYellow' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemYellowColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:50:13: error: 'systemGreen' is unavailable in watchOS
DSFColor.systemGreen,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:51:13: error: 'systemBlue' is unavailable in watchOS
DSFColor.systemBlue,
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:52:13: error: 'systemPurple' is unavailable in watchOS
DSFColor.systemPurple,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:129:49: note: 'systemPurple' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPurpleColor API_AVAILABLE(ios(9.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:53:13: error: 'systemPink' is unavailable in watchOS
DSFColor.systemPink,
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:128:49: note: 'systemPink' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPinkColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift:147:31: error: 'CAShapeLayer' is unavailable in watchOS
private let fractionLayer = CAShapeLayer() // Bar layer
^~~~~~~~~~~~
/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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:31:53: error: 'systemRed' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemRed.cgColor, location: 0),
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:32:53: error: 'systemOrange' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemOrange.cgColor, location: 1 / 5),
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:126:49: note: 'systemOrange' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemOrangeColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:33:53: error: 'systemYellow' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemYellow.cgColor, location: 2 / 5),
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:127:49: note: 'systemYellow' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemYellowColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:34:53: error: 'systemGreen' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemGreen.cgColor, location: 3 / 5),
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:35:53: error: 'systemBlue' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemBlue.cgColor, location: 4 / 5),
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:36:53: error: 'systemPurple' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemPurple.cgColor, location: 5 / 5),
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:129:49: note: 'systemPurple' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPurpleColor API_AVAILABLE(ios(9.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:157:54: error: 'quaternaryLabel' is unavailable in watchOS
private static let _valueBackgroundColor = UIColor.quaternaryLabel.cgColor
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:176:49: note: 'quaternaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *quaternaryLabelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:158:52: error: 'label' is unavailable in watchOS
private static let _gaugeUpperArcColor = UIColor.label.cgColor
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:159:51: error: 'label' is unavailable in watchOS
private static let _gaugePointerColor = UIColor.label.cgColor
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:132:38: error: 'CAShapeLayer' is unavailable in watchOS
private let wiperBackgroundShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:133:26: error: 'CAShapeLayer' is unavailable in watchOS
private let arcShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:135:31: error: 'CAShapeLayer' is unavailable in watchOS
private let arcInnerShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:136:36: error: 'CAShapeLayer' is unavailable in watchOS
private let arcColorInnerShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:138:24: error: 'CAShapeLayer' is unavailable in watchOS
private let pinion = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:139:25: error: 'CAShapeLayer' is unavailable in watchOS
private let arcline = 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/DSFSparkline/util/Utilities.swift:50:34: error: cannot find type 'UIViewRepresentable' in scope
typealias DSFViewRepresentable = UIViewRepresentable
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:57:38: error: cannot find type 'Context' in scope
private func makeSurface(_ context: Context) -> DSFSparklineSurfaceView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:72:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineSurfaceView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:76:62: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineSurfaceView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:85:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineSurfaceView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:89:64: error: cannot find type 'Context' in scope
func updateNSView(_ nsView: DSFSparklineSurfaceView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:96:60: error: cannot find type 'Context' in scope
func updateView(_ view: DSFSparklineSurfaceView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:45:17: error: 'CALayer' is unavailable in watchOS
var rootLayer: 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/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:21: error: 'CALayer' is unavailable in watchOS
func draw(_ layer: CALayer, in ctx: CGContext) {
^~~~~~~
/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/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:148:47: error: 'CALayerDelegate' is unavailable in watchOS
fileprivate class RendererDelegate: NSObject, CALayerDelegate {
^~~~~~~~~~~~~~~
/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:970:11: note: 'CALayerDelegate' has been explicitly marked unavailable here
@protocol CALayerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:68: error: 'systemGray' is unavailable in watchOS
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:40:45: error: 'systemGray' is unavailable in watchOS
public static let DefaultColor = DSFColor.systemGray
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:139:35: error: cannot find type 'Context' in scope
func makeActivityGrid(_ context: Context) -> DSFSparklineActivityGridView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:154:104: error: cannot find type 'Context' in scope
public func sizeThatFits(_ proposal: ProposedViewSize, uiView: DSFSparklineActivityGridView, context: Context) -> CGSize? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:154:39: error: 'ProposedViewSize' is only available in watchOS 9.0 or newer
public func sizeThatFits(_ proposal: ProposedViewSize, uiView: DSFSparklineActivityGridView, context: Context) -> CGSize? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:154:14: note: add @available attribute to enclosing instance method
public func sizeThatFits(_ proposal: ProposedViewSize, uiView: DSFSparklineActivityGridView, context: Context) -> CGSize? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:121:1: note: add @available attribute to enclosing extension
extension DSFSparklineActivityGridView.SwiftUI: DSFViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:165:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineActivityGridView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:169:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineActivityGridView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:178:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineActivityGridView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:183:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineActivityGridView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:31: error: cannot find type 'Context' in scope
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:167:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:171:65: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:180:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:184:65: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:91:28: error: cannot find type 'Context' in scope
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:106:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineCircularGaugeView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:110:70: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineCircularGaugeView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:119:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineCircularGaugeView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:123:70: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineCircularGaugeView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:28: error: cannot find type 'Context' in scope
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:82:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineCircularProgressView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:86:73: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineCircularProgressView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:95:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineCircularProgressView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:99:73: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineCircularProgressView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:98:27: error: cannot find type 'Context' in scope
func makeDataBarGraph(_: Context) -> DSFSparklineDataBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:118:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineDataBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:122:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineDataBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:131:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineDataBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:135:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineDataBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:83:31: error: cannot find type 'Context' in scope
private func makeDotGraph(_: Context) -> DSFSparklineDotGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:100:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineDotGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:104:65: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineDotGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:113:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineDotGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:117:65: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineDotGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:151:24: error: cannot find type 'Context' in scope
func makeLineGraph(_: Context) -> DSFSparklineLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:197:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:201:66: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:210:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:214:66: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:73:25: error: cannot find type 'Context' in scope
func makePercentBar(_: Context) -> DSFSparklinePercentBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:86:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklinePercentBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:90:72: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklinePercentBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:99:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklinePercentBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:103:72: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklinePercentBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:83:23: error: cannot find type 'Context' in scope
func makePieGraph(_: Context) -> DSFSparklinePieGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:101:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklinePieGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:105:65: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklinePieGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:114:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklinePieGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:118:65: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklinePieGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:133:24: error: cannot find type 'Context' in scope
func makeLineGraph(_: Context) -> DSFSparklineStackLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:177:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineStackLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:181:71: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineStackLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:190:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineStackLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:194:71: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineStackLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:87:27: error: cannot find type 'Context' in scope
func makeStripesGraph(_: Context) -> DSFSparklineStripesGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:102:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineStripesGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:106:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineStripesGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:115:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineStripesGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:119:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineStripesGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:53:29: error: 'systemGreen' is unavailable in watchOS
winColor: DSFColor = .systemGreen,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:54:30: error: 'systemRed' is unavailable in watchOS
lossColor: DSFColor = .systemRed,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:34: error: cannot find type 'Context' in scope
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:108:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineTabletGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:112:68: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineTabletGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:121:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineTabletGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:125:68: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineTabletGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:70:55: error: 'systemGreen' is unavailable in watchOS
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:77:56: error: 'systemRed' is unavailable in watchOS
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:62:29: error: 'systemGreen' is unavailable in watchOS
winColor: DSFColor = .systemGreen,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:63:30: error: 'systemRed' is unavailable in watchOS
lossColor: DSFColor = .systemRed,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:104:35: error: cannot find type 'Context' in scope
private func makeWinLossGraph(_: Context) -> DSFSparklineWinLossGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:129:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineWinLossGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:133:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineWinLossGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:142:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineWinLossGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:146:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineWinLossGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:72:55: error: 'systemGreen' is unavailable in watchOS
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:78:56: error: 'systemRed' is unavailable in watchOS
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:106:25: error: cannot find type 'Context' in scope
func makeWiperGauge(_: Context) -> DSFSparklineWiperGaugeGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:117:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineWiperGaugeGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:121:72: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineWiperGaugeGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:130:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineWiperGaugeGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:134:72: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineWiperGaugeGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:78:58: error: 'label' is unavailable in watchOS
@objc public dynamic var gaugeUpperArcColor: UIColor = .label {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:84:60: error: 'quaternaryLabel' is unavailable in watchOS
@objc public dynamic var valueBackgroundColor: UIColor = .quaternaryLabel {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:176:49: note: 'quaternaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *quaternaryLabelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:91:57: error: 'label' is unavailable in watchOS
@objc public dynamic var gaugePointerColor: UIColor = .label {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:55:53: error: 'systemGray' is unavailable in watchOS
@objc public dynamic var zeroLineColor: UIColor = .systemGray {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:122:59: error: 'systemGray' is unavailable in watchOS
@objc public dynamic var highlightRangeColor: UIColor = .systemGray {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:171:54: error: 'systemGray' is unavailable in watchOS
@objc public dynamic var gridLinesColor: UIColor = .systemGray.withAlphaComponent(0.5) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift:80:19: error: 'CADisplayLink' is unavailable in watchOS
var displayLink: CADisplayLink?
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift:159:37: error: 'CADisplayLink' is unavailable in watchOS
@objc func callback(displaylink _: CADisplayLink) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:64:41: error: 'CALayer' is unavailable in watchOS
public static subscript<EnclosingSelf: 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/DSFSparkline/util/LayerInvalidating.swift:77:80: error: 'CALayer' is unavailable in watchOS
mutating func updateLayerInvalidatingPropertyWrapper(_ value: Value, _ layer: 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/DSFSparkline/util/Utilities.swift:37:28: error: 'UIView' is unavailable in watchOS
public typealias DSFView = 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/DSFSparkline/util/Utilities.swift:113:18: error: 'UIView' is unavailable in watchOS
public 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/DSFSparkline/util/Utilities.swift:145:75: error: 'systemRed' is unavailable in watchOS
func DrawRect(primary: CGContext, rect: CGRect, color: CGColor = DSFColor.systemRed.cgColor) {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:182:21: error: 'CATextLayer' is unavailable in watchOS
class LCTextLayer : CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:230:11: error: 'CATextLayer' is unavailable in watchOS
extension CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:274:11: error: 'CATransaction' is unavailable in watchOS
extension CATransaction {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h:34:12: note: 'CATransaction' has been explicitly marked unavailable here
@interface CATransaction : NSObject
^
SwiftCompile normal armv7k Compiling\ DSFSparkline+DataSource.swift,\ DSFSparkline+StaticDataSource.swift,\ SparklineData.swift,\ SparklineWindow.swift,\ DSFSparklineOverlay+Centerable.swift,\ DSFSparklineOverlay+DataSource.swift,\ DSFSparklineOverlay+StaticDataSource.swift,\ DSFSparklineOverlay.swift,\ DSFSparklineOverlay+GridLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+StaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineData.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+Centerable.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+DataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+StaticDataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineData.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineWindow.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+Centerable.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+DataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal arm64 (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal armv7k (in target 'DSFSparkline' from project 'DSFSparkline')
Building workspace spi-builder-workspace with scheme DSFSparkline-Package
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SwiftImageReadWrite: https://github.com/dagronf/SwiftImageReadWrite @ 1.9.2
DSFSparkline: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftImageReadWrite, DSFSparkline
{
"dependencies" : [
{
"identity" : "swiftimagereadwrite",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/SwiftImageReadWrite"
}
],
"manifest_display_name" : "DSFSparkline",
"name" : "DSFSparkline",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DSFSparkline",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFSparkline-static",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFSparkline-shared",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFSparklineTests",
"module_type" : "SwiftTarget",
"name" : "DSFSparklineTests",
"path" : "Tests/DSFSparklineTests",
"product_dependencies" : [
"SwiftImageReadWrite"
],
"sources" : [
"CircularGaugeTests.swift",
"CircularProgressTests.swift",
"DSFSparklineTests.swift",
"LineGraphTests.swift",
"PresentationTests.swift",
"utils/TestFilesContainer.swift"
],
"target_dependencies" : [
"DSFSparkline"
],
"type" : "test"
},
{
"c99name" : "DSFSparkline",
"module_type" : "SwiftTarget",
"name" : "DSFSparkline",
"path" : "Sources/DSFSparkline",
"product_memberships" : [
"DSFSparkline",
"DSFSparkline-static",
"DSFSparkline-shared"
],
"sources" : [
"datasource/DSFSparkline+DataSource.swift",
"datasource/DSFSparkline+StaticDataSource.swift",
"datasource/data-core/SparklineData.swift",
"datasource/data-core/SparklineWindow.swift",
"overlay/renderers/core/DSFSparklineOverlay+Centerable.swift",
"overlay/renderers/core/DSFSparklineOverlay+DataSource.swift",
"overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift",
"overlay/renderers/core/DSFSparklineOverlay.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Line.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Pie.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Stackline.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift",
"overlay/surfaces/DSFSparklineSurface+AttributedString.swift",
"overlay/surfaces/DSFSparklineSurface+Bitmap.swift",
"overlay/surfaces/DSFSparklineSurface+SwiftUI.swift",
"overlay/surfaces/DSFSparklineSurface+View.swift",
"overlay/surfaces/DSFSparklineSurface.swift",
"overlay/types/DSFSparkline+ActivityGridDefinition.swift",
"overlay/types/DSFSparkline+GradientBucket.swift",
"overlay/types/DSFSparkline+GridLinesDefinition.swift",
"overlay/types/DSFSparkline+HighlightRangeDefinition.swift",
"overlay/types/DSFSparkline+Palette.swift",
"overlay/types/DSFSparkline+ValueBasedFill.swift",
"overlay/types/DSFSparkline+ZeroLineDefinition.swift",
"overlay/types/DSFSparkline.swift",
"overlay/types/fill/DSFSparkline+FillColor.swift",
"overlay/types/fill/DSFSparkline+FillGradient.swift",
"overlay/types/fill/DSFSparkline+Fillable.swift",
"prebuilt/DSFSparklineActivityGridView+SwiftUI.swift",
"prebuilt/DSFSparklineActivityGridView.swift",
"prebuilt/DSFSparklineBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineBarGraphView.swift",
"prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift",
"prebuilt/DSFSparklineCircularGaugeView.swift",
"prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift",
"prebuilt/DSFSparklineCircularProgressView.swift",
"prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineDataBarGraphView.swift",
"prebuilt/DSFSparklineDotGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineDotGraphView.swift",
"prebuilt/DSFSparklineLineGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineLineGraphView.swift",
"prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklinePercentBarGraphView.swift",
"prebuilt/DSFSparklinePieGraphView+SwiftUI.swift",
"prebuilt/DSFSparklinePieGraphView.swift",
"prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineStackLineGraphView.swift",
"prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineStripesGraphView.swift",
"prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineTabletGraphView.swift",
"prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineWinLossGraphView.swift",
"prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineWiperGaugeGraphView.swift",
"prebuilt/ui/DSFSparklineDataSourceView.swift",
"prebuilt/ui/DSFSparklineZeroLinedGraphView.swift",
"util/Angle.swift",
"util/ArbitraryAnimator.swift",
"util/CGColor+BackwardsCompatibility.swift",
"util/CGContext+extensions.swift",
"util/CGPath+Hermite.swift",
"util/CGPath+innerShadow.swift",
"util/DSFSparkline+Shadow.swift",
"util/LayerInvalidating.swift",
"util/NSShadow+extensions.swift",
"util/Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DSFSparkline",
"DSFSparkline-Package",
"DSFSparkline-shared",
"DSFSparkline-static"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFSparkline-Package -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 DSFSparkline-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
SwiftImageReadWrite: https://github.com/dagronf/SwiftImageReadWrite @ 1.9.2
DSFSparkline: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'DSFSparkline-static' in project 'DSFSparkline'
➜ Explicit dependency on target 'DSFSparkline' in project 'DSFSparkline'
Target 'DSFSparkline-shared' in project 'DSFSparkline'
➜ Explicit dependency on target 'DSFSparkline' in project 'DSFSparkline'
Target 'DSFSparkline' in project 'DSFSparkline'
➜ Explicit dependency on target 'DSFSparkline' in project 'DSFSparkline'
Target 'DSFSparkline' in project 'DSFSparkline' (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 DSFSparkline normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DSFSparkline' from project 'DSFSparkline')
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 DSFSparkline -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/armv7k/DSFSparkline.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/armv7k/DSFSparkline-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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/armv7k/DSFSparkline.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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/armv7k/DSFSparkline_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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/armv7k/DSFSparkline-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DSFSparkline normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DSFSparkline' from project 'DSFSparkline')
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 DSFSparkline -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline-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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline.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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline_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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DSFSparkline normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DSFSparkline' from project 'DSFSparkline')
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 DSFSparkline -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-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\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal arm64_32 (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay.swift:29:41: error: 'CALayer' is unavailable in watchOS
@objc public class DSFSparklineOverlay: 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/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:47:13: error: 'systemRed' is unavailable in watchOS
DSFColor.systemRed,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:48:13: error: 'systemOrange' is unavailable in watchOS
DSFColor.systemOrange,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:126:49: note: 'systemOrange' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemOrangeColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:49:13: error: 'systemYellow' is unavailable in watchOS
DSFColor.systemYellow,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:127:49: note: 'systemYellow' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemYellowColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:50:13: error: 'systemGreen' is unavailable in watchOS
DSFColor.systemGreen,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:51:13: error: 'systemBlue' is unavailable in watchOS
DSFColor.systemBlue,
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:52:13: error: 'systemPurple' is unavailable in watchOS
DSFColor.systemPurple,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:129:49: note: 'systemPurple' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPurpleColor API_AVAILABLE(ios(9.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:53:13: error: 'systemPink' is unavailable in watchOS
DSFColor.systemPink,
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:128:49: note: 'systemPink' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPinkColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift:147:31: error: 'CAShapeLayer' is unavailable in watchOS
private let fractionLayer = CAShapeLayer() // Bar layer
^~~~~~~~~~~~
/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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:31:53: error: 'systemRed' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemRed.cgColor, location: 0),
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:32:53: error: 'systemOrange' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemOrange.cgColor, location: 1 / 5),
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:126:49: note: 'systemOrange' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemOrangeColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:33:53: error: 'systemYellow' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemYellow.cgColor, location: 2 / 5),
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:127:49: note: 'systemYellow' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemYellowColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:34:53: error: 'systemGreen' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemGreen.cgColor, location: 3 / 5),
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:35:53: error: 'systemBlue' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemBlue.cgColor, location: 4 / 5),
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:125:49: note: 'systemBlue' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemBlueColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:36:53: error: 'systemPurple' is unavailable in watchOS
DSFSparkline.GradientBucket.Post(color: DSFColor.systemPurple.cgColor, location: 5 / 5),
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:129:49: note: 'systemPurple' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemPurpleColor API_AVAILABLE(ios(9.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:157:54: error: 'quaternaryLabel' is unavailable in watchOS
private static let _valueBackgroundColor = UIColor.quaternaryLabel.cgColor
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:176:49: note: 'quaternaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *quaternaryLabelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:158:52: error: 'label' is unavailable in watchOS
private static let _gaugeUpperArcColor = UIColor.label.cgColor
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:159:51: error: 'label' is unavailable in watchOS
private static let _gaugePointerColor = UIColor.label.cgColor
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:132:38: error: 'CAShapeLayer' is unavailable in watchOS
private let wiperBackgroundShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:133:26: error: 'CAShapeLayer' is unavailable in watchOS
private let arcShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:135:31: error: 'CAShapeLayer' is unavailable in watchOS
private let arcInnerShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:136:36: error: 'CAShapeLayer' is unavailable in watchOS
private let arcColorInnerShape = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:138:24: error: 'CAShapeLayer' is unavailable in watchOS
private let pinion = 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/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:139:25: error: 'CAShapeLayer' is unavailable in watchOS
private let arcline = 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/DSFSparkline/util/Utilities.swift:50:34: error: cannot find type 'UIViewRepresentable' in scope
typealias DSFViewRepresentable = UIViewRepresentable
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:57:38: error: cannot find type 'Context' in scope
private func makeSurface(_ context: Context) -> DSFSparklineSurfaceView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:72:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineSurfaceView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:76:62: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineSurfaceView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:85:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineSurfaceView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:89:64: error: cannot find type 'Context' in scope
func updateNSView(_ nsView: DSFSparklineSurfaceView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:96:60: error: cannot find type 'Context' in scope
func updateView(_ view: DSFSparklineSurfaceView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:45:17: error: 'CALayer' is unavailable in watchOS
var rootLayer: 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/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:21: error: 'CALayer' is unavailable in watchOS
func draw(_ layer: CALayer, in ctx: CGContext) {
^~~~~~~
/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/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:148:47: error: 'CALayerDelegate' is unavailable in watchOS
fileprivate class RendererDelegate: NSObject, CALayerDelegate {
^~~~~~~~~~~~~~~
/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:970:11: note: 'CALayerDelegate' has been explicitly marked unavailable here
@protocol CALayerDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:68: error: 'systemGray' is unavailable in watchOS
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:40:45: error: 'systemGray' is unavailable in watchOS
public static let DefaultColor = DSFColor.systemGray
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:139:35: error: cannot find type 'Context' in scope
func makeActivityGrid(_ context: Context) -> DSFSparklineActivityGridView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:154:104: error: cannot find type 'Context' in scope
public func sizeThatFits(_ proposal: ProposedViewSize, uiView: DSFSparklineActivityGridView, context: Context) -> CGSize? {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:154:39: error: 'ProposedViewSize' is only available in watchOS 9.0 or newer
public func sizeThatFits(_ proposal: ProposedViewSize, uiView: DSFSparklineActivityGridView, context: Context) -> CGSize? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:154:14: note: add @available attribute to enclosing instance method
public func sizeThatFits(_ proposal: ProposedViewSize, uiView: DSFSparklineActivityGridView, context: Context) -> CGSize? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:121:1: note: add @available attribute to enclosing extension
extension DSFSparklineActivityGridView.SwiftUI: DSFViewRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:165:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineActivityGridView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:169:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineActivityGridView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:178:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineActivityGridView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:183:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineActivityGridView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:31: error: cannot find type 'Context' in scope
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:167:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:171:65: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:180:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:184:65: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:91:28: error: cannot find type 'Context' in scope
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:106:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineCircularGaugeView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:110:70: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineCircularGaugeView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:119:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineCircularGaugeView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:123:70: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineCircularGaugeView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:28: error: cannot find type 'Context' in scope
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:82:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineCircularProgressView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:86:73: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineCircularProgressView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:95:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineCircularProgressView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:99:73: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineCircularProgressView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:98:27: error: cannot find type 'Context' in scope
func makeDataBarGraph(_: Context) -> DSFSparklineDataBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:118:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineDataBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:122:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineDataBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:131:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineDataBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift:135:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineDataBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:83:31: error: cannot find type 'Context' in scope
private func makeDotGraph(_: Context) -> DSFSparklineDotGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:100:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineDotGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:104:65: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineDotGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:113:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineDotGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift:117:65: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineDotGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:151:24: error: cannot find type 'Context' in scope
func makeLineGraph(_: Context) -> DSFSparklineLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:197:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:201:66: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:210:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift:214:66: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:73:25: error: cannot find type 'Context' in scope
func makePercentBar(_: Context) -> DSFSparklinePercentBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:86:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklinePercentBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:90:72: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklinePercentBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:99:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklinePercentBarGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift:103:72: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklinePercentBarGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:83:23: error: cannot find type 'Context' in scope
func makePieGraph(_: Context) -> DSFSparklinePieGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:101:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklinePieGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:105:65: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklinePieGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:114:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklinePieGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift:118:65: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklinePieGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:133:24: error: cannot find type 'Context' in scope
func makeLineGraph(_: Context) -> DSFSparklineStackLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:177:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineStackLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:181:71: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineStackLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:190:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineStackLineGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:194:71: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineStackLineGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:87:27: error: cannot find type 'Context' in scope
func makeStripesGraph(_: Context) -> DSFSparklineStripesGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:102:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineStripesGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:106:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineStripesGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:115:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineStripesGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:119:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineStripesGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:53:29: error: 'systemGreen' is unavailable in watchOS
winColor: DSFColor = .systemGreen,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:54:30: error: 'systemRed' is unavailable in watchOS
lossColor: DSFColor = .systemRed,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:34: error: cannot find type 'Context' in scope
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:108:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineTabletGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:112:68: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineTabletGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:121:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineTabletGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:125:68: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineTabletGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:70:55: error: 'systemGreen' is unavailable in watchOS
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:77:56: error: 'systemRed' is unavailable in watchOS
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:62:29: error: 'systemGreen' is unavailable in watchOS
winColor: DSFColor = .systemGreen,
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:63:30: error: 'systemRed' is unavailable in watchOS
lossColor: DSFColor = .systemRed,
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:104:35: error: cannot find type 'Context' in scope
private func makeWinLossGraph(_: Context) -> DSFSparklineWinLossGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:129:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineWinLossGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:133:69: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineWinLossGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:142:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineWinLossGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:146:69: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineWinLossGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:72:55: error: 'systemGreen' is unavailable in watchOS
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:124:49: note: 'systemGreen' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGreenColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:78:56: error: 'systemRed' is unavailable in watchOS
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:106:25: error: cannot find type 'Context' in scope
func makeWiperGauge(_: Context) -> DSFSparklineWiperGaugeGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:117:27: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> DSFSparklineWiperGaugeGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:121:72: error: cannot find type 'Context' in scope
func updateUIView(_ view: DSFSparklineWiperGaugeGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:130:27: error: cannot find type 'Context' in scope
func makeNSView(context: Context) -> DSFSparklineWiperGaugeGraphView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift:134:72: error: cannot find type 'Context' in scope
func updateNSView(_ view: DSFSparklineWiperGaugeGraphView, context _: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:78:58: error: 'label' is unavailable in watchOS
@objc public dynamic var gaugeUpperArcColor: UIColor = .label {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:84:60: error: 'quaternaryLabel' is unavailable in watchOS
@objc public dynamic var valueBackgroundColor: UIColor = .quaternaryLabel {
^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:176:49: note: 'quaternaryLabel' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *quaternaryLabelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:91:57: error: 'label' is unavailable in watchOS
@objc public dynamic var gaugePointerColor: UIColor = .label {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:173:49: note: 'label' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *labelColor API_AVAILABLE(ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:55:53: error: 'systemGray' is unavailable in watchOS
@objc public dynamic var zeroLineColor: UIColor = .systemGray {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:122:59: error: 'systemGray' is unavailable in watchOS
@objc public dynamic var highlightRangeColor: UIColor = .systemGray {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:171:54: error: 'systemGray' is unavailable in watchOS
@objc public dynamic var gridLinesColor: UIColor = .systemGray.withAlphaComponent(0.5) {
^~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:138:49: note: 'systemGray' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemGrayColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift:80:19: error: 'CADisplayLink' is unavailable in watchOS
var displayLink: CADisplayLink?
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift:159:37: error: 'CADisplayLink' is unavailable in watchOS
@objc func callback(displaylink _: CADisplayLink) {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:64:41: error: 'CALayer' is unavailable in watchOS
public static subscript<EnclosingSelf: 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/DSFSparkline/util/LayerInvalidating.swift:77:80: error: 'CALayer' is unavailable in watchOS
mutating func updateLayerInvalidatingPropertyWrapper(_ value: Value, _ layer: 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/DSFSparkline/util/Utilities.swift:37:28: error: 'UIView' is unavailable in watchOS
public typealias DSFView = 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/DSFSparkline/util/Utilities.swift:113:18: error: 'UIView' is unavailable in watchOS
public 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/DSFSparkline/util/Utilities.swift:145:75: error: 'systemRed' is unavailable in watchOS
func DrawRect(primary: CGContext, rect: CGRect, color: CGColor = DSFColor.systemRed.cgColor) {
^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:123:49: note: 'systemRed' has been explicitly marked unavailable here
@property (class, nonatomic, readonly) UIColor *systemRedColor API_AVAILABLE(ios(7.0), tvos(9.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:182:21: error: 'CATextLayer' is unavailable in watchOS
class LCTextLayer : CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:230:11: error: 'CATextLayer' is unavailable in watchOS
extension CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:274:11: error: 'CATransaction' is unavailable in watchOS
extension CATransaction {
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h:34:12: note: 'CATransaction' has been explicitly marked unavailable here
@interface CATransaction : NSObject
^
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/Sources/DSFSparkline/datasource/DSFSparkline+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+StaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineData.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+Centerable.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Line.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Pie.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stackline.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+Bitmap.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GradientBucket.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GridLinesDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillGradient.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+Fillable.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGColor+BackwardsCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGContext+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+Hermite.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+innerShadow.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/DSFSparkline+Shadow.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift -target arm64_32-apple-watchos7.0 -module-can-import-version SwiftUI 7.0.67.1 7.0.67 -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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline-dependencies-2.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline_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/DSFSparkline.build/Debug-watchos/DSFSparkline.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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DSFSparkline -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/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline.abi.json
SwiftCompile normal arm64_32 Compiling\ DSFSparklineDataBarGraphView+SwiftUI.swift,\ DSFSparklineDataBarGraphView.swift,\ DSFSparklineDotGraphView+SwiftUI.swift,\ DSFSparklineDotGraphView.swift,\ DSFSparklineLineGraphView+SwiftUI.swift,\ DSFSparklineLineGraphView.swift,\ DSFSparklinePercentBarGraphView+SwiftUI.swift,\ DSFSparklinePercentBarGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDataBarGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineDotGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineLineGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePercentBarGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparklineSurface+AttributedString.swift,\ DSFSparklineSurface+Bitmap.swift,\ DSFSparklineSurface+SwiftUI.swift,\ DSFSparklineSurface+View.swift,\ DSFSparklineSurface.swift,\ DSFSparkline+ActivityGridDefinition.swift,\ DSFSparkline+GradientBucket.swift,\ DSFSparkline+GridLinesDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+AttributedString.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+Bitmap.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GradientBucket.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GridLinesDefinition.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+AttributedString.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+Bitmap.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GradientBucket.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GridLinesDefinition.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparklineOverlay+Line.swift,\ DSFSparklineOverlay+PercentBar.swift,\ DSFSparklineOverlay+Pie.swift,\ DSFSparklineOverlay+Stackline.swift,\ DSFSparklineOverlay+Stripes.swift,\ DSFSparklineOverlay+Tablet.swift,\ DSFSparklineOverlay+WinLossTie.swift,\ DSFSparklineOverlay+WiperGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Line.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Pie.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stackline.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Line.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Pie.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stackline.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparkline+HighlightRangeDefinition.swift,\ DSFSparkline+Palette.swift,\ DSFSparkline+ValueBasedFill.swift,\ DSFSparkline+ZeroLineDefinition.swift,\ DSFSparkline.swift,\ DSFSparkline+FillColor.swift,\ DSFSparkline+FillGradient.swift,\ DSFSparkline+Fillable.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillGradient.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+Fillable.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillGradient.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+Fillable.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparklinePieGraphView+SwiftUI.swift,\ DSFSparklinePieGraphView.swift,\ DSFSparklineStackLineGraphView+SwiftUI.swift,\ DSFSparklineStackLineGraphView.swift,\ DSFSparklineStripesGraphView+SwiftUI.swift,\ DSFSparklineStripesGraphView.swift,\ DSFSparklineTabletGraphView+SwiftUI.swift,\ DSFSparklineTabletGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklinePieGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparkline+DataSource.swift,\ DSFSparkline+StaticDataSource.swift,\ SparklineData.swift,\ SparklineWindow.swift,\ DSFSparklineOverlay+Centerable.swift,\ DSFSparklineOverlay+DataSource.swift,\ DSFSparklineOverlay+StaticDataSource.swift,\ DSFSparklineOverlay.swift,\ DSFSparklineOverlay+GridLines.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+StaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineData.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineWindow.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+Centerable.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+DataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+DataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/DSFSparkline+StaticDataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineData.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/datasource/data-core/SparklineWindow.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+Centerable.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+DataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparklineOverlay+RangeHighlight.swift,\ DSFSparklineOverlay+ZeroLine.swift,\ DSFSparklineOverlay+ActivityGrid.swift,\ DSFSparklineOverlay+Bar.swift,\ DSFSparklineOverlay+CircularGauge.swift,\ DSFSparklineOverlay+CircularProgress.swift,\ DSFSparklineOverlay+DataBar.swift,\ DSFSparklineOverlay+Dot.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparklineActivityGridView+SwiftUI.swift,\ DSFSparklineActivityGridView.swift,\ DSFSparklineBarGraphView+SwiftUI.swift,\ DSFSparklineBarGraphView.swift,\ DSFSparklineCircularGaugeView+SwiftUI.swift,\ DSFSparklineCircularGaugeView.swift,\ DSFSparklineCircularProgressView+SwiftUI.swift,\ DSFSparklineCircularProgressView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DSFSparklineWinLossGraphView+SwiftUI.swift,\ DSFSparklineWinLossGraphView.swift,\ DSFSparklineWiperGaugeGraphView+SwiftUI.swift,\ DSFSparklineWiperGaugeGraphView.swift,\ DSFSparklineDataSourceView.swift,\ DSFSparklineZeroLinedGraphView.swift,\ Angle.swift,\ ArbitraryAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Angle.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
Building workspace spi-builder-workspace with scheme DSFSparkline-Package
(3 failures)
BUILD FAILURE 6.2 watchOS