This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftUICharts with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.23.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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 into spi-builder-workspace
7140b8b6fd7413ccbcf31b748b32233f08314dab
SUCCESS checkout https://github.com/apppear/chartview.git at 2.0.0-beta.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0.app" xcrun swift build --arch arm64
Building for debugging...
[1/47] Compiling SwiftUICharts ChartData.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[2/47] Compiling SwiftUICharts ChartValue.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[3/47] Compiling SwiftUICharts ViewGeometry.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[4/47] Compiling SwiftUICharts ViewPreferenceKey.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[5/47] Compiling SwiftUICharts ViewSizeData.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[6/47] Compiling SwiftUICharts Array+Extension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[7/47] Compiling SwiftUICharts CGPoint+Extension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[8/53] Emitting module SwiftUICharts
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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'
    var lineStyle: LineStyle = .curved
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
public enum LineStyle {
            ^
                      : Sendable
[9/53] Compiling SwiftUICharts AxisLabels.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[10/53] Compiling SwiftUICharts AxisLabels+Extension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[11/53] Compiling SwiftUICharts AxisLabelsPosition.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[12/53] Compiling SwiftUICharts AxisLabelsStyle.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[13/53] Compiling SwiftUICharts AxisLablesData.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[14/53] Compiling SwiftUICharts CardView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[15/53] Compiling SwiftUICharts ChartBase.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    typealias Value = [ViewSizeData]
    ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
    
SwiftUI.PreferenceKey:3:20: note: 'Value' declared here
    associatedtype Value
                   ^
[16/53] Compiling SwiftUICharts LineShape.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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'
    var lineStyle: LineStyle = .curved
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
public enum LineStyle {
            ^
                      : Sendable
[17/53] Compiling SwiftUICharts LineShapeView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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'
    var lineStyle: LineStyle = .curved
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
public enum LineStyle {
            ^
                      : Sendable
[18/53] Compiling SwiftUICharts MarkerShape.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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'
    var lineStyle: LineStyle = .curved
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
public enum LineStyle {
            ^
                      : Sendable
[19/53] Compiling SwiftUICharts LineChartProperties.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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'
    var lineStyle: LineStyle = .curved
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
public enum LineStyle {
            ^
                      : Sendable
[20/53] Compiling SwiftUICharts LineStyle.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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'
    var lineStyle: LineStyle = .curved
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
public enum LineStyle {
            ^
                      : Sendable
[21/53] Compiling SwiftUICharts PieChart.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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'
    var lineStyle: LineStyle = .curved
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/LineChart/Model/LineStyle.swift:3:13: note: consider making enum 'LineStyle' conform to the 'Sendable' protocol
public enum LineStyle {
            ^
                      : Sendable
[22/53] Compiling SwiftUICharts CGRect+Extension.swift
[23/53] Compiling SwiftUICharts ChartBase+Extension.swift
[24/53] Compiling SwiftUICharts Color+Extension.swift
[25/53] Compiling SwiftUICharts Path+QuadCurve.swift
[26/53] Compiling SwiftUICharts Range+Extension.swift
[27/53] Compiling SwiftUICharts Shape+Extension.swift
[28/53] Compiling SwiftUICharts View+Extension.swift
[29/53] Compiling SwiftUICharts ChartGrid.swift
[30/53] Compiling SwiftUICharts ChartGridBaseShape.swift
[31/53] Compiling SwiftUICharts ChartGridShape.swift
[32/53] Compiling SwiftUICharts Grid+Extension.swift
[33/53] Compiling SwiftUICharts GridOptions.swift
[34/53] Compiling SwiftUICharts ChartLabel.swift
[35/53] Compiling SwiftUICharts ChartStyle.swift
[36/53] Compiling SwiftUICharts ColorGradient.swift
[37/53] Compiling SwiftUICharts Colors.swift
[38/53] Compiling SwiftUICharts BarChart.swift
[39/53] Compiling SwiftUICharts BarChartCell.swift
[40/53] Compiling SwiftUICharts BarChartCellShape.swift
[41/53] Compiling SwiftUICharts BarChartRow.swift
[42/53] Compiling SwiftUICharts LineChart+Extension.swift
[43/53] Compiling SwiftUICharts IndicatorPoint.swift
[44/53] Compiling SwiftUICharts Line.swift
[45/53] Compiling SwiftUICharts LineBackgroundShape.swift
[46/53] Compiling SwiftUICharts LineBackgroundShapeView.swift
[47/53] Compiling SwiftUICharts LineChart.swift
[48/53] Compiling SwiftUICharts PieChartCell.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
                ForEach(0..<self.slices.count) { index in
                                        ^
[49/53] Compiling SwiftUICharts PieChartHelpers.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
                ForEach(0..<self.slices.count) { index in
                                        ^
[50/53] Compiling SwiftUICharts PieChartRow.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
                ForEach(0..<self.slices.count) { index in
                                        ^
[51/53] Compiling SwiftUICharts Ring.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
                ForEach(0..<self.slices.count) { index in
                                        ^
[52/53] Compiling SwiftUICharts RingsChart.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
                ForEach(0..<self.slices.count) { index in
                                        ^
[53/53] Compiling SwiftUICharts RingsChartRow.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUICharts/Charts/PieChart/PieChartRow.swift:39:41: warning: non-constant range: argument must be an integer literal
                ForEach(0..<self.slices.count) { index in
                                        ^
Build complete! (10.90s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/apppear/chartview.git from cache
Fetched https://github.com/apppear/chartview.git (0.18s)
Creating working copy for https://github.com/apppear/chartview.git
Working copy of https://github.com/apppear/chartview.git resolved at 2.0.0-beta.8
warning: '.resolve-product-dependencies': dependency 'chartview' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "chartview",
      "name": "SwiftUICharts",
      "url": "https://github.com/apppear/chartview.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/chartview",
      "dependencies": [

      ]
    }
  ]
}
Found 0 product dependencies
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.