Build Information
Successful build of DSFSparkline, reference 6.2.1 (5308a5
), with Swift 6.1 for tvOS using Xcode 16.3 on 30 Apr 2025 06:57:51 UTC.
Swift 6 data race errors: 22
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=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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\ 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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:140: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 = DSFSparklineActivityGridView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:139: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/DSFSparklineActivityGridView.swift:139:18: note: main actor isolation inferred from inheritance from class 'DSFSparklineSurfaceView'
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:139:7: note: add '@MainActor' to make instance method 'makeActivityGrid' part of global actor 'MainActor'
func makeActivityGrid(_ context: Context) -> DSFSparklineActivityGridView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:142:8: warning: main actor-isolated property 'cellTooltipString' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.cellTooltipString = self._tooltipStringForCell
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:132:19: note: mutation of this property is only permitted within the actor
@objc public var cellTooltipString: ((Int) -> String?)? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:139:7: note: add '@MainActor' to make instance method 'makeActivityGrid' part of global actor 'MainActor'
func makeActivityGrid(_ context: Context) -> DSFSparklineActivityGridView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:194:45: warning: main actor-isolated property 'verticalCellCount' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
if let vh = self.verticalCellCount { view.verticalCellCount = vh }
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:81:19: note: mutation of this property is only permitted within the actor
@objc public var verticalCellCount: UInt {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:192:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineActivityGridView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:195:8: warning: main actor-isolated property 'horizontalCellCount' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.horizontalCellCount = self.horizontalCellCount
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:87:19: note: mutation of this property is only permitted within the actor
@objc public var horizontalCellCount: UInt {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:192:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineActivityGridView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:197:9: warning: call to main actor-isolated instance method 'setValues(_:range:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.setValues(v, range: CGFloat(range.lowerBound) ... CGFloat(range.upperBound))
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:51:14: note: calls to instance method 'setValues(_:range:)' from outside of its actor context are implicitly asynchronous
public func setValues(_ values: [CGFloat], range: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:51:14: note: main actor isolation inferred from inheritance from class 'DSFSparklineSurfaceView'
public func setValues(_ values: [CGFloat], range: ClosedRange<CGFloat>) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:192:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineActivityGridView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:200:9: warning: call to main actor-isolated instance method 'setValues' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.setValues(v)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:43:20: note: calls to instance method 'setValues' from outside of its actor context are implicitly asynchronous
@objc public func setValues(_ values: [CGFloat]) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:43:20: note: main actor isolation inferred from inheritance from class 'DSFSparklineSurfaceView'
@objc public func setValues(_ values: [CGFloat]) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:192:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineActivityGridView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:203:8: warning: main actor-isolated property 'cellStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.cellStyle = self.cellStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:69:19: note: mutation of this property is only permitted within the actor
@objc public var cellStyle: DSFSparkline.ActivityGrid.CellStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:192:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineActivityGridView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:204:8: warning: main actor-isolated property 'layoutStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.layoutStyle = self.layoutStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView.swift:75:19: note: mutation of this property is only permitted within the actor
@objc public var layoutStyle: DSFSparkline.ActivityGrid.LayoutStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineActivityGridView+SwiftUI.swift:192:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineActivityGridView) {
^
@MainActor
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:132: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 = DSFSparklineBarGraphView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift:75: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/DSFSparklineBarGraphView.swift:75:18: note: main actor isolation inferred from inheritance from class 'DSFSparklineZeroLineGraphView'
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:133: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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:135: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/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:136:8: warning: main actor-isolated property 'graphColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.graphColor = self.graphColor
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:69:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var graphColor: UIColor = UIColor.black {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:138: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/DSFSparklineBarGraphView.swift:43:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var barSpacing: UInt = 1 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:139: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/DSFSparklineBarGraphView.swift:36:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lineWidth: UInt = 1 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:141:8: warning: main actor-isolated property 'zeroLineVisible' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.zeroLineVisible = self.showZeroLine
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:41:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var zeroLineVisible: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:142:8: warning: call to main actor-isolated instance method 'setZeroLineDefinition' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.setZeroLineDefinition(self.zeroLineDefinition)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:266:7: note: calls to instance method 'setZeroLineDefinition' from outside of its actor context are implicitly asynchronous
func setZeroLineDefinition(_ definition: DSFSparkline.ZeroLineDefinition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:266:7: note: main actor isolation inferred from inheritance from class 'DSFSparklineDataSourceView'
func setZeroLineDefinition(_ definition: DSFSparkline.ZeroLineDefinition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:144:8: warning: main actor-isolated property 'centeredAtZeroLine' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.centeredAtZeroLine = self.centeredAtZeroLine
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift:57:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var centeredAtZeroLine: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:145:8: warning: main actor-isolated property 'lowerGraphColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.lowerGraphColor = self.lowerGraphColor
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:88:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lowerGraphColor: DSFColor? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:148:9: warning: main actor-isolated property 'highlightRangeVisible' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.highlightRangeVisible = true
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:108:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var highlightRangeVisible: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:149:9: warning: main actor-isolated property 'highlightRangeDefinition' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.highlightRangeDefinition = self.highlightDefinitions
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:243:19: note: mutation of this property is only permitted within the actor
@objc public var highlightRangeDefinition: [DSFSparkline.HighlightRangeDefinition] = [] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:153:9: warning: main actor-isolated property 'primaryFill' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.primaryFill = pf
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift:64:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var primaryFill: (any DSFSparklineFillable)? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:156:9: warning: main actor-isolated property 'secondaryFill' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.secondaryFill = sf
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift:70:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var secondaryFill: (any DSFSparklineFillable)? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:131:15: note: add '@MainActor' to make instance method 'makeBarGraph' part of global actor 'MainActor'
private func makeBarGraph(_: Context) -> DSFSparklineBarGraphView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:193:34: warning: main actor-isolated property 'graphColor' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.graphColor, val: self.graphColor)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineDataSourceView.swift:69:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var graphColor: UIColor = UIColor.black {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:194: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/DSFSparklineBarGraphView.swift:43:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var barSpacing: UInt = 1 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:195: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/DSFSparklineBarGraphView.swift:36:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lineWidth: UInt = 1 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:197:34: warning: main actor-isolated property 'zeroLineVisible' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.zeroLineVisible, val: self.showZeroLine)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:41:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var zeroLineVisible: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:198:8: warning: call to main actor-isolated instance method 'setZeroLineDefinition' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.setZeroLineDefinition(self.zeroLineDefinition)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:266:7: note: calls to instance method 'setZeroLineDefinition' from outside of its actor context are implicitly asynchronous
func setZeroLineDefinition(_ definition: DSFSparkline.ZeroLineDefinition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:266:7: note: main actor isolation inferred from inheritance from class 'DSFSparklineDataSourceView'
func setZeroLineDefinition(_ definition: DSFSparkline.ZeroLineDefinition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:200:34: warning: main actor-isolated property 'centeredAtZeroLine' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.centeredAtZeroLine, val: self.centeredAtZeroLine)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift:57:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var centeredAtZeroLine: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:201:34: warning: main actor-isolated property 'lowerGraphColor' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.lowerGraphColor, val: self.lowerGraphColor)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:88:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var lowerGraphColor: DSFColor? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:204:9: warning: main actor-isolated property 'highlightRangeVisible' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.highlightRangeVisible = true
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:108:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var highlightRangeVisible: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:205:9: warning: main actor-isolated property 'highlightRangeDefinition' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.highlightRangeDefinition = self.highlightDefinitions
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:243:19: note: mutation of this property is only permitted within the actor
@objc public var highlightRangeDefinition: [DSFSparkline.HighlightRangeDefinition] = [] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:208:9: warning: main actor-isolated property 'highlightRangeVisible' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.highlightRangeVisible = false
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:108:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var highlightRangeVisible: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:209:9: warning: main actor-isolated property 'highlightRangeDefinition' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.highlightRangeDefinition = []
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:243:19: note: mutation of this property is only permitted within the actor
@objc public var highlightRangeDefinition: [DSFSparkline.HighlightRangeDefinition] = [] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:213:9: warning: call to main actor-isolated instance method 'setGridLineDefinition' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.setGridLineDefinition(gridLines)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:202:20: note: calls to instance method 'setGridLineDefinition' from outside of its actor context are implicitly asynchronous
@objc public func setGridLineDefinition(_ gridLineDefinition: DSFSparkline.GridLinesDefinition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:202:20: note: main actor isolation inferred from inheritance from class 'DSFSparklineDataSourceView'
@objc public func setGridLineDefinition(_ gridLineDefinition: DSFSparkline.GridLinesDefinition) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:216:9: warning: main actor-isolated property 'gridLinesVisible' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.gridLinesVisible = false
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/ui/DSFSparklineZeroLinedGraphView.swift:142:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var gridLinesVisible: Bool = false {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:220:9: warning: main actor-isolated property 'primaryFill' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.primaryFill = pf
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift:64:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var primaryFill: (any DSFSparklineFillable)? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:223:9: warning: main actor-isolated property 'secondaryFill' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.secondaryFill = sf
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView.swift:70:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var secondaryFill: (any DSFSparklineFillable)? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:191:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineBarGraphView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:142:8: warning: sending 'self.zeroLineDefinition' risks causing data races; this is an error in the Swift 6 language mode
view.setZeroLineDefinition(self.zeroLineDefinition)
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:142: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)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:198:8: warning: sending 'self.zeroLineDefinition' risks causing data races; this is an error in the Swift 6 language mode
view.setZeroLineDefinition(self.zeroLineDefinition)
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:198: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)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:213:9: warning: sending 'gridLines' risks causing data races; this is an error in the Swift 6 language mode
view.setGridLineDefinition(gridLines)
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineBarGraphView+SwiftUI.swift:213:9: note: sending task-isolated 'gridLines' to main actor-isolated instance method 'setGridLineDefinition' risks causing data races between main actor-isolated and task-isolated uses
view.setGridLineDefinition(gridLines)
^
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:92: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 = DSFSparklineCircularGaugeView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:90: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/DSFSparklineCircularGaugeView.swift:90:18: note: main actor isolation inferred from inheritance from class 'DSFSparklineSurfaceView'
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:91:7: note: add '@MainActor' to make instance method 'makeCircularGauge' part of global actor 'MainActor'
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:93: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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/DSFSparklineCircularGaugeView+SwiftUI.swift:91:7: note: add '@MainActor' to make instance method 'makeCircularGauge' part of global actor 'MainActor'
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:94:8: warning: main actor-isolated property 'value' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.value = self.value
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:34:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var value: CGFloat = 0.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:91:7: note: add '@MainActor' to make instance method 'makeCircularGauge' part of global actor 'MainActor'
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:95:8: warning: main actor-isolated property 'animationStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.animationStyle = self.animationStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:81:19: note: mutation of this property is only permitted within the actor
@objc public var animationStyle: DSFSparkline.AnimationStyle? = nil {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:91:7: note: add '@MainActor' to make instance method 'makeCircularGauge' part of global actor 'MainActor'
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:96:8: warning: main actor-isolated property 'trackStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.trackStyle = self.trackStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:41:19: note: mutation of this property is only permitted within the actor
@objc public var trackStyle = DSFSparklineOverlay.CircularGauge.DefaultTrackStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:91:7: note: add '@MainActor' to make instance method 'makeCircularGauge' part of global actor 'MainActor'
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:97:8: warning: main actor-isolated property 'lineStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.lineStyle = self.lineStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:61:19: note: mutation of this property is only permitted within the actor
@objc public var lineStyle = DSFSparklineOverlay.CircularGauge.DefaultLineStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:91:7: note: add '@MainActor' to make instance method 'makeCircularGauge' part of global actor 'MainActor'
func makeCircularGauge(_: Context) -> DSFSparklineCircularGaugeView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:133:34: warning: main actor-isolated property 'value' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.value, val: self.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:34:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var value: CGFloat = 0.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:132:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularGaugeView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:134:11: warning: main actor-isolated property 'animationStyle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if view.animationStyle !== self.animationStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:81:19: note: property declared here
@objc public var animationStyle: DSFSparkline.AnimationStyle? = nil {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:132:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularGaugeView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:135:9: warning: main actor-isolated property 'animationStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.animationStyle = self.animationStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:81:19: note: mutation of this property is only permitted within the actor
@objc public var animationStyle: DSFSparkline.AnimationStyle? = nil {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:132:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularGaugeView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:137:11: warning: main actor-isolated property 'trackStyle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if view.trackStyle !== self.trackStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:41:19: note: property declared here
@objc public var trackStyle = DSFSparklineOverlay.CircularGauge.DefaultTrackStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:132:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularGaugeView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:138:9: warning: main actor-isolated property 'trackStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.trackStyle = self.trackStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:41:19: note: mutation of this property is only permitted within the actor
@objc public var trackStyle = DSFSparklineOverlay.CircularGauge.DefaultTrackStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:132:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularGaugeView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:140:11: warning: main actor-isolated property 'lineStyle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if view.lineStyle !== self.lineStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:61:19: note: property declared here
@objc public var lineStyle = DSFSparklineOverlay.CircularGauge.DefaultLineStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:132:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularGaugeView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:141:9: warning: main actor-isolated property 'lineStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.lineStyle = self.lineStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView.swift:61:19: note: mutation of this property is only permitted within the actor
@objc public var lineStyle = DSFSparklineOverlay.CircularGauge.DefaultLineStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift:132:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularGaugeView) {
^
@MainActor
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:64: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 = DSFSparklineCircularProgressView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:86: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/DSFSparklineCircularProgressView.swift:86:18: note: main actor isolation inferred from inheritance from class 'DSFSparklineSurfaceView'
public override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:65: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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:66:8: warning: main actor-isolated property 'value' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.value = self.value
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:33:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var value: CGFloat = 0.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:67:8: warning: main actor-isolated property 'trackWidth' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.trackWidth = self.trackWidth
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:39:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var trackWidth: CGFloat = 10 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:68:8: warning: main actor-isolated property 'fillStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.fillStyle = self.fillStyle.copyFill()
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:78:19: note: mutation of this property is only permitted within the actor
@objc public var fillStyle: DSFSparklineFillable = DSFSparkline.Fill.Color.white {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:69:8: warning: main actor-isolated property 'padding' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.padding = self.padding
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:46:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var padding: CGFloat = 0.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:71:9: warning: main actor-isolated property 'trackColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.trackColor = DSFColor(cgColor: t)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:53:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var trackColor: DSFColor? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:73:8: warning: main actor-isolated property 'trackIcon' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.trackIcon = trackIcon
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:71:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var trackIcon: CGImage? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:63:7: note: add '@MainActor' to make instance method 'makeProgressGraph' part of global actor 'MainActor'
func makeProgressGraph(_: Context) -> DSFSparklineCircularProgressView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:109:34: warning: main actor-isolated property 'value' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.value, val: self.value)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:33:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var value: CGFloat = 0.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:110:34: warning: main actor-isolated property 'trackWidth' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.trackWidth, val: self.trackWidth)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:39:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var trackWidth: CGFloat = 10 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:111:34: warning: main actor-isolated property 'padding' can not be used 'inout' from a nonisolated context; this is an error in the Swift 6 language mode
UpdateIfNotEqual(result: &view.padding, val: self.padding)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:46:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var padding: CGFloat = 0.0 {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:112:11: warning: main actor-isolated property 'fillStyle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if view.fillStyle !== self.fillStyle {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:78:19: note: property declared here
@objc public var fillStyle: DSFSparklineFillable = DSFSparkline.Fill.Color.white {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:113:9: warning: main actor-isolated property 'fillStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.fillStyle = self.fillStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:78:19: note: mutation of this property is only permitted within the actor
@objc public var fillStyle: DSFSparklineFillable = DSFSparkline.Fill.Color.white {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:115:11: warning: main actor-isolated property 'trackColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if view.trackColor !== self.trackColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:53:27: note: property declared here
@objc public dynamic var trackColor: DSFColor? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:117:10: warning: main actor-isolated property 'trackColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.trackColor = DSFColor(cgColor: t)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:53:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var trackColor: DSFColor? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:120:11: warning: main actor-isolated property 'trackIcon' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if view.trackIcon !== self.trackIcon {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:71:27: note: property declared here
@objc public dynamic var trackIcon: CGImage? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:121:9: warning: main actor-isolated property 'trackIcon' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.trackIcon = self.trackIcon
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView.swift:71:27: note: mutation of this property is only permitted within the actor
@objc public dynamic var trackIcon: CGImage? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift:108:7: note: add '@MainActor' to make instance method 'updateView' part of global actor 'MainActor'
func updateView(_ view: DSFSparklineCircularProgressView) {
^
@MainActor
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\ 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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:58: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 = DSFSparklineSurfaceView(frame: .zero)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:55:18: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
override public init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:55:18: note: main actor isolation inferred from inheritance from class 'UIView'
override public init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:57:15: note: add '@MainActor' to make instance method 'makeSurface' part of global actor 'MainActor'
private func makeSurface(_ context: Context) -> DSFSparklineSurfaceView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:59: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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:57:15: note: add '@MainActor' to make instance method 'makeSurface' part of global actor 'MainActor'
private func makeSurface(_ context: Context) -> DSFSparklineSurfaceView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:61:22: warning: main actor-isolated property 'coordinator' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let base = context.coordinator.parent
^
SwiftUI.UIViewRepresentableContext.coordinator:2:39: note: property declared here
@MainActor @preconcurrency public let coordinator: Representable.Coordinator}
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:57:15: note: add '@MainActor' to make instance method 'makeSurface' part of global actor 'MainActor'
private func makeSurface(_ context: Context) -> DSFSparklineSurfaceView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:62:32: warning: call to main actor-isolated instance method 'addOverlay' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
base.overlays.forEach { view.addOverlay($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:93:14: note: calls to instance method 'addOverlay' from outside of its actor context are implicitly asynchronous
public func addOverlay(_ overlay: DSFSparklineOverlay) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:93:14: note: main actor isolation inferred from inheritance from class 'UIView'
public func addOverlay(_ overlay: DSFSparklineOverlay) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:62:32: warning: sending '$0' risks causing data races; this is an error in the Swift 6 language mode
base.overlays.forEach { view.addOverlay($0) }
~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+SwiftUI.swift:62:32: note: sending task-isolated '$0' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
base.overlays.forEach { view.addOverlay($0) }
^
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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:159:21: warning: call to main actor-isolated instance method 'retinaScale()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let scale = view.retinaScale()
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift:80:13: note: calls to instance method 'retinaScale()' from outside of its actor context are implicitly asynchronous
@objc func retinaScale() -> CGFloat {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:7: note: add '@MainActor' to make instance method 'draw(_:in:)' part of global actor 'MainActor'
func draw(_ layer: CALayer, in ctx: CGContext) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:161:27: warning: call to main actor-isolated instance method 'edgeInsets(for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let insetBounds = view.edgeInsets(for: view.bounds)
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:109:7: note: calls to instance method 'edgeInsets(for:)' from outside of its actor context are implicitly asynchronous
func edgeInsets(for rect: CGRect) -> DSFEdgeInsets {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:109:7: note: main actor isolation inferred from inheritance from class 'UIView'
func edgeInsets(for rect: CGRect) -> DSFEdgeInsets {
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:7: note: add '@MainActor' to make instance method 'draw(_:in:)' part of global actor 'MainActor'
func draw(_ layer: CALayer, in ctx: CGContext) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:161:48: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let insetBounds = view.edgeInsets(for: view.bounds)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:7: note: add '@MainActor' to make instance method 'draw(_:in:)' part of global actor 'MainActor'
func draw(_ layer: CALayer, in ctx: CGContext) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:162:43: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
l.drawGraph(context: ctx, bounds: view.bounds.inset(by: insetBounds), scale: scale)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/surfaces/DSFSparklineSurface+View.swift:157:7: note: add '@MainActor' to make instance method 'draw(_:in:)' part of global actor 'MainActor'
func draw(_ layer: CALayer, in ctx: CGContext) {
^
@MainActor
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
/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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GradientBucket.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/types/DSFSparkline+GridLinesDefinition.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DSFSparkline+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
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+DataSource.swift:54:7: warning: capture of 'self' with non-sendable type 'DSFSparklineOverlay.DataSource?' in a '@Sendable' closure
self?.dataSourceContentDidChange()
^
/Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/overlay/renderers/core/DSFSparklineOverlay+DataSource.swift:31:45: note: class 'DataSource' does not conform to the 'Sendable' protocol
@objc(DSFSparklineDataSourceOverlay) class DataSource : DSFSparklineOverlay {
^
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
/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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\ CGColor+BackwardsCompatibility.swift,\ CGContext+extensions.swift,\ CGPath+Hermite.swift,\ CGPath+innerShadow.swift,\ DSFSparkline+Shadow.swift,\ LayerInvalidating.swift,\ NSShadow+extensions.swift,\ Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGColor+BackwardsCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGContext+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+Hermite.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+innerShadow.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/DSFSparkline+Shadow.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/NSShadow+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/Utilities.swift (in target 'DSFSparkline' from project 'DSFSparkline')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGColor+BackwardsCompatibility.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGContext+extensions.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+Hermite.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/CGPath+innerShadow.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/DSFSparkline+Shadow.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DSFSparkline/util/LayerInvalidating.swift (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DSFSparkline-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DSFSparkline-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/arm64-apple-tvos.abi.json
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')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
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')
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 Compiling CGColor+BackwardsCompatibility.swift, CGContext+extensions.swift, CGPath+Hermite.swift, CGPath+innerShadow.swift, DSFSparkline+Shadow.swift, LayerInvalidating.swift, NSShadow+extensions.swift, Utilities.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 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 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+Line.swift, DSFSparklineOverlay+PercentBar.swift, DSFSparklineOverlay+Pie.swift, DSFSparklineOverlay+Stackline.swift, DSFSparklineOverlay+Stripes.swift, DSFSparklineOverlay+Tablet.swift, DSFSparklineOverlay+WinLossTie.swift, DSFSparklineOverlay+WiperGauge.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')
SwiftDriver\ Compilation 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 -- /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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/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-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.o normal (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.o
ExtractAppIntentsMetadata (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DSFSparkline --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.DSFSparkline --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/DSFSparkline.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/DSFSparkline.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 23:57:50.143 appintentsmetadataprocessor[756:4285] Starting appintentsmetadataprocessor export
2025-04-29 23:57:50.187 appintentsmetadataprocessor[756:4285] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.o (in target 'DSFSparkline' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DSFSparkline.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework/DSFSparkline-shared normal (in target 'DSFSparkline-shared' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline-shared\ product.build/Objects-normal/arm64/DSFSparkline-shared.LinkFileList -install_name @rpath/DSFSparkline-shared.framework/DSFSparkline-shared -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline-shared\ product.build/Objects-normal/arm64/DSFSparkline-shared_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline-shared\ product.build/Objects-normal/arm64/DSFSparkline-shared_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework/DSFSparkline-shared -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline.build/Objects-normal/arm64/DSFSparkline.swiftmodule
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline-shared\ product.build/empty-DSFSparkline-shared.plist (in target 'DSFSparkline-shared' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DSFSparkline.build/Debug-appletvos/DSFSparkline-shared\ product.build/empty-DSFSparkline-shared.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework/Info.plist
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/DSFSparkline-shared.framework/DSFSparkline-shared.tbd (in target 'DSFSparkline-shared' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework/DSFSparkline-shared -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/DSFSparkline-shared.framework/DSFSparkline-shared.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework (in target 'DSFSparkline-shared' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework (in target 'DSFSparkline-shared' from project 'DSFSparkline')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/DSFSparkline-shared.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swiftimagereadwrite",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "1.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/SwiftImageReadWrite"
}
],
"manifest_display_name" : "DSFSparkline",
"name" : "DSFSparkline",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DSFSparkline",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFSparkline-static",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFSparkline-shared",
"targets" : [
"DSFSparkline"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DSFSparklineTests",
"module_type" : "SwiftTarget",
"name" : "DSFSparklineTests",
"path" : "Tests/DSFSparklineTests",
"product_dependencies" : [
"SwiftImageReadWrite"
],
"sources" : [
"CircularGaugeTests.swift",
"CircularProgressTests.swift",
"DSFSparklineTests.swift",
"LineGraphTests.swift",
"PresentationTests.swift",
"XCTestManifests.swift",
"utils/TestFilesContainer.swift"
],
"target_dependencies" : [
"DSFSparkline"
],
"type" : "test"
},
{
"c99name" : "DSFSparkline",
"module_type" : "SwiftTarget",
"name" : "DSFSparkline",
"path" : "Sources/DSFSparkline",
"product_memberships" : [
"DSFSparkline",
"DSFSparkline-static",
"DSFSparkline-shared"
],
"sources" : [
"datasource/DSFSparkline+DataSource.swift",
"datasource/DSFSparkline+StaticDataSource.swift",
"datasource/data-core/SparklineData.swift",
"datasource/data-core/SparklineWindow.swift",
"overlay/renderers/core/DSFSparklineOverlay+Centerable.swift",
"overlay/renderers/core/DSFSparklineOverlay+DataSource.swift",
"overlay/renderers/core/DSFSparklineOverlay+StaticDataSource.swift",
"overlay/renderers/core/DSFSparklineOverlay.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+GridLines.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+RangeHighlight.swift",
"overlay/renderers/overlays-components/DSFSparklineOverlay+ZeroLine.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+ActivityGrid.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Bar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularGauge.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+CircularProgress.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+DataBar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Dot.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Line.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+PercentBar.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Pie.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Stackline.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Stripes.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+Tablet.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+WinLossTie.swift",
"overlay/renderers/overlays-graph/DSFSparklineOverlay+WiperGauge.swift",
"overlay/surfaces/DSFSparklineSurface+AttributedString.swift",
"overlay/surfaces/DSFSparklineSurface+Bitmap.swift",
"overlay/surfaces/DSFSparklineSurface+SwiftUI.swift",
"overlay/surfaces/DSFSparklineSurface+View.swift",
"overlay/surfaces/DSFSparklineSurface.swift",
"overlay/types/DSFSparkline+ActivityGridDefinition.swift",
"overlay/types/DSFSparkline+GradientBucket.swift",
"overlay/types/DSFSparkline+GridLinesDefinition.swift",
"overlay/types/DSFSparkline+HighlightRangeDefinition.swift",
"overlay/types/DSFSparkline+Palette.swift",
"overlay/types/DSFSparkline+ValueBasedFill.swift",
"overlay/types/DSFSparkline+ZeroLineDefinition.swift",
"overlay/types/DSFSparkline.swift",
"overlay/types/fill/DSFSparkline+FillColor.swift",
"overlay/types/fill/DSFSparkline+FillGradient.swift",
"overlay/types/fill/DSFSparkline+Fillable.swift",
"prebuilt/DSFSparklineActivityGridView+SwiftUI.swift",
"prebuilt/DSFSparklineActivityGridView.swift",
"prebuilt/DSFSparklineBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineBarGraphView.swift",
"prebuilt/DSFSparklineCircularGaugeView+SwiftUI.swift",
"prebuilt/DSFSparklineCircularGaugeView.swift",
"prebuilt/DSFSparklineCircularProgressView+SwiftUI.swift",
"prebuilt/DSFSparklineCircularProgressView.swift",
"prebuilt/DSFSparklineDataBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineDataBarGraphView.swift",
"prebuilt/DSFSparklineDotGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineDotGraphView.swift",
"prebuilt/DSFSparklineLineGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineLineGraphView.swift",
"prebuilt/DSFSparklinePercentBarGraphView+SwiftUI.swift",
"prebuilt/DSFSparklinePercentBarGraphView.swift",
"prebuilt/DSFSparklinePieGraphView+SwiftUI.swift",
"prebuilt/DSFSparklinePieGraphView.swift",
"prebuilt/DSFSparklineStackLineGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineStackLineGraphView.swift",
"prebuilt/DSFSparklineStripesGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineStripesGraphView.swift",
"prebuilt/DSFSparklineTabletGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineTabletGraphView.swift",
"prebuilt/DSFSparklineWinLossGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineWinLossGraphView.swift",
"prebuilt/DSFSparklineWiperGaugeGraphView+SwiftUI.swift",
"prebuilt/DSFSparklineWiperGaugeGraphView.swift",
"prebuilt/ui/DSFSparklineDataSourceView.swift",
"prebuilt/ui/DSFSparklineZeroLinedGraphView.swift",
"util/Angle.swift",
"util/ArbitraryAnimator.swift",
"util/CGColor+BackwardsCompatibility.swift",
"util/CGContext+extensions.swift",
"util/CGPath+Hermite.swift",
"util/CGPath+innerShadow.swift",
"util/DSFSparkline+Shadow.swift",
"util/LayerInvalidating.swift",
"util/NSShadow+extensions.swift",
"util/Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.