Build Information
Failed to build DSFSparkline, reference master (5308a5
), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 06:58:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFSparkline-Package -destination generic/platform=watchOS
Build Log
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift:32:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let redFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [1, 0, 0, 0.3])!)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:157:54: error: type 'UIColor' has no member 'quaternaryLabel'
private static let _valueBackgroundColor = UIColor.quaternaryLabel.cgColor
~~~~~~~ ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:158:52: error: type 'UIColor' has no member 'label'
private static let _gaugeUpperArcColor = UIColor.label.cgColor
~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:159:51: error: type 'UIColor' has no member 'label'
private static let _gaugePointerColor = UIColor.label.cgColor
~~~~~~~ ^~~~~
/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:133:26: error: 'CAShapeLayer' is unavailable in watchOS
private let arcShape = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:135:31: error: 'CAShapeLayer' is unavailable in watchOS
private let arcInnerShape = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:136:36: error: 'CAShapeLayer' is unavailable in watchOS
private let arcColorInnerShape = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:138:24: error: 'CAShapeLayer' is unavailable in watchOS
private let pinion = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:139:25: error: 'CAShapeLayer' is unavailable in watchOS
private let arcline = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/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: cannot find type 'CALayer' in scope
var rootLayer: CALayer {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:55:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:37:28: error: cannot find type 'UIView' in scope
public typealias DSFView = UIView
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:33:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineSurfaceView: DSFView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:33:20: note: inherit from 'NSObject' to silence this error
@objc public class DSFSparklineSurfaceView: DSFView {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:136:23: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:140:23: error: method does not override any method from its superclass
public override func didMoveToWindow() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:148:47: error: cannot find type 'CALayerDelegate' in scope
fileprivate class RendererDelegate: NSObject, CALayerDelegate {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:21: error: cannot find type 'CALayer' in scope
func draw(_ layer: CALayer, in ctx: CGContext) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift:108:21: warning: static property 'DefaultLight' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.ValueBasedFill' may have shared mutable state; this is an error in the Swift 6 language mode
public static let DefaultLight = DSFSparkline.ValueBasedFill(colors: [
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift:33:42: note: class 'ValueBasedFill' does not conform to the 'Sendable' protocol
@objc(DSFSparklineValueBasedFill) class ValueBasedFill: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift:108:21: note: add '@MainActor' to make static property 'DefaultLight' part of global actor 'MainActor'
public static let DefaultLight = DSFSparkline.ValueBasedFill(colors: [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift:108:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let DefaultLight = DSFSparkline.ValueBasedFill(colors: [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift:116:21: warning: static property 'DefaultDark' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.ValueBasedFill' may have shared mutable state; this is an error in the Swift 6 language mode
public static let DefaultDark = DSFSparkline.ValueBasedFill(colors: [
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift:33:42: note: class 'ValueBasedFill' does not conform to the 'Sendable' protocol
@objc(DSFSparklineValueBasedFill) class ValueBasedFill: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift:116:21: note: add '@MainActor' to make static property 'DefaultDark' part of global actor 'MainActor'
public static let DefaultDark = DSFSparkline.ValueBasedFill(colors: [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ActivityGridDefinition.swift:116:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let DefaultDark = DSFSparkline.ValueBasedFill(colors: [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:68: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGray'
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
~~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:57:27: warning: static property 'sharedGrays' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Palette' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let sharedGrays = DSFSparkline.Palette([
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:40:35: note: class 'Palette' does not conform to the 'Sendable' protocol
@objc(DSFSparklinePalette) class Palette: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:57:27: note: add '@MainActor' to make static property 'sharedGrays' part of global actor 'MainActor'
@objc public static let sharedGrays = DSFSparkline.Palette([
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:57:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let sharedGrays = DSFSparkline.Palette([
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:40:45: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGray'
public static let DefaultColor = DSFColor.systemGray
~~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:44:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.ZeroLineDefinition' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = DSFSparkline.ZeroLineDefinition()
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:36:46: note: class 'ZeroLineDefinition' does not conform to the 'Sendable' protocol
@objc(DSFSparklineZeroLineDefinition) class ZeroLineDefinition: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:44:21: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = DSFSparkline.ZeroLineDefinition()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:44:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = DSFSparkline.ZeroLineDefinition()
^
nonisolated(unsafe)
/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/DSFSparklineActivityGridView.swift:159:22: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize { self.activityLayer.intrinsicSize }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:168:23: error: non-@objc instance method 'layoutSubviews()' is declared in extension of 'DSFSparklineSurfaceView' and cannot be overridden
public override func layoutSubviews() {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:136:23: note: add '@objc' to make this declaration overridable
public override func layoutSubviews() {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:30:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineActivityGridView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklineBarGraphView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineBarGraphView: DSFSparklineZeroLineGraphView {
~^~~~~
/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/DSFSparklineCircularProgressView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineCircularProgressView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklineDotGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineDotGraphView: DSFSparklineDataSourceView {
~^~~~~
/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/DSFSparklineLineGraphView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineLineGraphView: DSFSparklineZeroLineGraphView {
~^~~~~
/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/DSFSparklinePercentBarGraphView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklinePercentBarGraphView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklinePieGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklinePieGraphView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklineStackLineGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineStackLineGraphView: DSFSparklineZeroLineGraphView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:40:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.GradientBucket' may have shared mutable state; this is an error in the Swift 6 language mode
static public let shared = DSFSparkline.GradientBucket(posts: [
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GradientBucket.swift:36:33: note: class 'GradientBucket' does not conform to the 'Sendable' protocol
@objc(DSFGradientBucket) class GradientBucket: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:40:21: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static public let shared = DSFSparkline.GradientBucket(posts: [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:40:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static public let shared = DSFSparkline.GradientBucket(posts: [
^
nonisolated(unsafe)
/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: type 'DSFColor' (aka 'UIColor') has no member 'systemGreen'
winColor: DSFColor = .systemGreen,
~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:54:30: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
lossColor: DSFColor = .systemRed,
~^~~~~~~~~
/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: type 'UIColor' has no member 'systemGreen'
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
~~~~~~~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:77:56: error: type 'UIColor' has no member 'systemRed'
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineTabletGraphView: DSFSparklineDataSourceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:62:29: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGreen'
winColor: DSFColor = .systemGreen,
~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:63:30: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
lossColor: DSFColor = .systemRed,
~^~~~~~~~~
/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: type 'UIColor' has no member 'systemGreen'
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
~~~~~~~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:78:56: error: type 'UIColor' has no member 'systemRed'
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:33:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineWinLossGraphView: DSFSparklineDataSourceView {
~^~~~~
/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: type 'UIColor' has no member 'label'
@objc public dynamic var gaugeUpperArcColor: UIColor = .label {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:84:60: error: type 'UIColor' has no member 'quaternaryLabel'
@objc public dynamic var valueBackgroundColor: UIColor = .quaternaryLabel {
~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:91:57: error: type 'UIColor' has no member 'label'
@objc public dynamic var gaugePointerColor: UIColor = .label {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:29:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineWiperGaugeGraphView: DSFSparklineSurfaceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineDataSourceView: DSFSparklineSurfaceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:120:23: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:55:53: error: type 'UIColor' has no member 'systemGray'
@objc public dynamic var zeroLineColor: UIColor = .systemGray {
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:122:59: error: type 'UIColor' has no member 'systemGray'
@objc public dynamic var highlightRangeColor: UIColor = .systemGray {
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:171:54: error: type 'UIColor' has no member 'systemGray'
@objc public dynamic var gridLinesColor: UIColor = .systemGray.withAlphaComponent(0.5) {
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:33:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineZeroLineGraphView: DSFSparklineDataSourceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift:80:19: error: 'CADisplayLink' is unavailable in watchOS
var displayLink: CADisplayLink?
^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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:33:20: warning: static property 'display' is not concurrency-safe because non-'Sendable' type 'LayerInvalidatingType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let display = LayerInvalidatingType(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:30:15: note: consider making struct 'LayerInvalidatingType' conform to the 'Sendable' protocol
public struct LayerInvalidatingType: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:33:20: note: add '@MainActor' to make static property 'display' part of global actor 'MainActor'
public static let display = LayerInvalidatingType(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:33:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let display = LayerInvalidatingType(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:35:20: warning: static property 'layout' is not concurrency-safe because non-'Sendable' type 'LayerInvalidatingType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let layout = LayerInvalidatingType(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:30:15: note: consider making struct 'LayerInvalidatingType' conform to the 'Sendable' protocol
public struct LayerInvalidatingType: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:35:20: note: add '@MainActor' to make static property 'layout' part of global actor 'MainActor'
public static let layout = LayerInvalidatingType(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:35:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let layout = LayerInvalidatingType(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:36:20: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'LayerInvalidatingType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all: LayerInvalidatingType = [.display, .layout]
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:30:15: note: consider making struct 'LayerInvalidatingType' conform to the 'Sendable' protocol
public struct LayerInvalidatingType: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:36:20: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all: LayerInvalidatingType = [.display, .layout]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:36:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all: LayerInvalidatingType = [.display, .layout]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift:77:80: error: cannot find type 'CALayer' in scope
mutating func updateLayerInvalidatingPropertyWrapper(_ value: Value, _ layer: CALayer) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift:59:13: warning: let '_NSShadowDefaultValue' is not concurrency-safe because non-'Sendable' type 'NSShadow' may have shared mutable state; this is an error in the Swift 6 language mode
private let _NSShadowDefaultValue = NSShadow(
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSShadow.h:23:12: note: class 'NSShadow' does not conform to the 'Sendable' protocol
@interface NSShadow : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift:59:13: note: add '@MainActor' to make let '_NSShadowDefaultValue' part of global actor 'MainActor'
private let _NSShadowDefaultValue = NSShadow(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift:59:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _NSShadowDefaultValue = NSShadow(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift:67:19: warning: static property 'sparklineDefault' is not concurrency-safe because non-'Sendable' type 'NSShadow' may have shared mutable state; this is an error in the Swift 6 language mode
@objc static let sparklineDefault = _NSShadowDefaultValue
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSShadow.h:23:12: note: class 'NSShadow' does not conform to the 'Sendable' protocol
@interface NSShadow : NSObject <NSCopying, NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift:67:19: note: add '@MainActor' to make static property 'sparklineDefault' part of global actor 'MainActor'
@objc static let sparklineDefault = _NSShadowDefaultValue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift:67:19: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc static let sparklineDefault = _NSShadowDefaultValue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:113:18: error: cannot find type 'UIView' in scope
public extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:145:75: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
func DrawRect(primary: CGContext, rect: CGRect, color: CGColor = DSFColor.systemRed.cgColor) {
~~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:182:21: error: 'CATextLayer' is unavailable in watchOS
class LCTextLayer : CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:230:11: error: 'CATextLayer' is unavailable in watchOS
extension CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:274:11: error: 'CATransaction' is unavailable in watchOS
extension CATransaction {
^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h:34:12: note: 'CATransaction' has been explicitly marked unavailable here
@interface CATransaction : NSObject
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/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-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -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-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -module-name DSFSparkline -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftEmitModule normal armv7k Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftEmitModule normal arm64 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal arm64 (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal arm64_32 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
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')
Building workspace spi-builder-workspace with scheme DSFSparkline-Package
(8 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SwiftImageReadWrite: https://github.com/dagronf/SwiftImageReadWrite @ 1.6.1
DSFSparkline: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftImageReadWrite, DSFSparkline
{
"dependencies" : [
{
"identity" : "swiftimagereadwrite",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "1.7.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.11"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.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"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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",
"XCTestManifests.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.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DSFSparkline",
"DSFSparkline-Package",
"DSFSparkline-shared",
"DSFSparkline-static"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFSparkline-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DSFSparkline-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
SwiftImageReadWrite: https://github.com/dagronf/SwiftImageReadWrite @ 1.6.1
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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
Build description signature: b49483f09308c1b561076ac0aa34ca44
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b49483f09308c1b561076ac0aa34ca44.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver 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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/armv7k/DSFSparkline-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64_32/DSFSparkline-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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-16.3.0.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 -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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
SwiftCompile normal arm64 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 /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 /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 /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 /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 /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 /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 /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 /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 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 /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 /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 /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 /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 /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 /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 /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 /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 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 /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 /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 /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 /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 /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 /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 /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 /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 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 /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 /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 /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 /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 /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 /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 /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 /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 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 /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 /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 /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 /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 /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 /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 /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 /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 Compiling\ CGColor+BackwardsCompatibility.swift,\ CGContext+extensions.swift,\ CGPath+Hermite.swift,\ CGPath+innerShadow.swift,\ DSFSparkline+Shadow.swift,\ LayerInvalidating.swift,\ NSShadow+extensions.swift,\ Utilities.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 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGColor+BackwardsCompatibility.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGContext+extensions.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+Hermite.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+innerShadow.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/DSFSparkline+Shadow.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 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 /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 /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 /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 /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 /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 /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 /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 /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
SwiftCompile normal arm64 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 /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 /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 /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 /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 /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 /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 /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 /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
SwiftEmitModule normal arm64 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/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-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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 -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 -module-name DSFSparkline -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-watchos/DSFSparkline.build/Objects-normal/arm64/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/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/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/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/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/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/DSFSparkline.abi.json
EmitSwiftModule normal arm64 (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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86: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:64:41: error: cannot find type 'CALayer' in scope
public static subscript<EnclosingSelf: CALayer>(
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:47:13: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
DSFColor.systemRed,
~~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:48:13: error: type 'DSFColor' (aka 'UIColor') has no member 'systemOrange'
DSFColor.systemOrange,
~~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:49:13: error: type 'DSFColor' (aka 'UIColor') has no member 'systemYellow'
DSFColor.systemYellow,
~~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:50:13: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGreen'
DSFColor.systemGreen,
~~~~~~~~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:51:13: error: type 'DSFColor' (aka 'UIColor') has no member 'systemBlue'
DSFColor.systemBlue,
~~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:52:13: error: type 'DSFColor' (aka 'UIColor') has no member 'systemPurple'
DSFColor.systemPurple,
~~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:53:13: error: type 'DSFColor' (aka 'UIColor') has no member 'systemPink'
DSFColor.systemPink,
~~~~~~~~ ^~~~~~~~~~
/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:31:53: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
DSFSparkline.GradientBucket.Post(color: DSFColor.systemRed.cgColor, location: 0),
~~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:32:53: error: type 'DSFColor' (aka 'UIColor') has no member 'systemOrange'
DSFSparkline.GradientBucket.Post(color: DSFColor.systemOrange.cgColor, location: 1 / 5),
~~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:33:53: error: type 'DSFColor' (aka 'UIColor') has no member 'systemYellow'
DSFSparkline.GradientBucket.Post(color: DSFColor.systemYellow.cgColor, location: 2 / 5),
~~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:34:53: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGreen'
DSFSparkline.GradientBucket.Post(color: DSFColor.systemGreen.cgColor, location: 3 / 5),
~~~~~~~~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:35:53: error: type 'DSFColor' (aka 'UIColor') has no member 'systemBlue'
DSFSparkline.GradientBucket.Post(color: DSFColor.systemBlue.cgColor, location: 4 / 5),
~~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:36:53: error: type 'DSFColor' (aka 'UIColor') has no member 'systemPurple'
DSFSparkline.GradientBucket.Post(color: DSFColor.systemPurple.cgColor, location: 5 / 5),
~~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:157:54: error: type 'UIColor' has no member 'quaternaryLabel'
private static let _valueBackgroundColor = UIColor.quaternaryLabel.cgColor
~~~~~~~ ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:158:52: error: type 'UIColor' has no member 'label'
private static let _gaugeUpperArcColor = UIColor.label.cgColor
~~~~~~~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:159:51: error: type 'UIColor' has no member 'label'
private static let _gaugePointerColor = UIColor.label.cgColor
~~~~~~~ ^~~~~
/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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:133:26: error: 'CAShapeLayer' is unavailable in watchOS
private let arcShape = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:135:31: error: 'CAShapeLayer' is unavailable in watchOS
private let arcInnerShape = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:136:36: error: 'CAShapeLayer' is unavailable in watchOS
private let arcColorInnerShape = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:138:24: error: 'CAShapeLayer' is unavailable in watchOS
private let pinion = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift:139:25: error: 'CAShapeLayer' is unavailable in watchOS
private let arcline = CAShapeLayer()
^~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/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: cannot find type 'CALayer' in scope
var rootLayer: CALayer {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:55:18: error: initializer does not override a designated initializer from its superclass
override public init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:37:28: error: cannot find type 'UIView' in scope
public typealias DSFView = UIView
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:33:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineSurfaceView: DSFView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:33:20: note: inherit from 'NSObject' to silence this error
@objc public class DSFSparklineSurfaceView: DSFView {
^
NSObject,
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:136:23: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:140:23: error: method does not override any method from its superclass
public override func didMoveToWindow() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:148:47: error: cannot find type 'CALayerDelegate' in scope
fileprivate class RendererDelegate: NSObject, CALayerDelegate {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:21: error: cannot find type 'CALayer' in scope
func draw(_ layer: CALayer, in ctx: CGContext) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:68: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGray'
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
~~~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ZeroLineDefinition.swift:40:45: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGray'
public static let DefaultColor = DSFColor.systemGray
~~~~~~~~ ^~~~~~~~~~
/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/DSFSparklineActivityGridView.swift:159:22: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize { self.activityLayer.intrinsicSize }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:168:23: error: non-@objc instance method 'layoutSubviews()' is declared in extension of 'DSFSparklineSurfaceView' and cannot be overridden
public override func layoutSubviews() {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:136:23: note: add '@objc' to make this declaration overridable
public override func layoutSubviews() {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:30:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineActivityGridView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklineBarGraphView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineBarGraphView: DSFSparklineZeroLineGraphView {
~^~~~~
/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/DSFSparklineCircularProgressView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineCircularProgressView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklineDotGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineDotGraphView: DSFSparklineDataSourceView {
~^~~~~
/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/DSFSparklineLineGraphView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineLineGraphView: DSFSparklineZeroLineGraphView {
~^~~~~
/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/DSFSparklinePercentBarGraphView.swift:31:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklinePercentBarGraphView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklinePieGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklinePieGraphView: DSFSparklineSurfaceView {
~^~~~~
/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/DSFSparklineStackLineGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineStackLineGraphView: DSFSparklineZeroLineGraphView {
~^~~~~
/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: type 'DSFColor' (aka 'UIColor') has no member 'systemGreen'
winColor: DSFColor = .systemGreen,
~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:54:30: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
lossColor: DSFColor = .systemRed,
~^~~~~~~~~
/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: type 'UIColor' has no member 'systemGreen'
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
~~~~~~~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:77:56: error: type 'UIColor' has no member 'systemRed'
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineTabletGraphView: DSFSparklineDataSourceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:62:29: error: type 'DSFColor' (aka 'UIColor') has no member 'systemGreen'
winColor: DSFColor = .systemGreen,
~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift:63:30: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
lossColor: DSFColor = .systemRed,
~^~~~~~~~~
/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: type 'UIColor' has no member 'systemGreen'
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
~~~~~~~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:78:56: error: type 'UIColor' has no member 'systemRed'
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWinLossGraphView.swift:33:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineWinLossGraphView: DSFSparklineDataSourceView {
~^~~~~
/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: type 'UIColor' has no member 'label'
@objc public dynamic var gaugeUpperArcColor: UIColor = .label {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:84:60: error: type 'UIColor' has no member 'quaternaryLabel'
@objc public dynamic var valueBackgroundColor: UIColor = .quaternaryLabel {
~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:91:57: error: type 'UIColor' has no member 'label'
@objc public dynamic var gaugePointerColor: UIColor = .label {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineWiperGaugeGraphView.swift:29:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineWiperGaugeGraphView: DSFSparklineSurfaceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:34:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineDataSourceView: DSFSparklineSurfaceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:120:23: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:55:53: error: type 'UIColor' has no member 'systemGray'
@objc public dynamic var zeroLineColor: UIColor = .systemGray {
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:122:59: error: type 'UIColor' has no member 'systemGray'
@objc public dynamic var highlightRangeColor: UIColor = .systemGray {
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:171:54: error: type 'UIColor' has no member 'systemGray'
@objc public dynamic var gridLinesColor: UIColor = .systemGray.withAlphaComponent(0.5) {
~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:33:2: error: only classes that inherit from NSObject can be declared @objc
@objc public class DSFSparklineZeroLineGraphView: DSFSparklineDataSourceView {
~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/ArbitraryAnimator.swift:80:19: error: 'CADisplayLink' is unavailable in watchOS
var displayLink: CADisplayLink?
^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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:77:80: error: cannot find type 'CALayer' in scope
mutating func updateLayerInvalidatingPropertyWrapper(_ value: Value, _ layer: CALayer) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:113:18: error: cannot find type 'UIView' in scope
public extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:145:75: error: type 'DSFColor' (aka 'UIColor') has no member 'systemRed'
func DrawRect(primary: CGContext, rect: CGRect, color: CGColor = DSFColor.systemRed.cgColor) {
~~~~~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:182:21: error: 'CATextLayer' is unavailable in watchOS
class LCTextLayer : CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:230:11: error: 'CATextLayer' is unavailable in watchOS
extension CATextLayer {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:274:11: error: 'CATransaction' is unavailable in watchOS
extension CATransaction {
^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransaction.h:34:12: note: 'CATransaction' has been explicitly marked unavailable here
@interface CATransaction : NSObject
^
SwiftCompile normal arm64 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 /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 /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 /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 /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 /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 /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 /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 /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 /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 armv7k Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal arm64 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftEmitModule normal armv7k Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
Building workspace spi-builder-workspace with scheme DSFSparkline-Package
(4 failures)
BUILD FAILURE 6.1 watchOS