Build Information
Failed to build DSFSparkline, reference 7.0.1 (37caab
), with Swift 6.1 for visionOS using Xcode 16.3 on 22 May 2025 02:54:15 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=xrOS
Build Log
view.setZeroLineDefinition(self.zeroLineDefinition)
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift:214:8: note: sending task-isolated 'self.zeroLineDefinition' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
view.setZeroLineDefinition(self.zeroLineDefinition)
^
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
/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:88:14: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = DSFSparklineStripesGraphView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:64:18: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:64:18: note: main actor isolation inferred from inheritance from class 'DSFSparklineDataSourceView'
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:87:7: note: add '@MainActor' to make instance method 'makeStripesGraph' part of global actor 'MainActor'
func makeStripesGraph(_: Context) -> DSFSparklineStripesGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:89:8: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.translatesAutoresizingMaskIntoConstraints = false
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:87:7: note: add '@MainActor' to make instance method 'makeStripesGraph' part of global actor 'MainActor'
func makeStripesGraph(_: Context) -> DSFSparklineStripesGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:90:8: warning: main actor-isolated property 'barSpacing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.barSpacing = self.barSpacing
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:46:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var barSpacing: UInt = 0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:87:7: note: add '@MainActor' to make instance method 'makeStripesGraph' part of global actor 'MainActor'
func makeStripesGraph(_: Context) -> DSFSparklineStripesGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:91:8: warning: main actor-isolated property 'integral' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.integral = self.integral
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:38:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var integral: Bool = true {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:87:7: note: add '@MainActor' to make instance method 'makeStripesGraph' part of global actor 'MainActor'
func makeStripesGraph(_: Context) -> DSFSparklineStripesGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:92:8: warning: main actor-isolated property 'gradient' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.gradient = self.gradient
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:57:19: note: mutation of this property is only permitted within the actor
@objc public var gradient: DSFSparkline.GradientBucket? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:87:7: note: add '@MainActor' to make instance method 'makeStripesGraph' part of global actor 'MainActor'
func makeStripesGraph(_: Context) -> DSFSparklineStripesGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:129:34: warning: main actor-isolated property 'barSpacing' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.barSpacing, val: self.barSpacing)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:46:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var barSpacing: UInt = 0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:128:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineStripesGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:130:34: warning: main actor-isolated property 'integral' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.integral, val: self.integral)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:38:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var integral: Bool = true {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:128:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineStripesGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:132:8: warning: main actor-isolated property 'gradient' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.gradient = self.gradient
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView.swift:57:19: note: mutation of this property is only permitted within the actor
@objc public var gradient: DSFSparkline.GradientBucket? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:128:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineStripesGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:134:34: warning: main actor-isolated property 'dataSource' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.dataSource, val: self.dataSource)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:40:24: note: mutation of this property is only permitted within the actor
@objc weak public var dataSource: DSFSparkline.DataSource? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift:128:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineStripesGraphView) {
^
@MainActor
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:89:14: warning: call to main actor-isolated initializer 'init(frame:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = DSFSparklineTabletGraphView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:84:18: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:84:18: note: main actor isolation inferred from inheritance from class 'DSFSparklineDataSourceView'
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:15: note: add '@MainActor' to make instance method 'makeTabletGraph' part of global actor 'MainActor'
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:90:8: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.translatesAutoresizingMaskIntoConstraints = false
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:15: note: add '@MainActor' to make instance method 'makeTabletGraph' part of global actor 'MainActor'
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:92:8: warning: main actor-isolated property 'dataSource' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.dataSource = self.dataSource
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:40:24: note: mutation of this property is only permitted within the actor
@objc weak public var dataSource: DSFSparkline.DataSource? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:15: note: add '@MainActor' to make instance method 'makeTabletGraph' part of global actor 'MainActor'
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:94:8: warning: main actor-isolated property 'winColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.winColor = self.winColor
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:70:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:15: note: add '@MainActor' to make instance method 'makeTabletGraph' part of global actor 'MainActor'
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:95:8: warning: main actor-isolated property 'lossColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.lossColor = self.lossColor
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:77:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:15: note: add '@MainActor' to make instance method 'makeTabletGraph' part of global actor 'MainActor'
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:97:8: warning: main actor-isolated property 'barSpacing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.barSpacing = self.barSpacing
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:48:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var barSpacing: CGFloat = 1.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:15: note: add '@MainActor' to make instance method 'makeTabletGraph' part of global actor 'MainActor'
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:98:8: warning: main actor-isolated property 'lineWidth' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.lineWidth = self.lineWidth
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:41:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lineWidth: CGFloat = 1.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:88:15: note: add '@MainActor' to make instance method 'makeTabletGraph' part of global actor 'MainActor'
private func makeTabletGraph(_: Context) -> DSFSparklineTabletGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:136:34: warning: main actor-isolated property 'winColor' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.winColor, val: self.winColor)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:70:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var winColor: UIColor = UIColor.systemGreen {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:134:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineTabletGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:137:34: warning: main actor-isolated property 'lossColor' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.lossColor, val: self.lossColor)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:77:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lossColor: UIColor = UIColor.systemRed {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:134:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineTabletGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:139:34: warning: main actor-isolated property 'lineWidth' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.lineWidth, val: self.lineWidth)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:41:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lineWidth: CGFloat = 1.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:134:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineTabletGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:140:34: warning: main actor-isolated property 'barSpacing' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.barSpacing, val: self.barSpacing)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView.swift:48:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var barSpacing: CGFloat = 1.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:134:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineTabletGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:142:34: warning: main actor-isolated property 'dataSource' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.dataSource, val: self.dataSource)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:40:24: note: mutation of this property is only permitted within the actor
@objc weak public var dataSource: DSFSparkline.DataSource? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift:134:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineTabletGraphView) {
^
@MainActor
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\ DSFSparklineOverlay+RangeHighlight.swift,\ DSFSparklineOverlay+ZeroLine.swift,\ DSFSparklineOverlay+ActivityGrid.swift,\ DSFSparklineOverlay+Bar.swift,\ DSFSparklineOverlay+CircularGauge.swift,\ DSFSparklineOverlay+CircularProgress.swift,\ DSFSparklineOverlay+DataBar.swift,\ DSFSparklineOverlay+Dot.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift:31:21: warning: static property 'defaultFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
static public let defaultFill =
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift:31:21: note: add '@MainActor' to make static property 'defaultFill' part of global actor 'MainActor'
static public let defaultFill =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static public let defaultFill =
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift:158:19: warning: main actor-isolated class property 'noIntrinsicMetric' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return DSFView.noIntrinsicMetric
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:529:28: note: class property declared here
UIKIT_EXTERN const CGFloat UIViewNoIntrinsicMetric API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos); // -1
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift:167:20: warning: main actor-isolated class property 'noIntrinsicMetric' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return DSFView.noIntrinsicMetric
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:529:28: note: class property declared here
UIKIT_EXTERN const CGFloat UIViewNoIntrinsicMetric API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos); // -1
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:35:27: warning: static property 'DefaultTrackStyle' is not concurrency-safe because non-'Sendable' type 'DSFSparklineOverlay.CircularGauge.TrackStyle' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let DefaultTrackStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:113:58: note: class 'TrackStyle' does not conform to the 'Sendable' protocol
@objc(DSFSparklineOverlayCircularGaugeTrackStyle) class TrackStyle: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:35:27: note: add '@MainActor' to make static property 'DefaultTrackStyle' part of global actor 'MainActor'
@objc public static let DefaultTrackStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let DefaultTrackStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:41:27: warning: static property 'DefaultLineStyle' is not concurrency-safe because non-'Sendable' type 'DSFSparklineOverlay.CircularGauge.TrackStyle' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let DefaultLineStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:113:58: note: class 'TrackStyle' does not conform to the 'Sendable' protocol
@objc(DSFSparklineOverlayCircularGaugeTrackStyle) class TrackStyle: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:41:27: note: add '@MainActor' to make static property 'DefaultLineStyle' part of global actor 'MainActor'
@objc public static let DefaultLineStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let DefaultLineStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift:61:27: warning: static property 'DefaultFillStyle' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let DefaultFillStyle = DSFSparkline.Fill.Color(srgbRed: 0, green: 0, blue: 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift:61:27: note: add '@MainActor' to make static property 'DefaultFillStyle' part of global actor 'MainActor'
@objc public static let DefaultFillStyle = DSFSparkline.Fill.Color(srgbRed: 0, green: 0, blue: 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift:61:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let DefaultFillStyle = DSFSparkline.Fill.Color(srgbRed: 0, green: 0, blue: 1)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:21: warning: static property 'DefaultFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:21: note: add '@MainActor' to make static property 'DefaultFill' part of global actor 'MainActor'
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^
nonisolated(unsafe)
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:46:27: warning: static property 'shared' 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 shared = 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:46:27: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
@objc public static let shared = DSFSparkline.Palette([
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:46:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let shared = DSFSparkline.Palette([
^
nonisolated(unsafe)
/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)
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift:41:27: warning: static property 'sharedPalette' 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
@objc public static let sharedPalette = ValueBasedFill(palette: DSFSparkline.Palette.shared)
^
/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+ValueBasedFill.swift:41:27: note: add '@MainActor' to make static property 'sharedPalette' part of global actor 'MainActor'
@objc public static let sharedPalette = ValueBasedFill(palette: DSFSparkline.Palette.shared)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let sharedPalette = ValueBasedFill(palette: DSFSparkline.Palette.shared)
^
nonisolated(unsafe)
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
/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)
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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGColor+BackwardsCompatibility.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGContext+extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+Hermite.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+innerShadow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/DSFSparkline+Shadow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/DSFSparkline.build/Objects-normal/arm64/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/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFSparkline -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGColor+BackwardsCompatibility.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGContext+extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+Hermite.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+innerShadow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline+Shadow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/LayerInvalidating.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/NSShadow+extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/Utilities.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGColor+BackwardsCompatibility.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGContext+extensions.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+Hermite.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+innerShadow.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline+Shadow.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/LayerInvalidating.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/NSShadow+extensions.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/Utilities.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
/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)
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
/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/XROS.platform/Developer/SDKs/XROS2.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/XROS.platform/Developer/SDKs/XROS2.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)
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:81:23: error: 'screen' is unavailable in visionOS
return self.window?.screen.scale ?? 1.0
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:34:39: note: 'screen' has been explicitly marked unavailable here
@property(nonatomic,strong) UIScreen *screen API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos); // default is [UIScreen mainScreen]. changing the screen may be an expensive operation and should not be done in performance-sensitive code
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal arm64 (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift:31:21: warning: static property 'defaultFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
static public let defaultFill =
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift:31:21: note: add '@MainActor' to make static property 'defaultFill' part of global actor 'MainActor'
static public let defaultFill =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static public let defaultFill =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:35:27: warning: static property 'DefaultTrackStyle' is not concurrency-safe because non-'Sendable' type 'DSFSparklineOverlay.CircularGauge.TrackStyle' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let DefaultTrackStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:113:58: note: class 'TrackStyle' does not conform to the 'Sendable' protocol
@objc(DSFSparklineOverlayCircularGaugeTrackStyle) class TrackStyle: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:35:27: note: add '@MainActor' to make static property 'DefaultTrackStyle' part of global actor 'MainActor'
@objc public static let DefaultTrackStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let DefaultTrackStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:41:27: warning: static property 'DefaultLineStyle' is not concurrency-safe because non-'Sendable' type 'DSFSparklineOverlay.CircularGauge.TrackStyle' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let DefaultLineStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:113:58: note: class 'TrackStyle' does not conform to the 'Sendable' protocol
@objc(DSFSparklineOverlayCircularGaugeTrackStyle) class TrackStyle: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:41:27: note: add '@MainActor' to make static property 'DefaultLineStyle' part of global actor 'MainActor'
@objc public static let DefaultLineStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let DefaultLineStyle = DSFSparklineOverlay.CircularGauge.TrackStyle(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift:61:27: warning: static property 'DefaultFillStyle' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
@objc public static let DefaultFillStyle = DSFSparkline.Fill.Color(srgbRed: 0, green: 0, blue: 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift:61:27: note: add '@MainActor' to make static property 'DefaultFillStyle' part of global actor 'MainActor'
@objc public static let DefaultFillStyle = DSFSparkline.Fill.Color(srgbRed: 0, green: 0, blue: 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift:61:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let DefaultFillStyle = DSFSparkline.Fill.Color(srgbRed: 0, green: 0, blue: 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:30:14: warning: static property 'defaultGradient' 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 let defaultGradient = 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/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:30:14: note: add '@MainActor' to make static property 'defaultGradient' part of global actor 'MainActor'
static let defaultGradient = DSFSparkline.GradientBucket(posts: [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift:30:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let defaultGradient = DSFSparkline.GradientBucket(posts: [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift:33:14: warning: static property 'greenFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
static let greenFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [0, 1, 0, 0.3])!)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift:33:14: note: add '@MainActor' to make static property 'greenFill' part of global actor 'MainActor'
static let greenFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [0, 1, 0, 0.3])!)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift:33:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let greenFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [0, 1, 0, 0.3])!)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift:34:14: warning: static property 'redFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
static let redFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [1, 0, 0, 0.3])!)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift:34:14: note: add '@MainActor' to make static property 'redFill' part of global actor 'MainActor'
static let redFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [1, 0, 0, 0.3])!)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift:34: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+WinLossTie.swift:30:14: warning: static property 'greenFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
static let greenFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [0, 1, 0, 0.3])!)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift:30:14: note: add '@MainActor' to make static property 'greenFill' part of global actor 'MainActor'
static let greenFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [0, 1, 0, 0.3])!)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift:30:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let greenFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [0, 1, 0, 0.3])!)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift:32:14: warning: static property 'redFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
static let redFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [1, 0, 0, 0.3])!)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift:32:14: note: add '@MainActor' to make static property 'redFill' part of global actor 'MainActor'
static let redFill = DSFSparkline.Fill.Color(CGColor(colorSpace: CGColorSpaceCreateDeviceRGB(), components: [1, 0, 0, 0.3])!)
^
@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/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:21: warning: static property 'DefaultFill' is not concurrency-safe because non-'Sendable' type 'DSFSparkline.Fill.Color' may have shared mutable state; this is an error in the Swift 6 language mode
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/fill/DSFSparkline+FillColor.swift:31:37: note: class 'Color' does not conform to the 'Sendable' protocol
@objc(DSFSparklineFillColor) class `Color`: NSObject, DSFSparklineFillable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:21: note: add '@MainActor' to make static property 'DefaultFill' part of global actor 'MainActor'
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+HighlightRangeDefinition.swift:37:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let DefaultFill = DSFSparkline.Fill.Color(DSFColor.systemGray.cgColor)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:46:27: warning: static property 'shared' 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 shared = 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:46:27: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
@objc public static let shared = DSFSparkline.Palette([
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+Palette.swift:46:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let shared = DSFSparkline.Palette([
^
nonisolated(unsafe)
/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+ValueBasedFill.swift:41:27: warning: static property 'sharedPalette' 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
@objc public static let sharedPalette = ValueBasedFill(palette: DSFSparkline.Palette.shared)
^
/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+ValueBasedFill.swift:41:27: note: add '@MainActor' to make static property 'sharedPalette' part of global actor 'MainActor'
@objc public static let sharedPalette = ValueBasedFill(palette: DSFSparkline.Palette.shared)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+ValueBasedFill.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@objc public static let sharedPalette = ValueBasedFill(palette: DSFSparkline.Palette.shared)
^
nonisolated(unsafe)
/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/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/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/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/XROS.platform/Developer/SDKs/XROS2.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/XROS.platform/Developer/SDKs/XROS2.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)
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
SwiftDriverJobDiscovery normal arm64 Emitting module for DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /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-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/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-xros/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-xros/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-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/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-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery 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 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery 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 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery normal arm64 Compiling DSFSparklineOverlay+RangeHighlight.swift, DSFSparklineOverlay+ZeroLine.swift, DSFSparklineOverlay+ActivityGrid.swift, DSFSparklineOverlay+Bar.swift, DSFSparklineOverlay+CircularGauge.swift, DSFSparklineOverlay+CircularProgress.swift, DSFSparklineOverlay+DataBar.swift, DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DSFSparkline-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-Swift.h (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DSFSparkline-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftdoc (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftmodule (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.abi.json (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftsourceinfo (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
** BUILD FAILED **
The following build commands failed:
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/Utilities.swift (in target 'DSFSparkline' from project 'DSFSparkline')
Building workspace spi-builder-workspace with scheme DSFSparkline-Package
(3 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:
DSFSparkline: /Users/admin/builder/spi-builder-workspace
SwiftImageReadWrite: https://github.com/dagronf/SwiftImageReadWrite @ 1.9.2
resolved source packages: DSFSparkline, SwiftImageReadWrite
{
"dependencies" : [
{
"identity" : "swiftimagereadwrite",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/SwiftImageReadWrite"
}
],
"manifest_display_name" : "DSFSparkline",
"name" : "DSFSparkline",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DSFSparkline",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFSparkline-static",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFSparkline-shared",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFSparklineTests",
"module_type" : "SwiftTarget",
"name" : "DSFSparklineTests",
"path" : "Tests/DSFSparklineTests",
"product_dependencies" : [
"SwiftImageReadWrite"
],
"sources" : [
"CircularGaugeTests.swift",
"CircularProgressTests.swift",
"DSFSparklineTests.swift",
"LineGraphTests.swift",
"PresentationTests.swift",
"utils/TestFilesContainer.swift"
],
"target_dependencies" : [
"DSFSparkline"
],
"type" : "test"
},
{
"c99name" : "DSFSparkline",
"module_type" : "SwiftTarget",
"name" : "DSFSparkline",
"path" : "Sources/DSFSparkline",
"product_memberships" : [
"DSFSparkline",
"DSFSparkline-static",
"DSFSparkline-shared"
],
"sources" : [
"datasource/DSFSparkline+DataSource.swift",
"datasource/DSFSparkline+StaticDataSource.swift",
"datasource/data-core/SparklineData.swift",
"datasource/data-core/SparklineWindow.swift",
"overlay/renderers/core/DSFSparklineOverlay+Centerable.swift",
"overlay/renderers/core/DSFSparklineOverlay+DataSource.swift",
"overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift",
"overlay/renderers/core/DSFSparklineOverlay.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Line.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Pie.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Stackline.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift",
"overlay/surfaces/DSFSparklineSurface+AttributedString.swift",
"overlay/surfaces/DSFSparklineSurface+Bitmap.swift",
"overlay/surfaces/DSFSparklineSurface+SwiftUI.swift",
"overlay/surfaces/DSFSparklineSurface+View.swift",
"overlay/surfaces/DSFSparklineSurface.swift",
"overlay/types/DSFSparkline+ActivityGridDefinition.swift",
"overlay/types/DSFSparkline+GradientBucket.swift",
"overlay/types/DSFSparkline+GridLinesDefinition.swift",
"overlay/types/DSFSparkline+HighlightRangeDefinition.swift",
"overlay/types/DSFSparkline+Palette.swift",
"overlay/types/DSFSparkline+ValueBasedFill.swift",
"overlay/types/DSFSparkline+ZeroLineDefinition.swift",
"overlay/types/DSFSparkline.swift",
"overlay/types/fill/DSFSparkline+FillColor.swift",
"overlay/types/fill/DSFSparkline+FillGradient.swift",
"overlay/types/fill/DSFSparkline+Fillable.swift",
"prebuilt/DSFSparklineActivityGridView+SwiftUI.swift",
"prebuilt/DSFSparklineActivityGridView.swift",
"prebuilt/DSFSparklineBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineBarGraphView.swift",
"prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift",
"prebuilt/DSFSparklineCircularGaugeView.swift",
"prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift",
"prebuilt/DSFSparklineCircularProgressView.swift",
"prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineDataBarGraphView.swift",
"prebuilt/DSFSparklineDotGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineDotGraphView.swift",
"prebuilt/DSFSparklineLineGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineLineGraphView.swift",
"prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklinePercentBarGraphView.swift",
"prebuilt/DSFSparklinePieGraphView+SwiftUI.swift",
"prebuilt/DSFSparklinePieGraphView.swift",
"prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineStackLineGraphView.swift",
"prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineStripesGraphView.swift",
"prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineTabletGraphView.swift",
"prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineWinLossGraphView.swift",
"prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineWiperGaugeGraphView.swift",
"prebuilt/ui/DSFSparklineDataSourceView.swift",
"prebuilt/ui/DSFSparklineZeroLinedGraphView.swift",
"util/Angle.swift",
"util/ArbitraryAnimator.swift",
"util/CGColor+BackwardsCompatibility.swift",
"util/CGContext+extensions.swift",
"util/CGPath+Hermite.swift",
"util/CGPath+innerShadow.swift",
"util/DSFSparkline+Shadow.swift",
"util/LayerInvalidating.swift",
"util/NSShadow+extensions.swift",
"util/Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DSFSparkline",
"DSFSparkline-Package",
"DSFSparkline-shared",
"DSFSparkline-static"
]
}
}
{
"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=xrOS
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=xrOS
Resolve Package Graph
Resolved source packages:
DSFSparkline: /Users/admin/builder/spi-builder-workspace
SwiftImageReadWrite: https://github.com/dagronf/SwiftImageReadWrite @ 1.9.2
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/XROS.platform/Developer/SDKs/XROS2.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: e778d495c7d56df5ab892ead591bff9d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e778d495c7d56df5ab892ead591bff9d.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/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/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-xros/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-xros/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-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/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-xros/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\ 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
SwiftCompile normal arm64 Compiling\ DSFSparklineOverlay+RangeHighlight.swift,\ DSFSparklineOverlay+ZeroLine.swift,\ DSFSparklineOverlay+ActivityGrid.swift,\ DSFSparklineOverlay+Bar.swift,\ DSFSparklineOverlay+CircularGauge.swift,\ DSFSparklineOverlay+CircularProgress.swift,\ DSFSparklineOverlay+DataBar.swift,\ DSFSparklineOverlay+Dot.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 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
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
SwiftEmitModule normal arm64 Emitting\ module\ for\ DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
EmitSwiftModule normal arm64 (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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\ 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\ 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\ 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\ 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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGColor+BackwardsCompatibility.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGContext+extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+Hermite.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+innerShadow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/DSFSparkline+Shadow.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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-xros/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/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DSFSparkline -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGColor+BackwardsCompatibility.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGContext+extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+Hermite.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+innerShadow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline+Shadow.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/LayerInvalidating.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/NSShadow+extensions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/Utilities.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGColor+BackwardsCompatibility.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGContext+extensions.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+Hermite.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/CGPath+innerShadow.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline+Shadow.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/LayerInvalidating.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/NSShadow+extensions.o -index-unit-output-path /DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/Utilities.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:81:23: error: 'screen' is unavailable in visionOS
return self.window?.screen.scale ?? 1.0
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:34:39: note: 'screen' has been explicitly marked unavailable here
@property(nonatomic,strong) UIScreen *screen API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos); // default is [UIScreen mainScreen]. changing the screen may be an expensive operation and should not be done in performance-sensitive code
^
SwiftDriverJobDiscovery 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 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery normal arm64 Compiling DSFSparklinePieGraphView+SwiftUI.swift, DSFSparklinePieGraphView.swift, DSFSparklineStackLineGraphView+SwiftUI.swift, DSFSparklineStackLineGraphView.swift, DSFSparklineStripesGraphView+SwiftUI.swift, DSFSparklineStripesGraphView.swift, DSFSparklineTabletGraphView+SwiftUI.swift, DSFSparklineTabletGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery 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 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery normal arm64 Compiling DSFSparklineDataBarGraphView+SwiftUI.swift, DSFSparklineDataBarGraphView.swift, DSFSparklineDotGraphView+SwiftUI.swift, DSFSparklineDotGraphView.swift, DSFSparklineLineGraphView+SwiftUI.swift, DSFSparklineLineGraphView.swift, DSFSparklinePercentBarGraphView+SwiftUI.swift, DSFSparklinePercentBarGraphView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery 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 (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery normal arm64 Compiling DSFSparklineWinLossGraphView+SwiftUI.swift, DSFSparklineWinLossGraphView.swift, DSFSparklineWiperGaugeGraphView+SwiftUI.swift, DSFSparklineWiperGaugeGraphView.swift, DSFSparklineDataSourceView.swift, DSFSparklineZeroLinedGraphView.swift, Angle.swift, ArbitraryAnimator.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery normal arm64 Emitting module for DSFSparkline (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/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-xros/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-xros/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-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/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-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftmodule (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.abi.json (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-xros/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DSFSparkline.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling DSFSparklineActivityGridView+SwiftUI.swift, DSFSparklineActivityGridView.swift, DSFSparklineBarGraphView+SwiftUI.swift, DSFSparklineBarGraphView.swift, DSFSparklineCircularGaugeView+SwiftUI.swift, DSFSparklineCircularGaugeView.swift, DSFSparklineCircularProgressView+SwiftUI.swift, DSFSparklineCircularProgressView.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftDriverJobDiscovery normal arm64 Compiling DSFSparklineOverlay+RangeHighlight.swift, DSFSparklineOverlay+ZeroLine.swift, DSFSparklineOverlay+ActivityGrid.swift, DSFSparklineOverlay+Bar.swift, DSFSparklineOverlay+CircularGauge.swift, DSFSparklineOverlay+CircularProgress.swift, DSFSparklineOverlay+DataBar.swift, DSFSparklineOverlay+Dot.swift (in target 'DSFSparkline' from project 'DSFSparkline')
** BUILD FAILED **
The following build commands failed:
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/Utilities.swift (in target 'DSFSparkline' from project 'DSFSparkline')
Building workspace spi-builder-workspace with scheme DSFSparkline-Package
(3 failures)
BUILD FAILURE 6.1 visionOS