Build Information
Failed to build FLCharts, reference main (b07472
), with Swift 6.1 for watchOS using Xcode 16.3 on 19 May 2025 13:58:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FLCharts -destination generic/platform=watchOS
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:103:26: error: cannot find type 'UICollectionViewDataSource' in scope
extension FLBarPlotView: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:144:26: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension FLBarPlotView: UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:10:38: error: cannot find type 'UIView' in scope
internal final class FLLinePlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:53:28: error: method does not override any method from its superclass
internal override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:58:28: error: method does not override any method from its superclass
internal override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:26:41: error: cannot find type 'UIView' in scope
internal final class FLScatterPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:55:28: error: method does not override any method from its superclass
internal override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:60:28: error: method does not override any method from its superclass
internal override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:113:26: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:12:34: error: cannot find type 'UIView' in scope
public final class FLRadarChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:26: error: cannot find 'UICollectionView' in scope
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:79: error: cannot find 'UICollectionViewFlowLayout' in scope
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:51: error: cannot infer contextual base in reference to member 'zero'
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:16:28: error: cannot find 'CALayer' in scope
private let clipMask = CALayer()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:18:19: error: cannot find type 'UICollectionViewDelegate' in scope
var delegate: UICollectionViewDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:22:21: error: cannot find type 'UICollectionViewDataSource' in scope
var dataSource: UICollectionViewDataSource? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:36:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:54:24: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:12:40: error: cannot find type 'UIView' in scope
open class UnclippedTopCollectionView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal arm64_32 (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:10:27: error: cannot find type 'UIView' in scope
public protocol ChartBar: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:24:29: error: cannot find 'UIView' in scope
private let xAxisLine = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:26:22: error: cannot find 'UILabel' in scope
let xAxisLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:28:36: error: cannot find type 'NSLayoutConstraint' in scope
internal var heightConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:15:16: warning: static property 'identifier' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var identifier = "FLChartBarCell"
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:15:16: note: convert 'identifier' to a 'let' constant to make 'Sendable' shared state immutable
static var identifier = "FLChartBarCell"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:15:16: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
static var identifier = "FLChartBarCell"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var identifier = "FLChartBarCell"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:32:26: error: method does not override any method from its superclass
public override func prepareForReuse() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:13:36: error: cannot find type 'UICollectionViewCell' in scope
final public class FLChartBarCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:18:33: error: cannot find 'UIStackView' in scope
private let barsStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:11:56: error: cannot find type 'UIView' in scope
public final class FLHorizontalMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:19:32: error: cannot find 'UIStackView' in scope
private let barStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:12:46: error: cannot find type 'UIView' in scope
public final class FLMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift:11:37: error: cannot find type 'UIView' in scope
public final class FLPlainChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift:10:32: error: cannot find type 'UIView' in scope
public protocol CardableChart: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:14:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:15:31: error: cannot find type 'UILabel' in scope
private var averageLabel: UILabel?
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:17:35: error: cannot find 'UIStackView' in scope
private let headerStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:18:29: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:19:32: error: cannot find 'UILayoutGuide' in scope
private let contentGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:118:31: error: extra arguments at positions #2, #3 in call
static let white = UIColor(named: "white", in: bundle, compatibleWith: nil) ?? .white
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:118:76: error: 'nil' requires a contextual type
static let white = UIColor(named: "white", in: bundle, compatibleWith: nil) ?? .white
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:122:31: error: extra arguments at positions #2, #3 in call
static let black = UIColor(named: "black", in: bundle, compatibleWith: nil) ?? .black
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:122:76: error: 'nil' requires a contextual type
static let black = UIColor(named: "black", in: bundle, compatibleWith: nil) ?? .black
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift:34:63: error: cannot convert value of type '@Sendable (CGFloat, CGFloat) -> FLColor' to expected argument type 'UIColor'
static let rounded = FLCardStyle(backgroundColor: FLColor.white,
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:12:28: error: cannot find type 'UIView' in scope
final public class FLCard: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift:17:53: error: default argument value of type '@Sendable (CGFloat, CGFloat) -> FLColor' cannot be converted to type 'UIColor'
public init(backgroundColor: UIColor? = FLColor.white,
~~~~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift:30:61: error: cannot convert value of type '@Sendable (CGFloat, CGFloat) -> FLColor' to expected argument type 'UIColor'
static let plain = FLCardStyle(backgroundColor: FLColor.white,
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:121:34: error: extra arguments at positions #2, #3 in call
static let darkGray = UIColor(named: "dark gray", in: bundle, compatibleWith: nil) ?? backupDarkGray
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:121:83: error: 'nil' requires a contextual type
static let darkGray = UIColor(named: "dark gray", in: bundle, compatibleWith: nil) ?? backupDarkGray
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:42:34: error: cannot find 'UILayoutGuide' in scope
private let chartLayoutGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:44:44: error: cannot find type 'UILayoutGuide' in scope
internal var didUpdateChartLayoutGuide: (UILayoutGuide) -> Void = { _ in }
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:101:53: error: cannot find 'setNeedsDisplay' in scope
internal var dataMinValue: CGFloat = 0 { didSet { setNeedsDisplay() } }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:102:50: error: cannot find 'setNeedsDisplay' in scope
internal var dataMaxValue: CGFloat? { didSet { setNeedsDisplay() } }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:152:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:498:50: error: cannot find type 'UILabel' in scope
private func xPositionForAverageLabel(_ label: UILabel) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:20:32: error: cannot find type 'UIView' in scope
public class FLCartesianPlane: UIView, FLStylable {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:23:31: error: cannot find type 'CACornerMask' in scope
case corners(corners: CACornerMask, CGFloat)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:62:54: error: reference to member 'layerMinXMinYCorner' cannot be resolved without a contextual type
public init(radius: Radius = .corners(corners: [.layerMinXMinYCorner, .layerMaxXMinYCorner], 3),
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:62:76: error: reference to member 'layerMaxXMinYCorner' cannot be resolved without a contextual type
public init(radius: Radius = .corners(corners: [.layerMinXMinYCorner, .layerMaxXMinYCorner], 3),
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift:11:31: error: cannot find type 'UIView' in scope
internal protocol FLPlotView: UIView, FLStylable {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift:10:29: error: cannot find type 'UIView' in scope
public final class FLChart: UIView, FLStylable, MutableCardableChart {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift:30:24: warning: static property 'smoothness' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var smoothness: CGFloat = 0.1
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift:30:24: note: convert 'smoothness' to a 'let' constant to make 'Sendable' shared state immutable
private static var smoothness: CGFloat = 0.1
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift:30:24: note: add '@MainActor' to make static property 'smoothness' part of global actor 'MainActor'
private static var smoothness: CGFloat = 0.1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift:30:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var smoothness: CGFloat = 0.1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:10:46: error: cannot find type 'CAAnimation' in scope
public typealias CAAnimationBlockCallback = (CAAnimation, Bool) -> ()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:17:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:23:41: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:12:58: error: cannot find type 'CAAnimationDelegate' in scope
public class CAAnimationBlockCallbackDelegate: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:30:18: error: cannot find type 'CAAnimation' in scope
public extension CAAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:84:18: error: cannot find type 'UIViewController' in scope
public extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:97:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:129:11: error: cannot find type 'UISpringTimingParameters' in scope
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:100:51: error: cannot find type 'CAGradientLayer' in scope
public func gradientLayer(in rect: CGRect) -> CAGradientLayer {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:117:16: warning: static property 'clear' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let clear = FLColor(.clear)
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:117:16: note: add '@MainActor' to make static property 'clear' part of global actor 'MainActor'
static let clear = FLColor(.clear)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:117:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let clear = FLColor(.clear)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:119:35: error: extra arguments at positions #2, #3 in call
static let lightGray = UIColor(named: "light gray", in: bundle, compatibleWith: nil) ?? backupLightGray
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:119:85: error: 'nil' requires a contextual type
static let lightGray = UIColor(named: "light gray", in: bundle, compatibleWith: nil) ?? backupLightGray
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:120:16: warning: static property 'mediumGray' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let mediumGray = FLColor(hex: "A7A6A8")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:120:16: note: add '@MainActor' to make static property 'mediumGray' part of global actor 'MainActor'
static let mediumGray = FLColor(hex: "A7A6A8")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:120:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mediumGray = FLColor(hex: "A7A6A8")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:123:16: warning: static property 'mintGreen' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let mintGreen = FLColor(hex: "E2FAE7")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:123:16: note: add '@MainActor' to make static property 'mintGreen' part of global actor 'MainActor'
static let mintGreen = FLColor(hex: "E2FAE7")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mintGreen = FLColor(hex: "E2FAE7")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:124:16: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let green = FLColor(hex: "72BF82")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:124:16: note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
static let green = FLColor(hex: "72BF82")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let green = FLColor(hex: "72BF82")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:125:16: warning: static property 'dusk' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let dusk = FLColor(hex: "E1614C")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:125:16: note: add '@MainActor' to make static property 'dusk' part of global actor 'MainActor'
static let dusk = FLColor(hex: "E1614C")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:125:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let dusk = FLColor(hex: "E1614C")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:126:16: warning: static property 'orange' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let orange = FLColor(hex: "FF782C")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:126:16: note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
static let orange = FLColor(hex: "FF782C")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:126:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let orange = FLColor(hex: "FF782C")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:127:16: warning: static property 'red' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let red = FLColor(hex: "EC2301")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:127:16: note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
static let red = FLColor(hex: "EC2301")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:127:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let red = FLColor(hex: "EC2301")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:128:16: warning: static property 'fuchsia' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let fuchsia = FLColor(hex: "FF57A6")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:128:16: note: add '@MainActor' to make static property 'fuchsia' part of global actor 'MainActor'
static let fuchsia = FLColor(hex: "FF57A6")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:128:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fuchsia = FLColor(hex: "FF57A6")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:129:16: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let purple = FLColor(hex: "7B75FF")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:129:16: note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
static let purple = FLColor(hex: "7B75FF")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:129:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let purple = FLColor(hex: "7B75FF")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:130:16: warning: static property 'cyan' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let cyan = FLColor(hex: "6FEAFF")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:130:16: note: add '@MainActor' to make static property 'cyan' part of global actor 'MainActor'
static let cyan = FLColor(hex: "6FEAFF")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:130:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let cyan = FLColor(hex: "6FEAFF")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:131:16: warning: static property 'lightBlue' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let lightBlue = FLColor(hex: "C2E8FF")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:131:16: note: add '@MainActor' to make static property 'lightBlue' part of global actor 'MainActor'
static let lightBlue = FLColor(hex: "C2E8FF")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:131:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lightBlue = FLColor(hex: "C2E8FF")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:132:16: warning: static property 'blue' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let blue = FLColor(hex: "4EBCFF")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:132:16: note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
static let blue = FLColor(hex: "4EBCFF")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:132:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let blue = FLColor(hex: "4EBCFF")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:133:16: warning: static property 'seaBlue' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let seaBlue = FLColor(hex: "4266E8")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:133:16: note: add '@MainActor' to make static property 'seaBlue' part of global actor 'MainActor'
static let seaBlue = FLColor(hex: "4266E8")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let seaBlue = FLColor(hex: "4266E8")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:134:16: warning: static property 'darkBlue' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
static let darkBlue = FLColor(hex: "1B205E")
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:134:16: note: add '@MainActor' to make static property 'darkBlue' part of global actor 'MainActor'
static let darkBlue = FLColor(hex: "1B205E")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:134:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let darkBlue = FLColor(hex: "1B205E")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:146:27: warning: static property 'green' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let green = FLColor(startColor: UIColor(hex: "0BCDF7"), endColor: UIColor(hex: "A2FEAE"))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:146:27: note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
public static let green = FLColor(startColor: UIColor(hex: "0BCDF7"), endColor: UIColor(hex: "A2FEAE"))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:146:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let green = FLColor(startColor: UIColor(hex: "0BCDF7"), endColor: UIColor(hex: "A2FEAE"))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:147:27: warning: static property 'lightBlue' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightBlue = FLColor(startColor: UIColor(hex: "C2E8FF"), endColor: UIColor(hex: "C2E8FF").withAlphaComponent(0))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:147:27: note: add '@MainActor' to make static property 'lightBlue' part of global actor 'MainActor'
public static let lightBlue = FLColor(startColor: UIColor(hex: "C2E8FF"), endColor: UIColor(hex: "C2E8FF").withAlphaComponent(0))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:147:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightBlue = FLColor(startColor: UIColor(hex: "C2E8FF"), endColor: UIColor(hex: "C2E8FF").withAlphaComponent(0))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:148:27: warning: static property 'darkBlue' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkBlue = FLColor(startColor: FLColor.darkBlue.mainColor, endColor: seaBlue.mainColor)
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:148:27: note: add '@MainActor' to make static property 'darkBlue' part of global actor 'MainActor'
public static let darkBlue = FLColor(startColor: FLColor.darkBlue.mainColor, endColor: seaBlue.mainColor)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:148:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkBlue = FLColor(startColor: FLColor.darkBlue.mainColor, endColor: seaBlue.mainColor)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:149:27: warning: static property 'blueClear' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blueClear = FLColor(startColor: blue.mainColor.withAlphaComponent(0.5), endColor: seaBlue.mainColor.withAlphaComponent(0))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:149:27: note: add '@MainActor' to make static property 'blueClear' part of global actor 'MainActor'
public static let blueClear = FLColor(startColor: blue.mainColor.withAlphaComponent(0.5), endColor: seaBlue.mainColor.withAlphaComponent(0))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:149:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blueClear = FLColor(startColor: blue.mainColor.withAlphaComponent(0.5), endColor: seaBlue.mainColor.withAlphaComponent(0))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:150:27: warning: static property 'purpleLightBlue' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleLightBlue = FLColor(startColor: UIColor(hex: "8C00FF"), endColor: UIColor(hex: "4ABBFB"))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:150:27: note: add '@MainActor' to make static property 'purpleLightBlue' part of global actor 'MainActor'
public static let purpleLightBlue = FLColor(startColor: UIColor(hex: "8C00FF"), endColor: UIColor(hex: "4ABBFB"))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:150:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleLightBlue = FLColor(startColor: UIColor(hex: "8C00FF"), endColor: UIColor(hex: "4ABBFB"))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:151:27: warning: static property 'darkPurple' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkPurple = FLColor(startColor: UIColor(hex: "741DF4"), endColor: UIColor(hex: "C501B0"))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:151:27: note: add '@MainActor' to make static property 'darkPurple' part of global actor 'MainActor'
public static let darkPurple = FLColor(startColor: UIColor(hex: "741DF4"), endColor: UIColor(hex: "C501B0"))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:151:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkPurple = FLColor(startColor: UIColor(hex: "741DF4"), endColor: UIColor(hex: "C501B0"))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:152:27: warning: static property 'darkPink' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkPink = FLColor(startColor: UIColor(hex: "BC05AF"), endColor: UIColor(hex: "FF1378"))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:152:27: note: add '@MainActor' to make static property 'darkPink' part of global actor 'MainActor'
public static let darkPink = FLColor(startColor: UIColor(hex: "BC05AF"), endColor: UIColor(hex: "FF1378"))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:152:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkPink = FLColor(startColor: UIColor(hex: "BC05AF"), endColor: UIColor(hex: "FF1378"))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:153:27: warning: static property 'neonPink' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let neonPink = FLColor(startColor: UIColor(hex: "FE019A"), endColor: UIColor(hex: "FE0BF4"))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:153:27: note: add '@MainActor' to make static property 'neonPink' part of global actor 'MainActor'
public static let neonPink = FLColor(startColor: UIColor(hex: "FE019A"), endColor: UIColor(hex: "FE0BF4"))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:153:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let neonPink = FLColor(startColor: UIColor(hex: "FE019A"), endColor: UIColor(hex: "FE0BF4"))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:154:27: warning: static property 'purpleClear' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleClear = FLColor(startColor: purple.mainColor, endColor: purple.mainColor.withAlphaComponent(0.2))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:154:27: note: add '@MainActor' to make static property 'purpleClear' part of global actor 'MainActor'
public static let purpleClear = FLColor(startColor: purple.mainColor, endColor: purple.mainColor.withAlphaComponent(0.2))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:154:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleClear = FLColor(startColor: purple.mainColor, endColor: purple.mainColor.withAlphaComponent(0.2))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:155:27: warning: static property 'purpleCyan' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleCyan = FLColor(startColor: purple.mainColor, endColor: UIColor(hex: "7BD1FC"))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:155:27: note: add '@MainActor' to make static property 'purpleCyan' part of global actor 'MainActor'
public static let purpleCyan = FLColor(startColor: purple.mainColor, endColor: UIColor(hex: "7BD1FC"))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:155:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleCyan = FLColor(startColor: purple.mainColor, endColor: UIColor(hex: "7BD1FC"))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:156:27: warning: static property 'sunset' is not concurrency-safe because non-'Sendable' type 'FLColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sunset = FLColor(startColor: UIColor(hex: "FF8E2D"), endColor: UIColor(hex: "FF4E7A"))
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:11:14: note: class 'FLColor' does not conform to the 'Sendable' protocol
public class FLColor {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:156:27: note: add '@MainActor' to make static property 'sunset' part of global actor 'MainActor'
public static let sunset = FLColor(startColor: UIColor(hex: "FF8E2D"), endColor: UIColor(hex: "FF4E7A"))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:156:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sunset = FLColor(startColor: UIColor(hex: "FF8E2D"), endColor: UIColor(hex: "FF4E7A"))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:12:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:19:25: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:10:41: error: cannot find type 'UICollectionView' in scope
public class FLIntrinsicCollectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:52:32: error: cannot find type 'UIView' in scope
public func apply(to view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:62:16: warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'FLShadow' may have shared mutable state; this is an error in the Swift 6 language mode
static let basic = FLShadow(color: .black, radius: 10, opacity: 0.1)
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:28:15: note: consider making struct 'FLShadow' conform to the 'Sendable' protocol
public struct FLShadow {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:62:16: note: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
static let basic = FLShadow(color: .black, radius: 10, opacity: 0.1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:62:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let basic = FLShadow(color: .black, radius: 10, opacity: 0.1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:24:11: error: cannot find type 'UILayoutPriority' in scope
extension UILayoutPriority {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:30:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:37:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:16:34: error: cannot find 'UILabel' in scope
private let dataValueLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:17:38: error: cannot find 'UILabel' in scope
private let unitOfMeasureLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:21:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:55:25: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:12:40: error: cannot find type 'UIView' in scope
public final class BarHighlightedView: UIView, HighlightedView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift:12:34: error: cannot find type 'UIView' in scope
public protocol HighlightedView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:17:28: error: cannot find 'UIView' in scope
private let mockView = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:25:36: error: cannot find type 'UIView' in scope
private var lineIndicatorView: UIView?
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:35:33: error: cannot find 'UIView' in scope
lineIndicatorView = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:83:49: error: cannot find type 'UIPanGestureRecognizer' in scope
@objc private func didLongTap(_ panGesture: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:21: error: cannot find type 'UICollectionViewDataSource' in scope
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:49: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:44:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:107: error: cannot find type 'UICollectionViewCell' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:97: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:97: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:97: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:10:24: error: cannot find type 'UICollectionViewCell' in scope
class FLLegendKeyCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:14:30: error: cannot find 'UIView' in scope
private let squareView = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:15:28: error: cannot find 'UILabel' in scope
private let keyLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:17:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:25:29: error: cannot find type 'UIView' in scope
func apply(to view: UIView, shorterEdge: CGFloat) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift:66:26: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift:10:32: error: cannot find type 'UIView' in scope
public final class FLPieChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:10:19: error: cannot find type 'UIView' in scope
class SliceShape: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:13:30: error: cannot find 'CAShapeLayer' in scope
private let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:63:54: error: cannot find type 'CABasicAnimation' in scope
private func animate(_ name: String, configure: (CABasicAnimation) -> Void) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:12:37: error: cannot find type 'UIView' in scope
internal final class FLBarPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:14:61: error: missing argument for parameter 'frame' in call
private let collectionView = HighlightingCollectionView()
^
frame: <#CGRect#>
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:45:14: note: 'init(frame:)' declared here
override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:105:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:109: error: cannot find type 'UICollectionViewCell' in scope
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:99: error: cannot find type 'UICollectionViewLayout' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:99: error: cannot find type 'UICollectionViewLayout' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:99: error: cannot find type 'UICollectionViewLayout' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:103:26: error: cannot find type 'UICollectionViewDataSource' in scope
extension FLBarPlotView: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:144:26: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension FLBarPlotView: UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:10:38: error: cannot find type 'UIView' in scope
internal final class FLLinePlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:53:28: error: method does not override any method from its superclass
internal override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:58:28: error: method does not override any method from its superclass
internal override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:26:41: error: cannot find type 'UIView' in scope
internal final class FLScatterPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:55:28: error: method does not override any method from its superclass
internal override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:60:28: error: method does not override any method from its superclass
internal override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:113:26: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:12:34: error: cannot find type 'UIView' in scope
public final class FLRadarChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:26: error: cannot find 'UICollectionView' in scope
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:79: error: cannot find 'UICollectionViewFlowLayout' in scope
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:51: error: cannot infer contextual base in reference to member 'zero'
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:16:28: error: cannot find 'CALayer' in scope
private let clipMask = CALayer()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:18:19: error: cannot find type 'UICollectionViewDelegate' in scope
var delegate: UICollectionViewDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:22:21: error: cannot find type 'UICollectionViewDataSource' in scope
var dataSource: UICollectionViewDataSource? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:36:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:54:24: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:12:40: error: cannot find type 'UIView' in scope
open class UnclippedTopCollectionView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Formatters.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Label.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Labels.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/ChartHighlightingDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAverageViewConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLabelConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLChartConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLDashedLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLRadarGridConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLStylable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLTickConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLChartData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLDataSet.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/LineXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/ScatterXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/XAxisProvider.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/GeneratedAssetSymbols.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FLCharts -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.abi.json
SwiftCompile normal armv7k Compiling\ Key.swift,\ PlotableData.swift,\ FLPieBorder.swift,\ FLPieChart.swift,\ FLPiePlotable.swift,\ SliceShape.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ Translation.swift,\ ChartBar.swift,\ FLChartBarCell.swift,\ FLHorizontalMultipleValuesChartBar.swift,\ FLMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UnclippedTopCollectionView.swift,\ LineXAxis.swift,\ ScatterXAxis.swift,\ XAxisProvider.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/LineXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/ScatterXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/XAxisProvider.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/LineXAxis.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/ScatterXAxis.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/XAxisProvider.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FLBarPlotView.swift,\ FLLinePlotView.swift,\ FLPlotView.swift,\ FLScatterPlotView.swift,\ FLRadarChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ FLPlainChartBar.swift,\ CardableChart.swift,\ FLCard.swift,\ FLCardStyle.swift,\ FLCartesianPlane.swift,\ FLChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Aggregator.swift,\ PlayfulCurveLine.swift,\ ProfessionalCurveLine.swift,\ CAAnimationBlockCallbackDelegate.swift,\ Chart+XT.swift,\ FLColor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ FLBarPlotView.swift,\ FLLinePlotView.swift,\ FLPlotView.swift,\ FLScatterPlotView.swift,\ FLRadarChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal armv7k (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal arm64_32 (in target 'FLCharts' from project 'FLCharts')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
SwiftEmitModule normal arm64 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
Building workspace spi-builder-workspace with scheme FLCharts
(6 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
FLCharts: /Users/admin/builder/spi-builder-workspace
resolved source packages: FLCharts
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "FLCharts",
"name" : "FLCharts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "FLCharts",
"targets" : [
"FLCharts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "FLCharts",
"module_type" : "SwiftTarget",
"name" : "FLCharts",
"path" : "Sources/FLCharts",
"product_memberships" : [
"FLCharts"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Colors.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/de.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "de"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/es.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "es"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/fr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "fr"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/hi.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "hi"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/it.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "it"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/pt-BR.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pt-br"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/pt-PT.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pt-pt"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/ru.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ru"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/zh-HK.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hk"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/zh-Hans.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hans"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/zh-Hant.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hant"
}
}
}
],
"sources" : [
"Assets/Translation.swift",
"Bar/ChartBar.swift",
"Bar/FLChartBarCell.swift",
"Bar/FLHorizontalMultipleValuesChartBar.swift",
"Bar/FLMultipleValuesChartBar.swift",
"Bar/FLPlainChartBar.swift",
"FLCard/CardableChart.swift",
"FLCard/FLCard.swift",
"FLCard/FLCardStyle.swift",
"FLCartesianPlane.swift",
"FLChart.swift",
"Helpers/Aggregator.swift",
"Helpers/BezierCurves/PlayfulCurveLine.swift",
"Helpers/BezierCurves/ProfessionalCurveLine.swift",
"Helpers/CAAnimationBlockCallbackDelegate.swift",
"Helpers/Chart+XT.swift",
"Helpers/FLColor.swift",
"Helpers/FLIntrinsicCollectionView.swift",
"Helpers/FLShadow.swift",
"Helpers/Formatters.swift",
"Helpers/Labels/Label.swift",
"Helpers/Labels/Labels.swift",
"Helpers/NSLayoutConstraint+XT.swift",
"HighlightView/BarHighlightedView.swift",
"HighlightView/ChartHighlightingDelegate.swift",
"HighlightView/HighlightedView.swift",
"HighlightingCollectionView.swift",
"Legend/FLLegend.swift",
"Legend/FLLegendKeyCell.swift",
"Models/Configurations/FLAverageViewConfig.swift",
"Models/Configurations/FLAxesLabelConfig.swift",
"Models/Configurations/FLAxesLineConfig.swift",
"Models/Configurations/FLBarConfig.swift",
"Models/Configurations/FLChartConfig.swift",
"Models/Configurations/FLDashedLineConfig.swift",
"Models/Configurations/FLLineConfig.swift",
"Models/Configurations/FLRadarGridConfig.swift",
"Models/Configurations/FLStylable.swift",
"Models/Configurations/FLTickConfig.swift",
"Models/FLChartData.swift",
"Models/FLDataSet.swift",
"Models/Key.swift",
"Models/PlotableData.swift",
"PieChart/FLPieBorder.swift",
"PieChart/FLPieChart.swift",
"PieChart/FLPiePlotable.swift",
"PieChart/SliceShape.swift",
"PlotView/FLBarPlotView.swift",
"PlotView/FLLinePlotView.swift",
"PlotView/FLPlotView.swift",
"PlotView/FLScatterPlotView.swift",
"RadarChart/FLRadarChart.swift",
"UnclippedTopCollectionView.swift",
"XAxisProvider/LineXAxis.swift",
"XAxisProvider/ScatterXAxis.swift",
"XAxisProvider/XAxisProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FLCharts"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FLCharts -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FLCharts -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
FLCharts: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'FLCharts' in project 'FLCharts'
➜ Explicit dependency on target 'FLCharts' in project 'FLCharts'
➜ Explicit dependency on target 'FLCharts_FLCharts' in project 'FLCharts'
Target 'FLCharts' in project 'FLCharts'
➜ Explicit dependency on target 'FLCharts_FLCharts' in project 'FLCharts'
Target 'FLCharts_FLCharts' in project 'FLCharts' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 104e2116bd25c3d8e9ecc555fc9730fb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/104e2116bd25c3d8e9ecc555fc9730fb.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FLCharts_FLCharts.bundle /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Colors.xcassets (in target 'FLCharts_FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Colors.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts_FLCharts.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts_FLCharts.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts_FLCharts.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device watch --minimum-deployment-target 5.0 --platform watchos
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts_FLCharts.build/assetcatalog_generated_info.plist_thinned
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts_FLCharts.build/assetcatalog_output/thinned/Assets.car
SwiftDriver FLCharts normal armv7k com.apple.xcode.tools.swift.compiler (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FLCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts-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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FLCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FLCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts-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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64/FLCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver FLCharts normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FLCharts -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.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/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/arm64_32/FLCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal armv7k (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:10:27: error: cannot find type 'UIView' in scope
public protocol ChartBar: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:24:29: error: cannot find 'UIView' in scope
private let xAxisLine = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:26:22: error: cannot find 'UILabel' in scope
let xAxisLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:28:36: error: cannot find type 'NSLayoutConstraint' in scope
internal var heightConstraint: NSLayoutConstraint!
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:32:26: error: method does not override any method from its superclass
public override func prepareForReuse() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift:13:36: error: cannot find type 'UICollectionViewCell' in scope
final public class FLChartBarCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:18:33: error: cannot find 'UIStackView' in scope
private let barsStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift:11:56: error: cannot find type 'UIView' in scope
public final class FLHorizontalMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:19:32: error: cannot find 'UIStackView' in scope
private let barStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift:12:46: error: cannot find type 'UIView' in scope
public final class FLMultipleValuesChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift:11:37: error: cannot find type 'UIView' in scope
public final class FLPlainChartBar: UIView, ChartBar {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift:10:32: error: cannot find type 'UIView' in scope
public protocol CardableChart: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:14:30: error: cannot find 'UILabel' in scope
private let titleLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:15:31: error: cannot find type 'UILabel' in scope
private var averageLabel: UILabel?
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:17:35: error: cannot find 'UIStackView' in scope
private let headerStackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:18:29: error: cannot find 'UIStackView' in scope
private let stackView = UIStackView()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:19:32: error: cannot find 'UILayoutGuide' in scope
private let contentGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:118:31: error: extra arguments at positions #2, #3 in call
static let white = UIColor(named: "white", in: bundle, compatibleWith: nil) ?? .white
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:118:76: error: 'nil' requires a contextual type
static let white = UIColor(named: "white", in: bundle, compatibleWith: nil) ?? .white
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:122:31: error: extra arguments at positions #2, #3 in call
static let black = UIColor(named: "black", in: bundle, compatibleWith: nil) ?? .black
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:122:76: error: 'nil' requires a contextual type
static let black = UIColor(named: "black", in: bundle, compatibleWith: nil) ?? .black
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift:34:63: error: cannot convert value of type '(CGFloat, CGFloat) -> FLColor' to expected argument type 'UIColor'
static let rounded = FLCardStyle(backgroundColor: FLColor.white,
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift:12:28: error: cannot find type 'UIView' in scope
final public class FLCard: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift:17:53: error: default argument value of type '(CGFloat, CGFloat) -> FLColor' cannot be converted to type 'UIColor'
public init(backgroundColor: UIColor? = FLColor.white,
~~~~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift:30:61: error: cannot convert value of type '(CGFloat, CGFloat) -> FLColor' to expected argument type 'UIColor'
static let plain = FLCardStyle(backgroundColor: FLColor.white,
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:121:34: error: extra arguments at positions #2, #3 in call
static let darkGray = UIColor(named: "dark gray", in: bundle, compatibleWith: nil) ?? backupDarkGray
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:121:83: error: 'nil' requires a contextual type
static let darkGray = UIColor(named: "dark gray", in: bundle, compatibleWith: nil) ?? backupDarkGray
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:42:34: error: cannot find 'UILayoutGuide' in scope
private let chartLayoutGuide = UILayoutGuide()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:44:44: error: cannot find type 'UILayoutGuide' in scope
internal var didUpdateChartLayoutGuide: (UILayoutGuide) -> Void = { _ in }
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:101:53: error: cannot find 'setNeedsDisplay' in scope
internal var dataMinValue: CGFloat = 0 { didSet { setNeedsDisplay() } }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:102:50: error: cannot find 'setNeedsDisplay' in scope
internal var dataMaxValue: CGFloat? { didSet { setNeedsDisplay() } }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:152:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:498:50: error: cannot find type 'UILabel' in scope
private func xPositionForAverageLabel(_ label: UILabel) -> CGFloat {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift:20:32: error: cannot find type 'UIView' in scope
public class FLCartesianPlane: UIView, FLStylable {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:23:31: error: cannot find type 'CACornerMask' in scope
case corners(corners: CACornerMask, CGFloat)
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:62:54: error: reference to member 'layerMinXMinYCorner' cannot be resolved without a contextual type
public init(radius: Radius = .corners(corners: [.layerMinXMinYCorner, .layerMaxXMinYCorner], 3),
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:62:76: error: reference to member 'layerMaxXMinYCorner' cannot be resolved without a contextual type
public init(radius: Radius = .corners(corners: [.layerMinXMinYCorner, .layerMaxXMinYCorner], 3),
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift:11:31: error: cannot find type 'UIView' in scope
internal protocol FLPlotView: UIView, FLStylable {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift:10:29: error: cannot find type 'UIView' in scope
public final class FLChart: UIView, FLStylable, MutableCardableChart {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:10:46: error: cannot find type 'CAAnimation' in scope
public typealias CAAnimationBlockCallback = (CAAnimation, Bool) -> ()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:17:42: error: cannot find type 'CAAnimation' in scope
public func animationDidStart(_ anim: CAAnimation) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:23:41: error: cannot find type 'CAAnimation' in scope
public func animationDidStop(_ anim: CAAnimation, finished flag: Bool) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:12:58: error: cannot find type 'CAAnimationDelegate' in scope
public class CAAnimationBlockCallbackDelegate: NSObject, CAAnimationDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift:30:18: error: cannot find type 'CAAnimation' in scope
public extension CAAnimation {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:84:18: error: cannot find type 'UIViewController' in scope
public extension UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:97:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift:129:11: error: cannot find type 'UISpringTimingParameters' in scope
extension UISpringTimingParameters {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:100:51: error: cannot find type 'CAGradientLayer' in scope
public func gradientLayer(in rect: CGRect) -> CAGradientLayer {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:119:35: error: extra arguments at positions #2, #3 in call
static let lightGray = UIColor(named: "light gray", in: bundle, compatibleWith: nil) ?? backupLightGray
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:113:1: note: 'init(named:)' declared here
+ (nullable UIColor *)colorNamed:(NSString *)name API_AVAILABLE(ios(11.0), watchos(4.0)); // load from main bundle
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift:119:85: error: 'nil' requires a contextual type
static let lightGray = UIColor(named: "light gray", in: bundle, compatibleWith: nil) ?? backupLightGray
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:12:26: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:19:25: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift:10:41: error: cannot find type 'UICollectionView' in scope
public class FLIntrinsicCollectionView: UICollectionView {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift:52:32: error: cannot find type 'UIView' in scope
public func apply(to view: UIView) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:24:11: error: cannot find type 'UILayoutPriority' in scope
extension UILayoutPriority {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:30:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift:37:11: error: cannot find type 'UIView' in scope
extension UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:16:34: error: cannot find 'UILabel' in scope
private let dataValueLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:17:38: error: cannot find 'UILabel' in scope
private let unitOfMeasureLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:21:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:55:25: error: property does not override any property from its superclass
public override var intrinsicContentSize: CGSize {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift:12:40: error: cannot find type 'UIView' in scope
public final class BarHighlightedView: UIView, HighlightedView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift:12:34: error: cannot find type 'UIView' in scope
public protocol HighlightedView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:17:28: error: cannot find 'UIView' in scope
private let mockView = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:25:36: error: cannot find type 'UIView' in scope
private var lineIndicatorView: UIView?
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:35:33: error: cannot find 'UIView' in scope
lineIndicatorView = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:83:49: error: cannot find type 'UIPanGestureRecognizer' in scope
@objc private func didLongTap(_ panGesture: UIPanGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:21: error: cannot find type 'UICollectionViewDataSource' in scope
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:42:49: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension FLLegend: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:44:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:107: error: cannot find type 'UICollectionViewCell' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:48:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:55:97: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:59:97: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:50: error: cannot find type 'UICollectionView' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift:63:97: error: cannot find type 'UICollectionViewLayout' in scope
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:10:24: error: cannot find type 'UICollectionViewCell' in scope
class FLLegendKeyCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:14:30: error: cannot find 'UIView' in scope
private let squareView = UIView()
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:15:28: error: cannot find 'UILabel' in scope
private let keyLabel = UILabel()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift:17:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift:25:29: error: cannot find type 'UIView' in scope
func apply(to view: UIView, shorterEdge: CGFloat) {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift:66:26: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift:10:32: error: cannot find type 'UIView' in scope
public final class FLPieChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:10:19: error: cannot find type 'UIView' in scope
class SliceShape: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:13:30: error: cannot find 'CAShapeLayer' in scope
private let shapeLayer = CAShapeLayer()
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift:63:54: error: cannot find type 'CABasicAnimation' in scope
private func animate(_ name: String, configure: (CABasicAnimation) -> Void) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:12:37: error: cannot find type 'UIView' in scope
internal final class FLBarPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:14:61: error: missing argument for parameter 'frame' in call
private let collectionView = HighlightingCollectionView()
^
frame: <#CGRect#>
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift:45:14: note: 'init(frame:)' declared here
override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:105:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:109: error: cannot find type 'UICollectionViewCell' in scope
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:109:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:146:99: error: cannot find type 'UICollectionViewLayout' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:161:99: error: cannot find type 'UICollectionViewLayout' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:52: error: cannot find type 'UICollectionView' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:165:99: error: cannot find type 'UICollectionViewLayout' in scope
internal func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:103:26: error: cannot find type 'UICollectionViewDataSource' in scope
extension FLBarPlotView: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift:144:26: error: cannot find type 'UICollectionViewDelegateFlowLayout' in scope
extension FLBarPlotView: UICollectionViewDelegateFlowLayout {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:10:38: error: cannot find type 'UIView' in scope
internal final class FLLinePlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:53:28: error: method does not override any method from its superclass
internal override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift:58:28: error: method does not override any method from its superclass
internal override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:26:41: error: cannot find type 'UIView' in scope
internal final class FLScatterPlotView: UIView, FLPlotView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:55:28: error: method does not override any method from its superclass
internal override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift:60:28: error: method does not override any method from its superclass
internal override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:113:26: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift:12:34: error: cannot find type 'UIView' in scope
public final class FLRadarChart: UIView, MutableCardableChart {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:26: error: cannot find 'UICollectionView' in scope
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:79: error: cannot find 'UICollectionViewFlowLayout' in scope
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:14:51: error: cannot infer contextual base in reference to member 'zero'
let collectionView = UICollectionView(frame: .zero, collectionViewLayout: UICollectionViewFlowLayout())
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:16:28: error: cannot find 'CALayer' in scope
private let clipMask = CALayer()
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:18:19: error: cannot find type 'UICollectionViewDelegate' in scope
var delegate: UICollectionViewDelegate? {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:22:21: error: cannot find type 'UICollectionViewDataSource' in scope
var dataSource: UICollectionViewDataSource? {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:36:14: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:54:24: error: method does not override any method from its superclass
open override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift:12:40: error: cannot find type 'UIView' in scope
open class UnclippedTopCollectionView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Formatters.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Label.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Labels.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/ChartHighlightingDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAverageViewConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLabelConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLAxesLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLBarConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLChartConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLDashedLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLRadarGridConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLStylable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLTickConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLChartData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLDataSet.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/UnclippedTopCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/LineXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/ScatterXAxis.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/XAxisProvider/XAxisProvider.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/GeneratedAssetSymbols.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FLCharts -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/Objects-normal/armv7k/FLCharts.abi.json
SwiftCompile normal armv7k Compiling\ FLPlainChartBar.swift,\ CardableChart.swift,\ FLCard.swift,\ FLCardStyle.swift,\ FLCartesianPlane.swift,\ FLChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLPlainChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/CardableChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCard.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCard/FLCardStyle.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLCartesianPlane.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/FLChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ Translation.swift,\ ChartBar.swift,\ FLChartBarCell.swift,\ FLHorizontalMultipleValuesChartBar.swift,\ FLMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FLCharts.build/Debug-watchos/FLCharts.build/DerivedSources/resource_bundle_accessor.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Assets/Translation.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLChartBarCell.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLHorizontalMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Bar/FLMultipleValuesChartBar.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ FLIntrinsicCollectionView.swift,\ FLShadow.swift,\ Formatters.swift,\ Label.swift,\ Labels.swift,\ NSLayoutConstraint+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Formatters.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Label.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Labels.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLIntrinsicCollectionView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLShadow.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Formatters.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Label.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Labels/Labels.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/NSLayoutConstraint+XT.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ BarHighlightedView.swift,\ ChartHighlightingDelegate.swift,\ HighlightedView.swift,\ HighlightingCollectionView.swift,\ FLLegend.swift,\ FLLegendKeyCell.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/ChartHighlightingDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/BarHighlightedView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/ChartHighlightingDelegate.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightView/HighlightedView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/HighlightingCollectionView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegend.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Legend/FLLegendKeyCell.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Aggregator.swift,\ PlayfulCurveLine.swift,\ ProfessionalCurveLine.swift,\ CAAnimationBlockCallbackDelegate.swift,\ Chart+XT.swift,\ FLColor.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Aggregator.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/PlayfulCurveLine.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/BezierCurves/ProfessionalCurveLine.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/CAAnimationBlockCallbackDelegate.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/Chart+XT.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Helpers/FLColor.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ FLLineConfig.swift,\ FLRadarGridConfig.swift,\ FLStylable.swift,\ FLTickConfig.swift,\ FLChartData.swift,\ FLDataSet.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLLineConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLRadarGridConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLStylable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLTickConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLChartData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLDataSet.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLLineConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLRadarGridConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLStylable.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Configurations/FLTickConfig.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLChartData.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/FLDataSet.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ FLBarPlotView.swift,\ FLLinePlotView.swift,\ FLPlotView.swift,\ FLScatterPlotView.swift,\ FLRadarChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLBarPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLLinePlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PlotView/FLScatterPlotView.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/RadarChart/FLRadarChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Key.swift,\ PlotableData.swift,\ FLPieBorder.swift,\ FLPieChart.swift,\ FLPiePlotable.swift,\ SliceShape.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift (in target 'FLCharts' from project 'FLCharts')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/Key.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/Models/PlotableData.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieBorder.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPieChart.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/FLPiePlotable.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FLCharts/PieChart/SliceShape.swift (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
EmitSwiftModule normal arm64_32 (in target 'FLCharts' from project 'FLCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'FLCharts' from project 'FLCharts')
SwiftEmitModule normal armv7k Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
SwiftEmitModule normal arm64 Emitting\ module\ for\ FLCharts (in target 'FLCharts' from project 'FLCharts')
Building workspace spi-builder-workspace with scheme FLCharts
(4 failures)
BUILD FAILURE 6.1 watchOS