The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AAInfographics-Pro, reference 0.0.4 (256068), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:38:36 UTC.

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/AAChartModel/AAChartKit-Swift-Pro.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AAChartModel/AAChartKit-Swift-Pro
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 2560681 Update AAInfographics-Pro.podspec
Cloned https://github.com/AAChartModel/AAChartKit-Swift-Pro.git
Revision (git rev-parse @):
25606816f9962b80153e297c29c684917ae4c784
SUCCESS checkout https://github.com/AAChartModel/AAChartKit-Swift-Pro.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AAChartModel/AAChartKit-Swift-Pro.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying AAJSFiles.bundle
[2/3] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/46] Emitting module AAInfographics_Pro
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:535:6: error: stored properties cannot be marked unavailable with '@available'
533 |
534 |
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:537:6: error: stored properties cannot be marked unavailable with '@available'
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:539:6: error: stored properties cannot be marked unavailable with '@available'
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:542:6: error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:544:6: error: stored properties cannot be marked unavailable with '@available'
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:546:6: error: stored properties cannot be marked unavailable with '@available'
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:549:6: error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:551:6: error: stored properties cannot be marked unavailable with '@available'
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:553:6: error: stored properties cannot be marked unavailable with '@available'
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:556:6: error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
556 |     @available(*, unavailable, message: "please use xAxisLabelsStyle or yAxisLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:559:6: error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
559 |     @available(*, unavailable, message: "This property is useless now, please remove it directly")
    |      `- error: stored properties cannot be marked unavailable with '@available'
560 |     public var touchEventEnabled: Bool?     //Support touch event call back or not
561 |
[5/50] Compiling AAInfographics_Pro AAExtension.swift
[6/50] Compiling AAInfographics_Pro AAGradientColor.swift
[7/50] Compiling AAInfographics_Pro PackageBundlePathLoader.swift
[8/50] Compiling AAInfographics_Pro resource_bundle_accessor.swift
[9/50] Compiling AAInfographics_Pro AAColorAxis.swift
[10/50] Compiling AAInfographics_Pro AAData.swift
[11/50] Compiling AAInfographics_Pro AAHeatmap.swift
[12/50] Compiling AAInfographics_Pro AAItem.swift
[13/50] Compiling AAInfographics_Pro AAMarker.swift
[14/50] Compiling AAInfographics_Pro AAPane.swift
[15/50] Compiling AAInfographics_Pro AAPlotBandsElement.swift
[16/50] Compiling AAInfographics_Pro AAPlotLinesElement.swift
[17/50] Compiling AAInfographics_Pro AAPlotOptions.swift
[18/50] Compiling AAInfographics_Pro AATitle.swift
[19/50] Compiling AAInfographics_Pro AATooltip.swift
[20/50] Compiling AAInfographics_Pro AAXAxis.swift
[21/50] Compiling AAInfographics_Pro AAYAxis.swift
[22/50] Compiling AAInfographics_Pro AABulletDataElement.swift
[23/50] Compiling AAInfographics_Pro AAAnimation.swift
[24/50] Compiling AAInfographics_Pro AAAxis.swift
[25/50] Compiling AAInfographics_Pro AAChart.swift
[26/50] Compiling AAInfographics_Pro AACredits.swift
[27/50] Compiling AAInfographics_Pro AACrosshair.swift
[28/50] Compiling AAInfographics_Pro AALayoutAlgorithm.swift
[29/50] Compiling AAInfographics_Pro AALevelsElement.swift
[30/50] Compiling AAInfographics_Pro AAPackedbubble.swift
[31/50] Compiling AAInfographics_Pro AAParallelAxes.swift
[32/50] Compiling AAInfographics_Pro AAScrollablePlotArea.swift
[33/50] Compiling AAInfographics_Pro AASeries.swift
[34/50] Compiling AAInfographics_Pro AAStates.swift
[35/50] Compiling AAInfographics_Pro AAStyle.swift
[36/50] Compiling AAInfographics_Pro AASubtitle.swift
[37/50] Compiling AAInfographics_Pro AADataLabels.swift
[38/50] Compiling AAInfographics_Pro AALabel.swift
[39/50] Compiling AAInfographics_Pro AALabels.swift
[40/50] Compiling AAInfographics_Pro AALang.swift
[41/50] Compiling AAInfographics_Pro AALegend.swift
[42/50] Compiling AAInfographics_Pro AASolidgauge.swift
[43/50] Compiling AAInfographics_Pro AASolidgaugeDataElement.swift
[44/50] Compiling AAInfographics_Pro AATreemap.swift
[45/50] Compiling AAInfographics_Pro AAColor.swift
[46/50] Compiling AAInfographics_Pro AAChartModel.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:535:6: error: stored properties cannot be marked unavailable with '@available'
533 |
534 |
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:537:6: error: stored properties cannot be marked unavailable with '@available'
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:539:6: error: stored properties cannot be marked unavailable with '@available'
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:542:6: error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:544:6: error: stored properties cannot be marked unavailable with '@available'
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:546:6: error: stored properties cannot be marked unavailable with '@available'
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:549:6: error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:551:6: error: stored properties cannot be marked unavailable with '@available'
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:553:6: error: stored properties cannot be marked unavailable with '@available'
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:556:6: error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
556 |     @available(*, unavailable, message: "please use xAxisLabelsStyle or yAxisLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:559:6: error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
559 |     @available(*, unavailable, message: "This property is useless now, please remove it directly")
    |      `- error: stored properties cannot be marked unavailable with '@available'
560 |     public var touchEventEnabled: Bool?     //Support touch event call back or not
561 |
[47/50] Compiling AAInfographics_Pro AAChartView.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:535:6: error: stored properties cannot be marked unavailable with '@available'
533 |
534 |
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:537:6: error: stored properties cannot be marked unavailable with '@available'
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:539:6: error: stored properties cannot be marked unavailable with '@available'
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:542:6: error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:544:6: error: stored properties cannot be marked unavailable with '@available'
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:546:6: error: stored properties cannot be marked unavailable with '@available'
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:549:6: error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:551:6: error: stored properties cannot be marked unavailable with '@available'
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:553:6: error: stored properties cannot be marked unavailable with '@available'
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:556:6: error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
556 |     @available(*, unavailable, message: "please use xAxisLabelsStyle or yAxisLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:559:6: error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
559 |     @available(*, unavailable, message: "This property is useless now, please remove it directly")
    |      `- error: stored properties cannot be marked unavailable with '@available'
560 |     public var touchEventEnabled: Bool?     //Support touch event call back or not
561 |
[48/50] Compiling AAInfographics_Pro AAOptions.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:535:6: error: stored properties cannot be marked unavailable with '@available'
533 |
534 |
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:537:6: error: stored properties cannot be marked unavailable with '@available'
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:539:6: error: stored properties cannot be marked unavailable with '@available'
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:542:6: error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:544:6: error: stored properties cannot be marked unavailable with '@available'
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:546:6: error: stored properties cannot be marked unavailable with '@available'
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:549:6: error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:551:6: error: stored properties cannot be marked unavailable with '@available'
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:553:6: error: stored properties cannot be marked unavailable with '@available'
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:556:6: error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
556 |     @available(*, unavailable, message: "please use xAxisLabelsStyle or yAxisLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:559:6: error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
559 |     @available(*, unavailable, message: "This property is useless now, please remove it directly")
    |      `- error: stored properties cannot be marked unavailable with '@available'
560 |     public var touchEventEnabled: Bool?     //Support touch event call back or not
561 |
[49/50] Compiling AAInfographics_Pro AASerializable.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:535:6: error: stored properties cannot be marked unavailable with '@available'
533 |
534 |
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:537:6: error: stored properties cannot be marked unavailable with '@available'
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:539:6: error: stored properties cannot be marked unavailable with '@available'
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:542:6: error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:544:6: error: stored properties cannot be marked unavailable with '@available'
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:546:6: error: stored properties cannot be marked unavailable with '@available'
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:549:6: error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:551:6: error: stored properties cannot be marked unavailable with '@available'
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:553:6: error: stored properties cannot be marked unavailable with '@available'
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:556:6: error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
556 |     @available(*, unavailable, message: "please use xAxisLabelsStyle or yAxisLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:559:6: error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
559 |     @available(*, unavailable, message: "This property is useless now, please remove it directly")
    |      `- error: stored properties cannot be marked unavailable with '@available'
560 |     public var touchEventEnabled: Bool?     //Support touch event call back or not
561 |
[50/50] Compiling AAInfographics_Pro AASeriesElement.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:535:6: error: stored properties cannot be marked unavailable with '@available'
533 |
534 |
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:537:6: error: stored properties cannot be marked unavailable with '@available'
535 |     @available(*, unavailable, message: "please use titleStyle instead of it")
536 |     public var titleFontColor: String?      //The chart title font color
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:539:6: error: stored properties cannot be marked unavailable with '@available'
537 |     @available(*, unavailable, message: "please use titleStyle instead of it")
538 |     public var titleFontSize: Float?        //The chart title font size
539 |     @available(*, unavailable, message: "please use titleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:542:6: error: stored properties cannot be marked unavailable with '@available'
540 |     public var titleFontWeight: AAChartFontWeightType? //The chart font weight
541 |
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:544:6: error: stored properties cannot be marked unavailable with '@available'
542 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
543 |     public var subtitleFontColor: String?   //The chart subtitle font color
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:546:6: error: stored properties cannot be marked unavailable with '@available'
544 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
545 |     public var subtitleFontSize: Float?     //The chart subtitle font size
546 |     @available(*, unavailable, message: "please use subtitleStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:549:6: error: stored properties cannot be marked unavailable with '@available'
547 |     public var subtitleFontWeight: AAChartFontWeightType?   //The chart subtitle font weight
548 |
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:551:6: error: stored properties cannot be marked unavailable with '@available'
549 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
550 |     public var dataLabelsFontColor: String? //The data labels font color
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:553:6: error: stored properties cannot be marked unavailable with '@available'
551 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
552 |     public var dataLabelsFontSize: Float?   //The data labels font size
553 |     @available(*, unavailable, message: "please use dataLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:556:6: error: stored properties cannot be marked unavailable with '@available'
554 |     public var dataLabelsFontWeight: AAChartFontWeightType?//The data labels font weight
555 |
556 |     @available(*, unavailable, message: "please use xAxisLabelsStyle or yAxisLabelsStyle instead of it")
    |      `- error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartModel.swift:559:6: error: stored properties cannot be marked unavailable with '@available'
557 |     public var axesTextColor: String?       //The labels font color of chart x axis and y axis
558 |
559 |     @available(*, unavailable, message: "This property is useless now, please remove it directly")
    |      `- error: stored properties cannot be marked unavailable with '@available'
560 |     public var touchEventEnabled: Bool?     //Support touch event call back or not
561 |
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/Info.plist': File not found.
BUILD FAILURE 6.2 macosSpm