Build Information
Successful build of SwiftCharts, reference master (c354c1
), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 17:35:23 UTC.
Swift 6 data race errors: 9
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCharts -destination generic/platform=xrOS 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 pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:54:90: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = max(maxTX(containerView.frame.width - contentView.frame.width), min(maxTX(0), contentView.transform.tx + deltaX))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:54:130: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = max(maxTX(containerView.frame.width - contentView.frame.width), min(maxTX(0), contentView.transform.tx + deltaX))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:55:25: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = max(maxTY(containerView.frame.height - contentView.frame.height), min(maxTY(0), contentView.transform.ty + deltaY))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:55:64: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = max(maxTY(containerView.frame.height - contentView.frame.height), min(maxTY(0), contentView.transform.ty + deltaY))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:55:91: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = max(maxTY(containerView.frame.height - contentView.frame.height), min(maxTY(0), contentView.transform.ty + deltaY))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:55:132: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = max(maxTY(containerView.frame.height - contentView.frame.height), min(maxTY(0), contentView.transform.ty + deltaY))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:58:25: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx + deltaX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:58:52: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx + deltaX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:59:25: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty + deltaY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:59:52: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty + deltaY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Pannable.swift:43:10: note: add '@MainActor' to make instance method 'pan(deltaX:deltaY:isGesture:isDeceleration:elastic:)' part of global actor 'MainActor'
func pan(deltaX: CGFloat, deltaY: CGFloat, isGesture: Bool, isDeceleration: Bool, elastic: Bool) {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/String.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/UIColor.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartNiceNumberCalculator.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartNiceNumberCalculator.swift:41:30: warning: will never be executed
niceFraction = 10
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartNiceNumberCalculator.swift:38:36: note: condition always evaluates to true
} else if niceFraction <= 5 {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartTextUtils.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartTimeUtils.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelector.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorAlpha.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorAlpha.swift:22:14: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.backgroundColor = view.backgroundColor.map{$0.copy(alpha: selected ? selectedAlpha : deselectedAlpha)}
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorAlpha.swift:21:15: note: add '@MainActor' to make instance method 'displaySelected(_:selected:)' part of global actor 'MainActor'
open func displaySelected(_ view: UIView, selected: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorAlpha.swift:22:37: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view.backgroundColor = view.backgroundColor.map{$0.copy(alpha: selected ? selectedAlpha : deselectedAlpha)}
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: property declared here
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorAlpha.swift:21:15: note: add '@MainActor' to make instance method 'displaySelected(_:selected:)' part of global actor 'MainActor'
open func displaySelected(_ view: UIView, selected: Bool) {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorBrightness.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorBrightness.swift:20:14: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.backgroundColor = selected ? view.backgroundColor?.adjustBrigtness(factor: selectedFactor) : view.backgroundColor?.adjustBrigtness(factor: 1 / selectedFactor)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorBrightness.swift:19:15: note: add '@MainActor' to make instance method 'displaySelected(_:selected:)' part of global actor 'MainActor'
open func displaySelected(_ view: UIView, selected: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorBrightness.swift:20:48: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view.backgroundColor = selected ? view.backgroundColor?.adjustBrigtness(factor: selectedFactor) : view.backgroundColor?.adjustBrigtness(factor: 1 / selectedFactor)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: property declared here
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorBrightness.swift:19:15: note: add '@MainActor' to make instance method 'displaySelected(_:selected:)' part of global actor 'MainActor'
open func displaySelected(_ view: UIView, selected: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorBrightness.swift:20:112: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view.backgroundColor = selected ? view.backgroundColor?.adjustBrigtness(factor: selectedFactor) : view.backgroundColor?.adjustBrigtness(factor: 1 / selectedFactor)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: property declared here
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Utils/ChartViewSelectorBrightness.swift:19:15: note: add '@MainActor' to make instance method 'displaySelected(_:selected:)' part of global actor 'MainActor'
open func displaySelected(_ view: UIView, selected: Bool) {
^
@MainActor
SwiftCompile normal arm64 Compiling\ ChartPointViewBarStacked.swift,\ ChartViewAlphaAnimator.swift,\ ChartViewAnimator.swift,\ ChartViewAnimators.swift,\ ChartViewGrowAnimator.swift,\ CubicLinePathGenerator.swift,\ HandlingLabel.swift,\ HandlingView.swift,\ InfoBubble.swift,\ StraightLinePathGenerator.swift,\ Zoomable.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartPointViewBarStacked.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAlphaAnimator.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimator.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/CubicLinePathGenerator.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/HandlingLabel.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/HandlingView.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/InfoBubble.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/StraightLinePathGenerator.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartPointViewBarStacked.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAlphaAnimator.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAlphaAnimator.swift:22:14: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.alpha = initAlpha
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat alpha; // animatable. default is 1.0
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAlphaAnimator.swift:21:17: note: add '@MainActor' to make instance method 'initState' part of global actor 'MainActor'
public func initState(_ view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAlphaAnimator.swift:26:14: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.alpha = targetAlpha
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat alpha; // animatable. default is 1.0
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAlphaAnimator.swift:25:17: note: add '@MainActor' to make instance method 'targetState' part of global actor 'MainActor'
public func targetState(_ view: UIView) {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimator.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift:91:16: warning: call to main actor-isolated class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView.animate(withDuration: TimeInterval(settings.animDuration), delay: TimeInterval(settings.animDelay), usingSpringWithDamping: settings.animDamping, initialSpringVelocity: settings.animInitSpringVelocity, options: UIView.AnimationOptions(), animations: {
^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
@MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, usingSpringWithDamping dampingRatio: CGFloat, initialSpringVelocity velocity: CGFloat, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift:90:22: note: add '@MainActor' to make instance method 'animate(_:animations:onFinish:)' part of global actor 'MainActor'
fileprivate func animate(_ settings: ChartViewAnimatorsSettings, animations: @escaping () -> Void, onFinish: @escaping () -> Void) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift:91:16: warning: sending value of non-Sendable type '() -> Void' risks causing data races; this is an error in the Swift 6 language mode
UIView.animate(withDuration: TimeInterval(settings.animDuration), delay: TimeInterval(settings.animDelay), usingSpringWithDamping: settings.animDamping, initialSpringVelocity: settings.animInitSpringVelocity, options: UIView.AnimationOptions(), animations: {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift:91:16: note: sending task-isolated value of non-Sendable type '() -> Void' to main actor-isolated class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
UIView.animate(withDuration: TimeInterval(settings.animDuration), delay: TimeInterval(settings.animDelay), usingSpringWithDamping: settings.animDamping, initialSpringVelocity: settings.animInitSpringVelocity, options: UIView.AnimationOptions(), animations: {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift:91:16: warning: sending value of non-Sendable type '(Bool) -> Void' risks causing data races; this is an error in the Swift 6 language mode
UIView.animate(withDuration: TimeInterval(settings.animDuration), delay: TimeInterval(settings.animDelay), usingSpringWithDamping: settings.animDamping, initialSpringVelocity: settings.animInitSpringVelocity, options: UIView.AnimationOptions(), animations: {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewAnimators.swift:91:16: note: sending task-isolated value of non-Sendable type '(Bool) -> Void' to main actor-isolated class method 'animate(withDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
UIView.animate(withDuration: TimeInterval(settings.animDuration), delay: TimeInterval(settings.animDelay), usingSpringWithDamping: settings.animDamping, initialSpringVelocity: settings.animInitSpringVelocity, options: UIView.AnimationOptions(), animations: {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:20:14: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.layer.anchorPoint = anchor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:19:17: note: add '@MainActor' to make instance method 'prepare' part of global actor 'MainActor'
public func prepare(_ view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:21:28: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let offsetX = view.frame.width * (0.5 - anchor.x)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:19:17: note: add '@MainActor' to make instance method 'prepare' part of global actor 'MainActor'
public func prepare(_ view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:22:28: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let offsetY = view.frame.height * (0.5 - anchor.y)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:19:17: note: add '@MainActor' to make instance method 'prepare' part of global actor 'MainActor'
public func prepare(_ view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:23:14: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.frame = view.frame.offsetBy(dx: -offsetX, dy: -offsetY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:19:17: note: add '@MainActor' to make instance method 'prepare' part of global actor 'MainActor'
public func prepare(_ view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:23:27: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view.frame = view.frame.offsetBy(dx: -offsetX, dy: -offsetY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:19:17: note: add '@MainActor' to make instance method 'prepare' part of global actor 'MainActor'
public func prepare(_ view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:29:14: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.transform = CGAffineTransform(scaleX: 0.001, y: 0.001)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:28:17: note: add '@MainActor' to make instance method 'initState' part of global actor 'MainActor'
public func initState(_ view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:33:14: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.transform = CGAffineTransform(scaleX: 1, y: 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartViewGrowAnimator.swift:32:17: note: add '@MainActor' to make instance method 'targetState' part of global actor 'MainActor'
public func targetState(_ view: UIView) {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/CubicLinePathGenerator.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/HandlingLabel.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/HandlingView.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/InfoBubble.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/StraightLinePathGenerator.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:41:28: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return contentView.transform.a / scaleX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:45:28: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return contentView.transform.d / scaleY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:70:59: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let newContentWidth = finalScaleX * containerView.frame.width
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:58:10: note: add '@MainActor' to make instance method 'zoom(scaleX:scaleY:centerX:centerY:)' part of global actor 'MainActor'
func zoom(scaleX: CGFloat, scaleY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:71:54: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let newScale = newContentWidth / contentView.frame.width
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:58:10: note: add '@MainActor' to make instance method 'zoom(scaleX:scaleY:centerX:centerY:)' part of global actor 'MainActor'
func zoom(scaleX: CGFloat, scaleY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:72:60: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let newContentHeight = finalScaleY * containerView.frame.height
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:58:10: note: add '@MainActor' to make instance method 'zoom(scaleX:scaleY:centerX:centerY:)' part of global actor 'MainActor'
func zoom(scaleX: CGFloat, scaleY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:73:56: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let newScaleY = newContentHeight / contentView.frame.height
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:58:10: note: add '@MainActor' to make instance method 'zoom(scaleX:scaleY:centerX:centerY:)' part of global actor 'MainActor'
func zoom(scaleX: CGFloat, scaleY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:97:42: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
onZoomFinish(scaleX: contentView.frame.width / containerView.frame.width, scaleY: contentView.frame.height / containerView.frame.height, deltaX: finalDeltaX, deltaY: finalDeltaY, centerX: centerX, centerY: centerY, isGesture: isGesture)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:78:10: note: add '@MainActor' to make instance method 'zoom(deltaX:deltaY:centerX:centerY:isGesture:)' part of global actor 'MainActor'
func zoom(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat, isGesture: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:97:70: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
onZoomFinish(scaleX: contentView.frame.width / containerView.frame.width, scaleY: contentView.frame.height / containerView.frame.height, deltaX: finalDeltaX, deltaY: finalDeltaY, centerX: centerX, centerY: centerY, isGesture: isGesture)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:78:10: note: add '@MainActor' to make instance method 'zoom(deltaX:deltaY:centerX:centerY:isGesture:)' part of global actor 'MainActor'
func zoom(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat, isGesture: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:97:103: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
onZoomFinish(scaleX: contentView.frame.width / containerView.frame.width, scaleY: contentView.frame.height / containerView.frame.height, deltaX: finalDeltaX, deltaY: finalDeltaY, centerX: centerX, centerY: centerY, isGesture: isGesture)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:78:10: note: add '@MainActor' to make instance method 'zoom(deltaX:deltaY:centerX:centerY:isGesture:)' part of global actor 'MainActor'
func zoom(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat, isGesture: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:97:132: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
onZoomFinish(scaleX: contentView.frame.width / containerView.frame.width, scaleY: contentView.frame.height / containerView.frame.height, deltaX: finalDeltaX, deltaY: finalDeltaY, centerX: centerX, centerY: centerY, isGesture: isGesture)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:78:10: note: add '@MainActor' to make instance method 'zoom(deltaX:deltaY:centerX:centerY:isGesture:)' part of global actor 'MainActor'
func zoom(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat, isGesture: Bool) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:103:75: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scaleX = zoomPanSettings.elastic ? deltaX : max(containerView.frame.width / contentView.frame.width, deltaX)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:100:22: note: add '@MainActor' to make instance method 'zoomContentView(deltaX:deltaY:centerX:centerY:)' part of global actor 'MainActor'
fileprivate func zoomContentView(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:103:101: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scaleX = zoomPanSettings.elastic ? deltaX : max(containerView.frame.width / contentView.frame.width, deltaX)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:100:22: note: add '@MainActor' to make instance method 'zoomContentView(deltaX:deltaY:centerX:centerY:)' part of global actor 'MainActor'
fileprivate func zoomContentView(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:104:75: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scaleY = zoomPanSettings.elastic ? deltaY : max(containerView.frame.height / contentView.frame.height, deltaY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:100:22: note: add '@MainActor' to make instance method 'zoomContentView(deltaX:deltaY:centerX:centerY:)' part of global actor 'MainActor'
fileprivate func zoomContentView(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:104:102: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scaleY = zoomPanSettings.elastic ? deltaY : max(containerView.frame.height / contentView.frame.height, deltaY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:100:22: note: add '@MainActor' to make instance method 'zoomContentView(deltaX:deltaY:centerX:centerY:)' part of global actor 'MainActor'
fileprivate func zoomContentView(deltaX: CGFloat, deltaY: CGFloat, centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:110:44: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let containerFrame = containerView.frame
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:109:22: note: add '@MainActor' to make instance method 'toContentViewCenter(_:centerY:)' part of global actor 'MainActor'
fileprivate func toContentViewCenter(_ centerX: CGFloat, centerY: CGFloat) -> CGPoint {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:111:40: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let contentFrame = contentView.frame
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:109:22: note: add '@MainActor' to make instance method 'toContentViewCenter(_:centerY:)' part of global actor 'MainActor'
fileprivate func toContentViewCenter(_ centerX: CGFloat, centerY: CGFloat) -> CGPoint {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:119:40: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let contentFrame = contentView.frame
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:123:42: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let previousAnchor = contentView.layer.anchorPoint
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:124:21: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.layer.anchorPoint = CGPoint(x: anchorX, y: anchorY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:125:76: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let offsetX = contentFrame.width * (previousAnchor.x - contentView.layer.anchorPoint.x)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:126:77: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let offsetY = contentFrame.height * (previousAnchor.y - contentView.layer.anchorPoint.y)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:127:21: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx - offsetX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:127:48: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx - offsetX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:128:21: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty - offsetY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:128:48: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty - offsetY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:118:22: note: add '@MainActor' to make instance method 'setContentViewAnchor(_:centerY:)' part of global actor 'MainActor'
fileprivate func setContentViewAnchor(_ centerX: CGFloat, centerY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:132:21: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform = contentView.transform.scaledBy(x: scaleX, y: scaleY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:131:22: note: add '@MainActor' to make instance method 'setContentViewScale(scaleX:scaleY:)' part of global actor 'MainActor'
fileprivate func setContentViewScale(scaleX: CGFloat, scaleY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:132:45: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform = contentView.transform.scaledBy(x: scaleX, y: scaleY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:131:22: note: add '@MainActor' to make instance method 'setContentViewScale(scaleX:scaleY:)' part of global actor 'MainActor'
fileprivate func setContentViewScale(scaleX: CGFloat, scaleY: CGFloat) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:139:44: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let containerFrame = containerView.frame
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:141:24: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if contentView.frame.origin.y > 0 {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:142:25: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty - contentView.frame.origin.y
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:142:52: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty - contentView.frame.origin.y
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:142:79: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty - contentView.frame.origin.y
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:144:24: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if contentView.frame.maxY < containerFrame.height {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:145:25: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty + (containerFrame.height - contentView.frame.maxY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:145:52: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty + (containerFrame.height - contentView.frame.maxY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:145:104: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.ty = contentView.transform.ty + (containerFrame.height - contentView.frame.maxY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:147:24: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if contentView.frame.origin.x > 0 {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:148:25: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx - contentView.frame.origin.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:148:52: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx - contentView.frame.origin.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:148:79: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx - contentView.frame.origin.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:150:24: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if contentView.frame.maxX < containerFrame.width {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:151:25: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx + (containerFrame.width - contentView.frame.maxX)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:151:52: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx + (containerFrame.width - contentView.frame.maxX)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform; // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:151:103: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
contentView.transform.tx = contentView.transform.tx + (containerFrame.width - contentView.frame.maxX)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:138:10: note: add '@MainActor' to make instance method 'keepInBoundaries()' part of global actor 'MainActor'
func keepInBoundaries() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:156:37: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let centerX = containerView.frame.minX + contentView.frame.minX + containerView.frame.width * anchorX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:155:22: note: add '@MainActor' to make instance method 'calculateCenter(anchorX:anchorY:)' part of global actor 'MainActor'
fileprivate func calculateCenter(anchorX: CGFloat = 0.5, anchorY: CGFloat = 0.5) -> CGPoint {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:156:62: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let centerX = containerView.frame.minX + contentView.frame.minX + containerView.frame.width * anchorX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:155:22: note: add '@MainActor' to make instance method 'calculateCenter(anchorX:anchorY:)' part of global actor 'MainActor'
fileprivate func calculateCenter(anchorX: CGFloat = 0.5, anchorY: CGFloat = 0.5) -> CGPoint {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:156:89: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let centerX = containerView.frame.minX + contentView.frame.minX + containerView.frame.width * anchorX
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:155:22: note: add '@MainActor' to make instance method 'calculateCenter(anchorX:anchorY:)' part of global actor 'MainActor'
fileprivate func calculateCenter(anchorX: CGFloat = 0.5, anchorY: CGFloat = 0.5) -> CGPoint {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:157:37: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let centerY = containerView.frame.minY + contentView.frame.minY + (containerView.frame.height * anchorY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:155:22: note: add '@MainActor' to make instance method 'calculateCenter(anchorX:anchorY:)' part of global actor 'MainActor'
fileprivate func calculateCenter(anchorX: CGFloat = 0.5, anchorY: CGFloat = 0.5) -> CGPoint {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:157:62: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let centerY = containerView.frame.minY + contentView.frame.minY + (containerView.frame.height * anchorY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:155:22: note: add '@MainActor' to make instance method 'calculateCenter(anchorX:anchorY:)' part of global actor 'MainActor'
fileprivate func calculateCenter(anchorX: CGFloat = 0.5, anchorY: CGFloat = 0.5) -> CGPoint {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:157:90: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let centerY = containerView.frame.minY + contentView.frame.minY + (containerView.frame.height * anchorY)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Zoomable.swift:155:22: note: add '@MainActor' to make instance method 'calculateCenter(anchorX:anchorY:)' part of global actor 'MainActor'
fileprivate func calculateCenter(anchorX: CGFloat = 0.5, anchorY: CGFloat = 0.5) -> CGPoint {
^
@MainActor
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftCharts (in target 'SwiftCharts' from project 'SwiftCharts')
EmitSwiftModule normal arm64 (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelGeneratorDate.swift:27:23: warning: static property 'defaultFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var defaultFormatter: DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelGeneratorDate.swift:27:23: note: convert 'defaultFormatter' to a 'let' constant to make 'Sendable' shared state immutable
public static var defaultFormatter: DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelGeneratorDate.swift:27:23: note: add '@MainActor' to make static property 'defaultFormatter' part of global actor 'MainActor'
public static var defaultFormatter: DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelGeneratorDate.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var defaultFormatter: DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumber.swift:29:23: warning: static property 'defaultFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var defaultFormatter: NumberFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumber.swift:29:23: note: convert 'defaultFormatter' to a 'let' constant to make 'Sendable' shared state immutable
public static var defaultFormatter: NumberFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumber.swift:29:23: note: add '@MainActor' to make static property 'defaultFormatter' part of global actor 'MainActor'
public static var defaultFormatter: NumberFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumber.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var defaultFormatter: NumberFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumberSuffix.swift:74:23: warning: static property 'defaultFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var defaultFormatter: NumberFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumberSuffix.swift:74:23: note: convert 'defaultFormatter' to a 'let' constant to make 'Sendable' shared state immutable
public static var defaultFormatter: NumberFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumberSuffix.swift:74:23: note: add '@MainActor' to make static property 'defaultFormatter' part of global actor 'MainActor'
public static var defaultFormatter: NumberFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisLabelsGeneratorNumberSuffix.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var defaultFormatter: NumberFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueDouble.swift:28:23: warning: static property 'defaultFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var defaultFormatter: NumberFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueDouble.swift:28:23: note: convert 'defaultFormatter' to a 'let' constant to make 'Sendable' shared state immutable
public static var defaultFormatter: NumberFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueDouble.swift:28:23: note: add '@MainActor' to make static property 'defaultFormatter' part of global actor 'MainActor'
public static var defaultFormatter: NumberFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueDouble.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var defaultFormatter: NumberFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueFloat.swift:29:23: warning: static property 'defaultFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var defaultFormatter: NumberFormatter = {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueFloat.swift:29:23: note: convert 'defaultFormatter' to a 'let' constant to make 'Sendable' shared state immutable
public static var defaultFormatter: NumberFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueFloat.swift:29:23: note: add '@MainActor' to make static property 'defaultFormatter' part of global actor 'MainActor'
public static var defaultFormatter: NumberFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueFloat.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var defaultFormatter: NumberFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:66:37: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
for subview in view.subviews {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:67:29: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
subview.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:71:26: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.addSubview(pointView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:19:39: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
fileprivate lazy private(set) var currentPositionLineOverlay: UIView = {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift:36:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var debugDescription: String {
^~~~
public
SwiftCompile normal arm64 Compiling\ ChartPointsLayer.swift,\ ChartPointsLineLayer.swift,\ ChartPointsLineTrackerLayer.swift,\ ChartPointsScatterLayer.swift,\ ChartPointsSingleViewLayer.swift,\ ChartPointsTouchHighlightLayer.swift,\ ChartPointsTrackerLayer.swift,\ ChartPointsViewsLayer.swift,\ ChartShowCoordsLinesLayer.swift,\ ChartStackedBarsLayer.swift,\ GroupedBarsCompanionsLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsScatterLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsSingleViewLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/GroupedBarsCompanionsLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLayer.swift:119:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self.display(chart: chart)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLayer.swift:119:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.display(chart: chart)
^~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLayer.swift:119:37: warning: sending 'chart' risks causing data races; this is an error in the Swift 6 language mode
self.display(chart: chart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLayer.swift:119:37: note: task-isolated 'chart' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.display(chart: chart)
^~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:134:22: warning: main actor-isolated property 'isUserInteractionEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
lineView.isUserInteractionEnabled = false
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:152:59: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled; // default is YES. if set to NO, user events (touch, keys) are ignored and removed from the event queue.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:128:15: note: add '@MainActor' to make instance method 'initScreenLines' part of global actor 'MainActor'
open func initScreenLines(_ chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:141:16: warning: call to main actor-isolated initializer 'init(path:frame:lineColors:lineWidth:lineJoin:lineCap:animDuration:animDelay:dashPattern:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
return ChartLinesView(
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartLinesView.swift:26:12: note: calls to initializer 'init(path:frame:lineColors:lineWidth:lineJoin:lineCap:animDuration:animDelay:dashPattern:)' from outside of its actor context are implicitly asynchronous
public init(path: UIBezierPath, frame: CGRect, lineColors: [UIColor], lineWidth: CGFloat, lineJoin: LineJoin, lineCap: LineCap, animDuration: Float, animDelay: Float, dashPattern: [Double]?) {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartLinesView.swift:26:12: note: main actor isolation inferred from inheritance from class 'UIView'
public init(path: UIBezierPath, frame: CGRect, lineColors: [UIColor], lineWidth: CGFloat, lineJoin: LineJoin, lineCap: LineCap, animDuration: Float, animDelay: Float, dashPattern: [Double]?) {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:140:15: note: add '@MainActor' to make instance method 'generateLineView(_:chart:)' part of global actor 'MainActor'
open func generateLineView(_ screenLine: ScreenLine<T>, chart: Chart) -> ChartLinesView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:143:38: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
frame: chart.contentView.bounds,
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.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/SwiftCharts/Layers/ChartPointsLineLayer.swift:140:15: note: add '@MainActor' to make instance method 'generateLineView(_:chart:)' part of global actor 'MainActor'
open func generateLineView(_ screenLine: ScreenLine<T>, chart: Chart) -> ChartLinesView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:183:39: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:189:39: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:197:39: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:215:33: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
screenLines[i].view.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:203:22: note: add '@MainActor' to make instance method 'updateScreenLines()' part of global actor 'MainActor'
fileprivate func updateScreenLines() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:141:16: warning: sending 'self.pathGenerator.generatePath' risks causing data races; this is an error in the Swift 6 language mode
return ChartLinesView(
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:141:16: note: sending task-isolated 'self.pathGenerator.generatePath' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return ChartLinesView(
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:141:16: warning: sending 'screenLine.lineJoin' risks causing data races; this is an error in the Swift 6 language mode
return ChartLinesView(
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:141:16: note: sending task-isolated 'screenLine.lineJoin' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return ChartLinesView(
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:141:16: warning: sending 'screenLine.lineCap' risks causing data races; this is an error in the Swift 6 language mode
return ChartLinesView(
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineLayer.swift:141:16: note: sending task-isolated 'screenLine.lineCap' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
return ChartLinesView(
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:266:61: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let touchlineP2 = CGPoint(x: constantX, y: view.frame.size.height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:320:28: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let lineView = UIView()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:315:22: note: add '@MainActor' to make instance method 'updateLineView()' part of global actor 'MainActor'
fileprivate func updateLineView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:321:22: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
lineView.frame.size = CGSize(width: 2, height: 10000000)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:315:22: note: add '@MainActor' to make instance method 'updateLineView()' part of global actor 'MainActor'
fileprivate func updateLineView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:322:22: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
lineView.backgroundColor = self.lineColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:315:22: note: add '@MainActor' to make instance method 'updateLineView()' part of global actor 'MainActor'
fileprivate func updateLineView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:327:19: warning: main actor-isolated property 'center' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
lineView?.center.x = containerTouchCoordinates.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:315:22: note: add '@MainActor' to make instance method 'updateLineView()' part of global actor 'MainActor'
fileprivate func updateLineView() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:351:19: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
lineView?.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:348:22: note: add '@MainActor' to make instance method 'clearIntersections()' part of global actor 'MainActor'
fileprivate func clearIntersections() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:389:35: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:397:35: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsLineTrackerLayer.swift:402:35: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsScatterLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsScatterLayer.swift:34:37: warning: main actor-isolated property 'contentScaleFactor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let contentScale = view.contentScaleFactor * 2
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:192:40: note: property declared here
@property(nonatomic) CGFloat contentScaleFactor API_AVAILABLE(ios(4.0));
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsScatterLayer.swift:63:35: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsScatterLayer.swift:67:35: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsScatterLayer.swift:71:35: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.drawersContentView.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsSingleViewLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsSingleViewLayer.swift:31:18: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsSingleViewLayer.swift:26:15: note: add '@MainActor' to make instance method 'showView(chartPoint:chart:)' part of global actor 'MainActor'
open func showView(chartPoint: T, chart: Chart) {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:66:37: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
for subview in view.subviews {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:67:29: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
subview.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:71:26: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.addSubview(pointView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:29:55: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
self.gestureRecognizer = gestureRecognizer ?? UILongPressGestureRecognizer()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:42:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:38:20: 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 = UIView(frame: chart.bounds)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:40:27: warning: call to main actor-isolated instance method 'addTarget(_:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
gestureRecognizer.addTarget(self, action: #selector(handlePan(_:)))
^
UIKit.UIGestureRecognizer.addTarget:2:22: note: calls to instance method 'addTarget(_:action:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any, action: Selector)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:42:30: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if gestureRecognizer.view == nil {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:55:50: note: property declared here
@property(nullable, nonatomic, readonly) UIView *view; // the view the gesture is attached to. set by adding the recognizer to a UIView using the addGestureRecognizer: method
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:43:18: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.addGestureRecognizer(gestureRecognizer)
^
UIKit.UIView.addGestureRecognizer:3:24: note: calls to instance method 'addGestureRecognizer' from outside of its actor context are implicitly asynchronous
@MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:78:34: warning: main actor-isolated property 'state' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
switch gestureRecognizer.state {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:48:56: note: property declared here
@property(nonatomic,readonly) UIGestureRecognizerState state; // the current state of the gesture recognizer
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:77:16: note: add '@MainActor' to make instance method 'handlePan' part of global actor 'MainActor'
@objc func handlePan(_ gestureRecognizer: UIGestureRecognizer) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:81:47: warning: call to main actor-isolated instance method 'location(in:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let point = gestureRecognizer.location(in: view)
^
UIKit.UIGestureRecognizer.location:2:22: note: calls to instance method 'location(in:)' from outside of its actor context are implicitly asynchronous
@MainActor open func location(in view: UIView?) -> CGPoint}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:77:16: note: add '@MainActor' to make instance method 'handlePan' part of global actor 'MainActor'
@objc func handlePan(_ gestureRecognizer: UIGestureRecognizer) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:87:24: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 0.5,
^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
@MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:77:16: note: add '@MainActor' to make instance method 'handlePan' part of global actor 'MainActor'
@objc func handlePan(_ gestureRecognizer: UIGestureRecognizer) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:91:45: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
for subview in view.subviews {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:92:37: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
subview.alpha = 0
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat alpha; // animatable. default is 1.0
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:40:27: warning: sending value of non-Sendable type 'ChartPointsTouchHighlightLayer<T, U>' risks causing data races; this is an error in the Swift 6 language mode
gestureRecognizer.addTarget(self, action: #selector(handlePan(_:)))
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:40:27: note: sending task-isolated value of non-Sendable type 'ChartPointsTouchHighlightLayer<T, U>' to main actor-isolated instance method 'addTarget(_:action:)' risks causing races in between task-isolated and main actor-isolated uses
gestureRecognizer.addTarget(self, action: #selector(handlePan(_:)))
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:87:24: warning: sending value of non-Sendable type '(Bool) -> Void' risks causing data races; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 0.5,
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTouchHighlightLayer.swift:87:24: note: sending task-isolated value of non-Sendable type '(Bool) -> Void' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
UIView.animate(withDuration: 0.5,
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:19:39: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
fileprivate lazy private(set) var currentPositionLineOverlay: UIView = {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:34:20: warning: call to main actor-isolated initializer 'init(frame:updateFunc:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let view = TrackerView(frame: chart.bounds, updateFunc: {[weak self] location in
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:53:5: note: calls to initializer 'init(frame:updateFunc:)' from outside of its actor context are implicitly asynchronous
init(frame: CGRect, updateFunc: @escaping (CGPoint) -> ()) {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:53:5: note: main actor isolation inferred from inheritance from class 'UIView'
init(frame: CGRect, updateFunc: @escaping (CGPoint) -> ()) {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:36:46: warning: main actor-isolated property 'center' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self?.currentPositionLineOverlay.center.x = location.x
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:38:14: warning: main actor-isolated property 'isUserInteractionEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.isUserInteractionEnabled = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:152:59: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled; // default is YES. if set to NO, user events (touch, keys) are ignored and removed from the event queue.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:42:14: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.addSubview(currentPositionLineOverlay)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:44:36: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
currentPositionLineOverlay.frame = CGRect(x: chart.containerFrame.origin.x + 200 - lineWidth / 2, y: modelLocToScreenLoc(y: yAxis.last), width: lineWidth, height: modelLocToScreenLoc(y: yAxis.first))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:34:20: warning: sending value of non-Sendable type '(CGPoint) -> ()' risks causing data races; this is an error in the Swift 6 language mode
let view = TrackerView(frame: chart.bounds, updateFunc: {[weak self] location in
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsTrackerLayer.swift:34:20: note: sending task-isolated value of non-Sendable type '(CGPoint) -> ()' to main actor-isolated initializer 'init(frame:updateFunc:)' risks causing races in between task-isolated and main actor-isolated uses
let view = TrackerView(frame: chart.bounds, updateFunc: {[weak self] location in
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:90:20: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
v.view.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:86:10: note: add '@MainActor' to make instance method 'reloadViews()' part of global actor 'MainActor'
func reloadViews() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:133:26: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return (x > view.frame.origin.x) && (x < (view.frame.origin.x + view.frame.width))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:132:22: note: add '@MainActor' to make instance method 'inXBounds(_:view:)' part of global actor 'MainActor'
fileprivate func inXBounds(_ x: CGFloat, view: UIView) -> Bool {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:133:56: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
return (x > view.frame.origin.x) && (x < (view.frame.origin.x + view.frame.width))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:133:78: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
return (x > view.frame.origin.x) && (x < (view.frame.origin.x + view.frame.width))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:137:26: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return (y > view.frame.origin.y) && (y < (view.frame.origin.y + view.frame.height))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:136:22: note: add '@MainActor' to make instance method 'inYBounds(_:view:)' part of global actor 'MainActor'
fileprivate func inYBounds(_ y: CGFloat, view: UIView) -> Bool {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:137:56: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
return (y > view.frame.origin.y) && (y < (view.frame.origin.y + view.frame.height))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:137:78: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
return (y > view.frame.origin.y) && (y < (view.frame.origin.y + view.frame.height))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:159:46: warning: main actor-isolated property 'center' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
viewsWithChartPoints[i].view.center = viewsWithChartPoints[i].chartPointModel.screenLoc
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:189:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGPoint center; // center is center of frame, relative to anchorPoint. animatable
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:150:10: note: add '@MainActor' to make instance method 'updateForTransform()' part of global actor 'MainActor'
func updateForTransform() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:185:29: warning: call to main actor-isolated instance method 'bringSubviewToFront' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.superview?.bringSubviewToFront(view)
^
UIKit.UIView.bringSubviewToFront:2:22: note: calls to instance method 'bringSubviewToFront' from outside of its actor context are implicitly asynchronous
@MainActor open func bringSubviewToFront(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:183:15: note: add '@MainActor' to make instance method 'bringToFront()' part of global actor 'MainActor'
open func bringToFront() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:185:18: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view.superview?.bringSubviewToFront(view)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView *superview;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartPointsViewsLayer.swift:183:15: note: add '@MainActor' to make instance method 'bringToFront()' part of global actor 'MainActor'
open func bringToFront() {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:28:27: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
for v in view.subviews {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:22:15: note: add '@MainActor' to make instance method 'showChartPointLines(_:chart:)' part of global actor 'MainActor'
open func showChartPointLines(_ chartPoint: T, chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:29:19: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
v.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:22:15: note: add '@MainActor' to make instance method 'showChartPointLines(_:chart:)' part of global actor 'MainActor'
open func showChartPointLines(_ chartPoint: T, chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:34:25: 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 hLine = UIView(frame: CGRect(x: screenLoc.x, y: screenLoc.y, width: 0, height: 1))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:22:15: note: add '@MainActor' to make instance method 'showChartPointLines(_:chart:)' part of global actor 'MainActor'
open func showChartPointLines(_ chartPoint: T, chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:35:25: 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 vLine = UIView(frame: CGRect(x: screenLoc.x, y: screenLoc.y, width: 0, height: 1))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:22:15: note: add '@MainActor' to make instance method 'showChartPointLines(_:chart:)' part of global actor 'MainActor'
open func showChartPointLines(_ chartPoint: T, chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:38:26: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
lineView.backgroundColor = UIColor.black
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:22:15: note: add '@MainActor' to make instance method 'showChartPointLines(_:chart:)' part of global actor 'MainActor'
open func showChartPointLines(_ chartPoint: T, chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:39:22: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.addSubview(lineView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:22:15: note: add '@MainActor' to make instance method 'showChartPointLines(_:chart:)' part of global actor 'MainActor'
open func showChartPointLines(_ chartPoint: T, chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:47:23: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
hLine.frame = CGRect(x: axisOriginX, y: screenLoc.y, width: screenLoc.x - axisOriginX, height: 1)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:42:18: note: add '@MainActor' to make local function 'animations()' part of global actor 'MainActor'
func animations() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:48:23: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
vLine.frame = CGRect(x: screenLoc.x, y: screenLoc.y, width: 1, height: axisLengthY - screenLoc.y)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:42:18: note: add '@MainActor' to make local function 'animations()' part of global actor 'MainActor'
func animations() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:51:20: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 0.2, delay: 0, options: .curveEaseOut, animations: {
^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
@MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:22:15: note: add '@MainActor' to make instance method 'showChartPointLines(_:chart:)' part of global actor 'MainActor'
open func showChartPointLines(_ chartPoint: T, chart: Chart) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:58:20: 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 = UIView(frame: chart.bounds)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:149:1: note: calls to initializer 'init(frame:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:59:14: warning: main actor-isolated property 'isUserInteractionEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.isUserInteractionEnabled = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:152:59: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isUserInteractionEnabled) BOOL userInteractionEnabled; // default is YES. if set to NO, user events (touch, keys) are ignored and removed from the event queue.
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:51:20: warning: sending value of non-Sendable type '() -> ()' risks causing data races; this is an error in the Swift 6 language mode
UIView.animate(withDuration: 0.2, delay: 0, options: .curveEaseOut, animations: {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartShowCoordsLinesLayer.swift:51:20: note: sending task-isolated value of non-Sendable type '() -> ()' to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' risks causing races in between task-isolated and main actor-isolated uses
UIView.animate(withDuration: 0.2, delay: 0, options: .curveEaseOut, animations: {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift:36:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
open var debugDescription: String {
^~~~
public
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift:104:13: warning: call to main actor-isolated initializer 'init(p1:p2:width:bgColor:stackFrames:settings:stackFrameSelectionViewUpdater:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
ChartPointViewBarStacked(p1: viewPoints.p1, p2: viewPoints.p2, width: barWidth, bgColor: barModel.bgColor, stackFrames: stackFrames.frames, settings: settings)
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartPointViewBarStacked.swift:46:21: note: calls to initializer 'init(p1:p2:width:bgColor:stackFrames:settings:stackFrameSelectionViewUpdater:)' from outside of its actor context are implicitly asynchronous
public required init(p1: CGPoint, p2: CGPoint, width: CGFloat, bgColor: UIColor?, stackFrames: [ChartPointViewBarStackedFrame], settings: ChartBarViewSettings, stackFrameSelectionViewUpdater: ChartViewSelector? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartPointViewBarStacked.swift:46:21: note: main actor isolation inferred from inheritance from class 'ChartPointViewBar'
public required init(p1: CGPoint, p2: CGPoint, width: CGFloat, bgColor: UIColor?, stackFrames: [ChartPointViewBarStackedFrame], settings: ChartBarViewSettings, stackFrameSelectionViewUpdater: ChartViewSelector? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift:155:21: warning: main actor-isolated property 'stackFrameSelectionViewUpdater' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
barView.stackFrameSelectionViewUpdater = stackFrameSelectionViewUpdater
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartPointViewBarStacked.swift:36:9: note: mutation of this property is only permitted within the actor
var stackFrameSelectionViewUpdater: ChartViewSelector?
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift:156:21: warning: main actor-isolated property 'stackedTapHandler' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
barView.stackedTapHandler = {[weak self, unowned barView] tappedStackedBar in guard let weakSelf = self else {return}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Views/ChartPointViewBarStacked.swift:38:9: note: mutation of this property is only permitted within the actor
var stackedTapHandler: ((TappedChartPointViewBarStacked) -> Void)? {
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift:104:13: warning: sending 'settings' risks causing data races; this is an error in the Swift 6 language mode
ChartPointViewBarStacked(p1: viewPoints.p1, p2: viewPoints.p2, width: barWidth, bgColor: barModel.bgColor, stackFrames: stackFrames.frames, settings: settings)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/ChartStackedBarsLayer.swift:104:13: note: sending task-isolated 'settings' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
ChartPointViewBarStacked(p1: viewPoints.p1, p2: viewPoints.p2, width: barWidth, bgColor: barModel.bgColor, stackFrames: stackFrames.frames, settings: settings)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/GroupedBarsCompanionsLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/GroupedBarsCompanionsLayer.swift:61:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self.initViews(chart)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/GroupedBarsCompanionsLayer.swift:61:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.initViews(chart)
^~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/GroupedBarsCompanionsLayer.swift:61:32: warning: sending 'chart' risks causing data races; this is an error in the Swift 6 language mode
self.initViews(chart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Layers/GroupedBarsCompanionsLayer.swift:61:32: note: task-isolated 'chart' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.initViews(chart)
^~~~~
SwiftCompile normal arm64 Compiling\ ChartAxisValuesGeneratorXFixedNonOverlapping.swift,\ ChartAxisValuesGeneratorYFixedNonOverlapping.swift,\ ChartAxisX.swift,\ ChartAxisXHighLayerDefault.swift,\ ChartAxisXLayerDefault.swift,\ ChartAxisXLowLayerDefault.swift,\ ChartAxisY.swift,\ ChartAxisYHighLayerDefault.swift,\ ChartAxisYLayerDefault.swift,\ ChartAxisYLowLayerDefault.swift,\ ChartAxisValue.swift,\ ChartAxisValueDate.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisValuesGeneratorXFixedNonOverlapping.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisValuesGeneratorYFixedNonOverlapping.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisX.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXHighLayerDefault.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXLayerDefault.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXLowLayerDefault.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisY.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYHighLayerDefault.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYLayerDefault.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYLowLayerDefault.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValue.swift /Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueDate.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisValuesGeneratorXFixedNonOverlapping.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisValuesGeneratorYFixedNonOverlapping.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisX.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXHighLayerDefault.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXLayerDefault.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXLayerDefault.swift:197:21: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.view.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXLayerDefault.swift:203:21: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.view.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXLayerDefault.swift:209:21: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.view.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisXLowLayerDefault.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisY.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYHighLayerDefault.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYLayerDefault.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYLayerDefault.swift:154:21: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.view.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYLayerDefault.swift:160:21: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.view.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
/Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYLayerDefault.swift:166:21: warning: call to main actor-isolated instance method 'setNeedsDisplay()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
chart?.view.setNeedsDisplay()
^
UIKit.UIView.setNeedsDisplay:2:22: note: calls to instance method 'setNeedsDisplay()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsDisplay()}
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/Axis/ChartAxisYLowLayerDefault.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValue.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftCharts/AxisValues/ChartAxisValueDate.swift (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftCharts (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriver\ Compilation\ Requirements SwiftCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCharts' from project 'SwiftCharts')
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 SwiftCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts-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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.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/SwiftCharts.build/Debug-xros/SwiftCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NSDate.swift, Optional.swift, Pannable.swift, String.swift, UIColor.swift, ChartNiceNumberCalculator.swift, ChartTextUtils.swift, ChartTimeUtils.swift, ChartViewSelector.swift, ChartViewSelectorAlpha.swift, ChartViewSelectorBrightness.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling Array_String.swift, ChartAxis.swift, ChartAxisGeneratorMultiplier.swift, ChartAxisLabel.swift, ChartAxisLabelGeneratorDate.swift, ChartAxisLabelsConflictSolver.swift, ChartAxisLabelsConflictSolverMoveUpDown.swift, ChartAxisLabelsGenerator.swift, ChartAxisLabelsGeneratorBase.swift, ChartAxisLabelsGeneratorBasic.swift, ChartAxisLabelsGeneratorFixed.swift, ChartAxisLabelsGeneratorFunc.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling ChartPoint.swift, ChartPointBubble.swift, ChartPointCandleStick.swift, ChartViewsConflictSolver.swift, BarsChart.swift, ChartConfig.swift, LineChart.swift, ChartContextDrawer.swift, ChartDrawerFunctions.swift, ChartLabelDrawer.swift, ChartLineDrawer.swift, Globals.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling ChartAxisValuesGeneratorXFixedNonOverlapping.swift, ChartAxisValuesGeneratorYFixedNonOverlapping.swift, ChartAxisX.swift, ChartAxisXHighLayerDefault.swift, ChartAxisXLayerDefault.swift, ChartAxisXLowLayerDefault.swift, ChartAxisY.swift, ChartAxisYHighLayerDefault.swift, ChartAxisYLayerDefault.swift, ChartAxisYLowLayerDefault.swift, ChartAxisValue.swift, ChartAxisValueDate.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling ChartPointViewBarStacked.swift, ChartViewAlphaAnimator.swift, ChartViewAnimator.swift, ChartViewAnimators.swift, ChartViewGrowAnimator.swift, CubicLinePathGenerator.swift, HandlingLabel.swift, HandlingView.swift, InfoBubble.swift, StraightLinePathGenerator.swift, Zoomable.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling ChartAxisValueDouble.swift, ChartAxisValueDoubleScreenLoc.swift, ChartAxisValueFloat.swift, ChartAxisValueFloatScreenLoc.swift, ChartAxisValueInt.swift, ChartAxisValueString.swift, CGPoint.swift, CGRect.swift, Chart.swift, ChartAxisValueArray.swift, ChartCoordsSpace.swift, ChartLineModel.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftCharts-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts-Swift.h (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftCharts-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling ChartAxisLabelsGeneratorNumber.swift, ChartAxisLabelsGeneratorNumberSuffix.swift, ChartAxisLayer.swift, ChartAxisLayerDefault.swift, ChartAxisModel.swift, ChartAxisValueStaticGenerator.swift, ChartAxisValuesGenerator.swift, ChartAxisValuesGeneratorDate.swift, ChartAxisValuesGeneratorFixed.swift, ChartAxisValuesGeneratorFixedNonOverlapping.swift, ChartAxisValuesGeneratorNice.swift, ChartAxisValuesGeneratorXDividers.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling Operators.swift, TrendlineGenerator.swift, CatmullPathGenerator.swift, ChartAreasView.swift, ChartCandleStickView.swift, ChartLinesView.swift, ChartPointEllipseView.swift, ChartPointTargetingView.swift, ChartPointTextCircleView.swift, ChartPointViewBar.swift, ChartPointViewBarGreyOut.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling Int.swift, ChartBarsLayer.swift, ChartCandleStickLayer.swift, ChartCoordsSpaceLayer.swift, ChartDividersLayer.swift, ChartGroupedBarsLayer.swift, ChartGuideLinesLayer.swift, ChartLayer.swift, ChartLayerBase.swift, ChartPointsAreaLayer.swift, ChartPointsBubbleLayer.swift, ChartPointsCandleStickViewsLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
SwiftDriverJobDiscovery normal arm64 Compiling ChartPointsLayer.swift, ChartPointsLineLayer.swift, ChartPointsLineTrackerLayer.swift, ChartPointsScatterLayer.swift, ChartPointsSingleViewLayer.swift, ChartPointsTouchHighlightLayer.swift, ChartPointsTrackerLayer.swift, ChartPointsViewsLayer.swift, ChartShowCoordsLinesLayer.swift, ChartStackedBarsLayer.swift, GroupedBarsCompanionsLayer.swift (in target 'SwiftCharts' from project 'SwiftCharts')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftdoc (in target 'SwiftCharts' from project 'SwiftCharts')
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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftmodule (in target 'SwiftCharts' from project 'SwiftCharts')
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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.abi.json (in target 'SwiftCharts' from project 'SwiftCharts')
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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftsourceinfo (in target 'SwiftCharts' from project 'SwiftCharts')
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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver\ Compilation SwiftCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCharts' from project 'SwiftCharts')
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 SwiftCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts-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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.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/SwiftCharts.build/Debug-xros/SwiftCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.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/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts-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-xros/SwiftCharts.o normal (in target 'SwiftCharts' from project 'SwiftCharts')
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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.o
ExtractAppIntentsMetadata (in target 'SwiftCharts' from project 'SwiftCharts')
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 SwiftCharts --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SwiftCharts --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/SwiftCharts.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/SwiftCharts.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 10:35:22.351 appintentsmetadataprocessor[730:4231] Starting appintentsmetadataprocessor export
2025-04-28 10:35:22.391 appintentsmetadataprocessor[730:4231] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.o (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftCharts.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts\ product.build/empty-SwiftCharts.plist (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts\ product.build/empty-SwiftCharts.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework/SwiftCharts normal (in target 'SwiftCharts' from project 'SwiftCharts')
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-xros1.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts\ product.build/Objects-normal/arm64/SwiftCharts.LinkFileList -install_name @rpath/SwiftCharts.framework/SwiftCharts -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts\ product.build/Objects-normal/arm64/SwiftCharts_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts\ product.build/Objects-normal/arm64/SwiftCharts_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework/SwiftCharts -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCharts.build/Debug-xros/SwiftCharts.build/Objects-normal/arm64/SwiftCharts.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework (in target 'SwiftCharts' from project 'SwiftCharts')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCharts.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCharts",
"name" : "SwiftCharts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftCharts",
"targets" : [
"SwiftCharts"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftCharts",
"module_type" : "SwiftTarget",
"name" : "SwiftCharts",
"path" : "SwiftCharts",
"product_memberships" : [
"SwiftCharts"
],
"sources" : [
"Array_String.swift",
"Axis/ChartAxis.swift",
"Axis/ChartAxisGeneratorMultiplier.swift",
"Axis/ChartAxisLabel.swift",
"Axis/ChartAxisLabelGeneratorDate.swift",
"Axis/ChartAxisLabelsConflictSolver.swift",
"Axis/ChartAxisLabelsConflictSolverMoveUpDown.swift",
"Axis/ChartAxisLabelsGenerator.swift",
"Axis/ChartAxisLabelsGeneratorBase.swift",
"Axis/ChartAxisLabelsGeneratorBasic.swift",
"Axis/ChartAxisLabelsGeneratorFixed.swift",
"Axis/ChartAxisLabelsGeneratorFunc.swift",
"Axis/ChartAxisLabelsGeneratorNumber.swift",
"Axis/ChartAxisLabelsGeneratorNumberSuffix.swift",
"Axis/ChartAxisLayer.swift",
"Axis/ChartAxisLayerDefault.swift",
"Axis/ChartAxisModel.swift",
"Axis/ChartAxisValueStaticGenerator.swift",
"Axis/ChartAxisValuesGenerator.swift",
"Axis/ChartAxisValuesGeneratorDate.swift",
"Axis/ChartAxisValuesGeneratorFixed.swift",
"Axis/ChartAxisValuesGeneratorFixedNonOverlapping.swift",
"Axis/ChartAxisValuesGeneratorNice.swift",
"Axis/ChartAxisValuesGeneratorXDividers.swift",
"Axis/ChartAxisValuesGeneratorXFixedNonOverlapping.swift",
"Axis/ChartAxisValuesGeneratorYFixedNonOverlapping.swift",
"Axis/ChartAxisX.swift",
"Axis/ChartAxisXHighLayerDefault.swift",
"Axis/ChartAxisXLayerDefault.swift",
"Axis/ChartAxisXLowLayerDefault.swift",
"Axis/ChartAxisY.swift",
"Axis/ChartAxisYHighLayerDefault.swift",
"Axis/ChartAxisYLayerDefault.swift",
"Axis/ChartAxisYLowLayerDefault.swift",
"AxisValues/ChartAxisValue.swift",
"AxisValues/ChartAxisValueDate.swift",
"AxisValues/ChartAxisValueDouble.swift",
"AxisValues/ChartAxisValueDoubleScreenLoc.swift",
"AxisValues/ChartAxisValueFloat.swift",
"AxisValues/ChartAxisValueFloatScreenLoc.swift",
"AxisValues/ChartAxisValueInt.swift",
"AxisValues/ChartAxisValueString.swift",
"CGPoint.swift",
"CGRect.swift",
"Chart.swift",
"ChartAxisValueArray.swift",
"ChartCoordsSpace.swift",
"ChartLineModel.swift",
"ChartPoint/ChartPoint.swift",
"ChartPoint/ChartPointBubble.swift",
"ChartPoint/ChartPointCandleStick.swift",
"ChartViewsConflictSolver.swift",
"Convenience/BarsChart.swift",
"Convenience/ChartConfig.swift",
"Convenience/LineChart.swift",
"Drawers/ChartContextDrawer.swift",
"Drawers/ChartDrawerFunctions.swift",
"Drawers/ChartLabelDrawer.swift",
"Drawers/ChartLineDrawer.swift",
"Globals.swift",
"Int.swift",
"Layers/ChartBarsLayer.swift",
"Layers/ChartCandleStickLayer.swift",
"Layers/ChartCoordsSpaceLayer.swift",
"Layers/ChartDividersLayer.swift",
"Layers/ChartGroupedBarsLayer.swift",
"Layers/ChartGuideLinesLayer.swift",
"Layers/ChartLayer.swift",
"Layers/ChartLayerBase.swift",
"Layers/ChartPointsAreaLayer.swift",
"Layers/ChartPointsBubbleLayer.swift",
"Layers/ChartPointsCandleStickViewsLayer.swift",
"Layers/ChartPointsLayer.swift",
"Layers/ChartPointsLineLayer.swift",
"Layers/ChartPointsLineTrackerLayer.swift",
"Layers/ChartPointsScatterLayer.swift",
"Layers/ChartPointsSingleViewLayer.swift",
"Layers/ChartPointsTouchHighlightLayer.swift",
"Layers/ChartPointsTrackerLayer.swift",
"Layers/ChartPointsViewsLayer.swift",
"Layers/ChartShowCoordsLinesLayer.swift",
"Layers/ChartStackedBarsLayer.swift",
"Layers/GroupedBarsCompanionsLayer.swift",
"NSDate.swift",
"Optional.swift",
"Pannable.swift",
"String.swift",
"UIColor.swift",
"Utils/ChartNiceNumberCalculator.swift",
"Utils/ChartTextUtils.swift",
"Utils/ChartTimeUtils.swift",
"Utils/ChartViewSelector.swift",
"Utils/ChartViewSelectorAlpha.swift",
"Utils/ChartViewSelectorBrightness.swift",
"Utils/Operators.swift",
"Utils/Trendlines/TrendlineGenerator.swift",
"Views/CatmullPathGenerator.swift",
"Views/ChartAreasView.swift",
"Views/ChartCandleStickView.swift",
"Views/ChartLinesView.swift",
"Views/ChartPointEllipseView.swift",
"Views/ChartPointTargetingView.swift",
"Views/ChartPointTextCircleView.swift",
"Views/ChartPointViewBar.swift",
"Views/ChartPointViewBarGreyOut.swift",
"Views/ChartPointViewBarStacked.swift",
"Views/ChartViewAlphaAnimator.swift",
"Views/ChartViewAnimator.swift",
"Views/ChartViewAnimators.swift",
"Views/ChartViewGrowAnimator.swift",
"Views/CubicLinePathGenerator.swift",
"Views/HandlingLabel.swift",
"Views/HandlingView.swift",
"Views/InfoBubble.swift",
"Views/StraightLinePathGenerator.swift",
"Zoomable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.