Build Information
Successful build of SwiftUICharts, reference 2.0.0-beta.8 (7140b8
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:29:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apppear/chartview.git
Reference: 2.0.0-beta.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apppear/chartview
* tag 2.0.0-beta.8 -> FETCH_HEAD
HEAD is now at 7140b8b feat: add animation toggle interface (#256)
Cloned https://github.com/apppear/chartview.git
Revision (git rev-parse @):
7140b8b6fd7413ccbcf31b748b32233f08314dab
SUCCESS checkout https://github.com/apppear/chartview.git at 2.0.0-beta.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apppear/chartview.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/50] Emitting module SwiftUICharts
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/LineShape.swift:5:9: warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
3 | struct LineShape: Shape {
4 | var data: [(Double, Double)]
5 | var lineStyle: LineStyle = .curved
| `- warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
6 | func path(in rect: CGRect) -> Path {
7 | var path = Path()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public enum LineStyle {
| `- note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
4 | case curved
5 | case straight
[4/55] Compiling SwiftUICharts PieChartHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
37 | GeometryReader { geometry in
38 | ZStack {
39 | ForEach(0..<self.slices.count) { index in
| `- warning: non-constant range: argument must be an integer literal
40 | PieChartCell(
41 | rect: geometry.frame(in: .local),
[5/55] Compiling SwiftUICharts PieChartRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
37 | GeometryReader { geometry in
38 | ZStack {
39 | ForEach(0..<self.slices.count) { index in
| `- warning: non-constant range: argument must be an integer literal
40 | PieChartCell(
41 | rect: geometry.frame(in: .local),
[6/55] Compiling SwiftUICharts Ring.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
37 | GeometryReader { geometry in
38 | ZStack {
39 | ForEach(0..<self.slices.count) { index in
| `- warning: non-constant range: argument must be an integer literal
40 | PieChartCell(
41 | rect: geometry.frame(in: .local),
[7/55] Compiling SwiftUICharts RingsChart.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
37 | GeometryReader { geometry in
38 | ZStack {
39 | ForEach(0..<self.slices.count) { index in
| `- warning: non-constant range: argument must be an integer literal
40 | PieChartCell(
41 | rect: geometry.frame(in: .local),
[8/55] Compiling SwiftUICharts RingsChartRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
37 | GeometryReader { geometry in
38 | ZStack {
39 | ForEach(0..<self.slices.count) { index in
| `- warning: non-constant range: argument must be an integer literal
40 | PieChartCell(
41 | rect: geometry.frame(in: .local),
[9/55] Compiling SwiftUICharts ChartStyle.swift
[10/55] Compiling SwiftUICharts ColorGradient.swift
[11/55] Compiling SwiftUICharts Colors.swift
[12/55] Compiling SwiftUICharts BarChart.swift
[13/55] Compiling SwiftUICharts BarChartCell.swift
[14/55] Compiling SwiftUICharts ChartBase.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[15/55] Compiling SwiftUICharts ChartData.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[16/55] Compiling SwiftUICharts ChartValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[17/55] Compiling SwiftUICharts ViewGeometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[18/55] Compiling SwiftUICharts ViewPreferenceKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[19/55] Compiling SwiftUICharts ViewSizeData.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[20/55] Compiling SwiftUICharts AxisLabels.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[21/55] Compiling SwiftUICharts AxisLabels+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[22/55] Compiling SwiftUICharts AxisLabelsPosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[23/55] Compiling SwiftUICharts AxisLabelsStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[24/55] Compiling SwiftUICharts AxisLablesData.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[25/55] Compiling SwiftUICharts CardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Base/Common/ViewPreferenceKey.swift:4:15: warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
2 |
3 | public protocol ViewPreferenceKey: PreferenceKey {
4 | typealias Value = [ViewSizeData]
| `- warning: typealias overriding associated type 'Value' from protocol 'PreferenceKey' is better expressed as same-type constraint on the protocol
5 | }
6 |
SwiftUI.PreferenceKey.Value:2:16: note: 'Value' declared here
1 | protocol PreferenceKey {
2 | associatedtype Value}
| `- note: 'Value' declared here
3 |
[26/55] Compiling SwiftUICharts LineBackgroundShape.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/LineShape.swift:5:9: warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
3 | struct LineShape: Shape {
4 | var data: [(Double, Double)]
5 | var lineStyle: LineStyle = .curved
| `- warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
6 | func path(in rect: CGRect) -> Path {
7 | var path = Path()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public enum LineStyle {
| `- note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
4 | case curved
5 | case straight
[27/55] Compiling SwiftUICharts LineBackgroundShapeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/LineShape.swift:5:9: warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
3 | struct LineShape: Shape {
4 | var data: [(Double, Double)]
5 | var lineStyle: LineStyle = .curved
| `- warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
6 | func path(in rect: CGRect) -> Path {
7 | var path = Path()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public enum LineStyle {
| `- note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
4 | case curved
5 | case straight
[28/55] Compiling SwiftUICharts LineChart.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/LineShape.swift:5:9: warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
3 | struct LineShape: Shape {
4 | var data: [(Double, Double)]
5 | var lineStyle: LineStyle = .curved
| `- warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
6 | func path(in rect: CGRect) -> Path {
7 | var path = Path()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public enum LineStyle {
| `- note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
4 | case curved
5 | case straight
[29/55] Compiling SwiftUICharts LineShape.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/LineShape.swift:5:9: warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
3 | struct LineShape: Shape {
4 | var data: [(Double, Double)]
5 | var lineStyle: LineStyle = .curved
| `- warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
6 | func path(in rect: CGRect) -> Path {
7 | var path = Path()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public enum LineStyle {
| `- note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
4 | case curved
5 | case straight
[30/55] Compiling SwiftUICharts LineShapeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/LineShape.swift:5:9: warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
3 | struct LineShape: Shape {
4 | var data: [(Double, Double)]
5 | var lineStyle: LineStyle = .curved
| `- warning: stored property 'lineStyle' of 'Sendable'-conforming struct 'LineShape' has non-sendable type 'LineStyle'; this is an error in the Swift 6 language mode
6 | func path(in rect: CGRect) -> Path {
7 | var path = Path()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public enum LineStyle {
| `- note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
4 | case curved
5 | case straight
[31/55] Compiling SwiftUICharts MarkerShape.swift
[32/55] Compiling SwiftUICharts LineChartProperties.swift
[33/55] Compiling SwiftUICharts LineStyle.swift
[34/55] Compiling SwiftUICharts PieChart.swift
[35/55] Compiling SwiftUICharts PieChartCell.swift
[36/55] Compiling SwiftUICharts ChartGridBaseShape.swift
[37/55] Compiling SwiftUICharts ChartGridShape.swift
[38/55] Compiling SwiftUICharts Grid+Extension.swift
[39/55] Compiling SwiftUICharts GridOptions.swift
[40/55] Compiling SwiftUICharts ChartLabel.swift
[41/55] Compiling SwiftUICharts BarChartCellShape.swift
[42/55] Compiling SwiftUICharts BarChartRow.swift
[43/55] Compiling SwiftUICharts LineChart+Extension.swift
[44/55] Compiling SwiftUICharts IndicatorPoint.swift
[45/55] Compiling SwiftUICharts Line.swift
[46/55] Compiling SwiftUICharts Path+QuadCurve.swift
[47/55] Compiling SwiftUICharts Range+Extension.swift
[48/55] Compiling SwiftUICharts Shape+Extension.swift
[49/55] Compiling SwiftUICharts View+Extension.swift
[50/55] Compiling SwiftUICharts ChartGrid.swift
[51/55] Compiling SwiftUICharts Array+Extension.swift
[52/55] Compiling SwiftUICharts CGPoint+Extension.swift
[53/55] Compiling SwiftUICharts CGRect+Extension.swift
[54/55] Compiling SwiftUICharts ChartBase+Extension.swift
[55/55] Compiling SwiftUICharts Color+Extension.swift
Build complete! (8.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUICharts",
"name" : "SwiftUICharts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftUICharts",
"targets" : [
"SwiftUICharts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIChartsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUIChartsTests",
"path" : "Tests/SwiftUIChartsTests",
"sources" : [
"ArrayExtensionTests.swift",
"CGPointExtensionTests.swift",
"ColorExtensionTests.swift",
"SwiftUIChartsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftUICharts"
],
"type" : "test"
},
{
"c99name" : "SwiftUICharts",
"module_type" : "SwiftTarget",
"name" : "SwiftUICharts",
"path" : "Sources/SwiftUICharts",
"product_memberships" : [
"SwiftUICharts"
],
"sources" : [
"Base/Axis/AxisLabels.swift",
"Base/Axis/Extension/AxisLabels+Extension.swift",
"Base/Axis/Model/AxisLabelsPosition.swift",
"Base/Axis/Model/AxisLabelsStyle.swift",
"Base/Axis/Model/AxisLablesData.swift",
"Base/CardView/CardView.swift",
"Base/Chart/ChartBase.swift",
"Base/Chart/ChartData.swift",
"Base/Chart/ChartValue.swift",
"Base/Common/ViewGeometry.swift",
"Base/Common/ViewPreferenceKey.swift",
"Base/Common/ViewSizeData.swift",
"Base/Extensions/Array+Extension.swift",
"Base/Extensions/CGPoint+Extension.swift",
"Base/Extensions/CGRect+Extension.swift",
"Base/Extensions/ChartBase+Extension.swift",
"Base/Extensions/Color+Extension.swift",
"Base/Extensions/Path+QuadCurve.swift",
"Base/Extensions/Range+Extension.swift",
"Base/Extensions/Shape+Extension.swift",
"Base/Extensions/View+Extension.swift",
"Base/Grid/ChartGrid.swift",
"Base/Grid/ChartGridBaseShape.swift",
"Base/Grid/ChartGridShape.swift",
"Base/Grid/Extension/Grid+Extension.swift",
"Base/Grid/Model/GridOptions.swift",
"Base/Label/ChartLabel.swift",
"Base/Style/ChartStyle.swift",
"Base/Style/ColorGradient.swift",
"Base/Style/Colors.swift",
"Charts/BarChart/BarChart.swift",
"Charts/BarChart/BarChartCell.swift",
"Charts/BarChart/BarChartCellShape.swift",
"Charts/BarChart/BarChartRow.swift",
"Charts/LineChart/Extension/LineChart+Extension.swift",
"Charts/LineChart/IndicatorPoint.swift",
"Charts/LineChart/Line.swift",
"Charts/LineChart/LineBackgroundShape.swift",
"Charts/LineChart/LineBackgroundShapeView.swift",
"Charts/LineChart/LineChart.swift",
"Charts/LineChart/LineShape.swift",
"Charts/LineChart/LineShapeView.swift",
"Charts/LineChart/MarkerShape.swift",
"Charts/LineChart/Model/LineChartProperties.swift",
"Charts/LineChart/Model/LineStyle.swift",
"Charts/PieChart/PieChart.swift",
"Charts/PieChart/PieChartCell.swift",
"Charts/PieChart/PieChartHelpers.swift",
"Charts/PieChart/PieChartRow.swift",
"Charts/RingsChart/Ring.swift",
"Charts/RingsChart/RingsChart.swift",
"Charts/RingsChart/RingsChartRow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.