The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AAInfographics, reference 10.0.0 (fc891f), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 02:14:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AAChartModel/AAChartKit-Swift.git
Reference: 10.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AAChartModel/AAChartKit-Swift
 * tag               10.0.0     -> FETCH_HEAD
HEAD is now at fc891fc Merge branch 'dev'
Cloned https://github.com/AAChartModel/AAChartKit-Swift.git
Revision (git rev-parse @):
fc891fc1f370a0c364a3ce81db0b7fdd011915ce
SUCCESS checkout https://github.com/AAChartModel/AAChartKit-Swift.git at 10.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AAChartModel/AAChartKit-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying AAJSFiles.bundle
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/49] Compiling AAInfographics AAXAxis.swift
[5/49] Compiling AAInfographics AAYAxis.swift
[6/49] Compiling AAInfographics AAColor.swift
[7/49] Compiling AAInfographics AAExtension.swift
[8/49] Compiling AAInfographics AAGradientColor+DefaultThemes.swift
[9/54] Compiling AAInfographics AAGradientColor+LinearGradient.swift
[10/54] Compiling AAInfographics AAGradientColor+RadialGradient.swift
[11/54] Compiling AAInfographics AAGradientColor.swift
[12/54] Compiling AAInfographics PackageBundlePathLoader.swift
[13/54] Compiling AAInfographics resource_bundle_accessor.swift
[14/54] Compiling AAInfographics AAColumn.swift
[15/54] Compiling AAInfographics AACredits.swift
[16/54] Compiling AAInfographics AACrosshair.swift
[17/54] Compiling AAInfographics AADataLabels.swift
[18/54] Compiling AAInfographics AAEasing.swift
[19/54] Compiling AAInfographics AAAxisTitle.swift
[20/54] Compiling AAInfographics AABoxplot.swift
[21/54] Compiling AAInfographics AABubbleLegend.swift
[22/54] Compiling AAInfographics AAButtonTheme.swift
[23/54] Compiling AAInfographics AAChart.swift
[24/54] Compiling AAInfographics AAMarker.swift
[25/54] Compiling AAInfographics AAPackedbubble.swift
[26/54] Compiling AAInfographics AAPane.swift
[27/54] Compiling AAInfographics AAPie.swift
[28/54] Compiling AAInfographics AAPlotBandsElement.swift
[29/54] Compiling AAInfographics AAPlotLinesElement.swift
[30/54] Compiling AAInfographics AAPlotOptions.swift
[31/54] Compiling AAInfographics AAScatter.swift
[32/54] Compiling AAInfographics AAScrollablePlotArea.swift
[33/54] Compiling AAInfographics AASeries.swift
[34/54] Compiling AAInfographics AAStates.swift
[35/54] Compiling AAInfographics AAStyle.swift
[36/54] Compiling AAInfographics AASubtitle.swift
[37/54] Compiling AAInfographics AATitle.swift
[38/54] Compiling AAInfographics AATooltip.swift
[39/54] Compiling AAInfographics AALabel.swift
[40/54] Compiling AAInfographics AALabels.swift
[41/54] Compiling AAInfographics AALang.swift
[42/54] Compiling AAInfographics AALayoutAlgorithm.swift
[43/54] Compiling AAInfographics AALegend.swift
[44/54] Compiling AAInfographics AAChartViewPluginLoader.swift
[45/54] Compiling AAInfographics AAChartViewPluginProvider.swift
[46/54] Compiling AAInfographics AASerializable.swift
[47/54] Compiling AAInfographics AAAnimation.swift
[48/54] Compiling AAInfographics AAAxis.swift
[49/54] Emitting module AAInfographics
[50/54] Compiling AAInfographics AAChartModel.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:367:22: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
365 |                     .visible(aaChartModel.xAxisVisible) //whether the x axis is visible
366 |                     .tickInterval(aaChartModel.xAxisTickInterval) //Number of x-axis coordinate point intervals
367 |                     .title(AATitle()
    |                      `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
368 |                         .text(aaChartModel.xAxisTitle)) //x axis title
369 |
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:391:18: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
389 |                 .lineWidth(aaChartModel.yAxisLineWidth) //Set the width of the y-axis axis, which is 0 to hide the y-axis axis
390 |                 .visible(aaChartModel.yAxisVisible)
391 |                 .title(AATitle()
    |                  `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
392 |                     .text(aaChartModel.yAxisTitle)) //y axis title
393 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/54] Compiling AAInfographics AAOptions.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:367:22: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
365 |                     .visible(aaChartModel.xAxisVisible) //whether the x axis is visible
366 |                     .tickInterval(aaChartModel.xAxisTickInterval) //Number of x-axis coordinate point intervals
367 |                     .title(AATitle()
    |                      `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
368 |                         .text(aaChartModel.xAxisTitle)) //x axis title
369 |
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:391:18: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
389 |                 .lineWidth(aaChartModel.yAxisLineWidth) //Set the width of the y-axis axis, which is 0 to hide the y-axis axis
390 |                 .visible(aaChartModel.yAxisVisible)
391 |                 .title(AATitle()
    |                  `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
392 |                     .text(aaChartModel.yAxisTitle)) //y axis title
393 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[52/54] Compiling AAInfographics AASeriesElement.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:367:22: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
365 |                     .visible(aaChartModel.xAxisVisible) //whether the x axis is visible
366 |                     .tickInterval(aaChartModel.xAxisTickInterval) //Number of x-axis coordinate point intervals
367 |                     .title(AATitle()
    |                      `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
368 |                         .text(aaChartModel.xAxisTitle)) //x axis title
369 |
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:391:18: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
389 |                 .lineWidth(aaChartModel.yAxisLineWidth) //Set the width of the y-axis axis, which is 0 to hide the y-axis axis
390 |                 .visible(aaChartModel.yAxisVisible)
391 |                 .title(AATitle()
    |                  `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
392 |                     .text(aaChartModel.yAxisTitle)) //y axis title
393 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[53/54] Compiling AAInfographics AAChartView+API.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:367:22: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
365 |                     .visible(aaChartModel.xAxisVisible) //whether the x axis is visible
366 |                     .tickInterval(aaChartModel.xAxisTickInterval) //Number of x-axis coordinate point intervals
367 |                     .title(AATitle()
    |                      `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
368 |                         .text(aaChartModel.xAxisTitle)) //x axis title
369 |
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:391:18: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
389 |                 .lineWidth(aaChartModel.yAxisLineWidth) //Set the width of the y-axis axis, which is 0 to hide the y-axis axis
390 |                 .visible(aaChartModel.yAxisVisible)
391 |                 .title(AATitle()
    |                  `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
392 |                     .text(aaChartModel.yAxisTitle)) //y axis title
393 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[54/54] Compiling AAInfographics AAChartView.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:367:22: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
365 |                     .visible(aaChartModel.xAxisVisible) //whether the x axis is visible
366 |                     .tickInterval(aaChartModel.xAxisTickInterval) //Number of x-axis coordinate point intervals
367 |                     .title(AATitle()
    |                      `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
368 |                         .text(aaChartModel.xAxisTitle)) //x axis title
369 |
/Users/admin/builder/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartOptions/AAOptions.swift:391:18: warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
389 |                 .lineWidth(aaChartModel.yAxisLineWidth) //Set the width of the y-axis axis, which is 0 to hide the y-axis axis
390 |                 .visible(aaChartModel.yAxisVisible)
391 |                 .title(AATitle()
    |                  `- warning: 'title' is deprecated: Use `public func title(_ prop: AAAxisTitle?) -> Self {...}` instead. AATitle is deprecated for axis titles. [#DeprecatedDeclaration]
392 |                     .text(aaChartModel.yAxisTitle)) //y axis title
393 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (7.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AAInfographics",
  "name" : "AAInfographics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "AAInfographics",
      "targets" : [
        "AAInfographics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AAInfographics",
      "module_type" : "SwiftTarget",
      "name" : "AAInfographics",
      "path" : "AAInfographics",
      "product_memberships" : [
        "AAInfographics"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AAInfographics/AAJSFiles.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AAChartCreator/AAChartOptions/AAChartModel.swift",
        "AAChartCreator/AAChartOptions/AAOptions.swift",
        "AAChartCreator/AAChartOptions/AASeriesElement.swift",
        "AAChartCreator/AAChartView/AAChartView+API.swift",
        "AAChartCreator/AAChartView/AAChartView.swift",
        "AAChartCreator/AAChartView/AAChartViewPluginLoader.swift",
        "AAChartCreator/AAChartView/AAChartViewPluginProvider.swift",
        "AAChartCreator/AASerializable.swift",
        "AAOptionsModel/AAAnimation.swift",
        "AAOptionsModel/AAAxis.swift",
        "AAOptionsModel/AAAxisTitle.swift",
        "AAOptionsModel/AABoxplot.swift",
        "AAOptionsModel/AABubbleLegend.swift",
        "AAOptionsModel/AAButtonTheme.swift",
        "AAOptionsModel/AAChart.swift",
        "AAOptionsModel/AAColumn.swift",
        "AAOptionsModel/AACredits.swift",
        "AAOptionsModel/AACrosshair.swift",
        "AAOptionsModel/AADataLabels.swift",
        "AAOptionsModel/AAEasing.swift",
        "AAOptionsModel/AALabel.swift",
        "AAOptionsModel/AALabels.swift",
        "AAOptionsModel/AALang.swift",
        "AAOptionsModel/AALayoutAlgorithm.swift",
        "AAOptionsModel/AALegend.swift",
        "AAOptionsModel/AAMarker.swift",
        "AAOptionsModel/AAPackedbubble.swift",
        "AAOptionsModel/AAPane.swift",
        "AAOptionsModel/AAPie.swift",
        "AAOptionsModel/AAPlotBandsElement.swift",
        "AAOptionsModel/AAPlotLinesElement.swift",
        "AAOptionsModel/AAPlotOptions.swift",
        "AAOptionsModel/AAScatter.swift",
        "AAOptionsModel/AAScrollablePlotArea.swift",
        "AAOptionsModel/AASeries.swift",
        "AAOptionsModel/AAStates.swift",
        "AAOptionsModel/AAStyle.swift",
        "AAOptionsModel/AASubtitle.swift",
        "AAOptionsModel/AATitle.swift",
        "AAOptionsModel/AATooltip.swift",
        "AAOptionsModel/AAXAxis.swift",
        "AAOptionsModel/AAYAxis.swift",
        "AATool/AAColor.swift",
        "AATool/AAExtension.swift",
        "AATool/AAGradientColor+DefaultThemes.swift",
        "AATool/AAGradientColor+LinearGradient.swift",
        "AATool/AAGradientColor+RadialGradient.swift",
        "AATool/AAGradientColor.swift",
        "PackageBundlePathLoader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.