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 AAInfographics-Pro, reference master (2cce71), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 12:48:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AAChartModel/AAChartKit-Swift-Pro.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AAChartModel/AAChartKit-Swift-Pro
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2cce71e Fix #5
Cloned https://github.com/AAChartModel/AAChartKit-Swift-Pro.git
Revision (git rev-parse @):
2cce71e428cb0306499c5d79f48d18681ab50f96
SUCCESS checkout https://github.com/AAChartModel/AAChartKit-Swift-Pro.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "aachartkit-swift-pro",
      "name": "AAInfographics-Pro",
      "url": "https://github.com/AAChartModel/AAChartKit-Swift-Pro.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AAChartKit-Swift-Pro",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AAChartModel/AAChartKit-Swift-Pro.git
[1/1533] Fetching aachartkit-swift-pro
Fetched https://github.com/AAChartModel/AAChartKit-Swift-Pro.git from cache (1.03s)
Creating working copy for https://github.com/AAChartModel/AAChartKit-Swift-Pro.git
Working copy of https://github.com/AAChartModel/AAChartKit-Swift-Pro.git resolved at master (2cce71e)
warning: '.resolve-product-dependencies': dependency 'aachartkit-swift-pro' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AAChartModel/AAChartKit-Swift-Pro.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying AAJSFiles.bundle
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/47] Emitting module AAInfographics_Pro
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:15: warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, WKFrameInfo, @escaping () -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' to another extension to silence this warning
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
WebKit.WKUIDelegate:9:30: note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
 7 |     optional func webViewDidClose(_ webView: WKWebView)
 8 |     @available(macOS 10.10, *)
 9 |     @MainActor optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable () -> Void)
   |                              `- note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
10 |     @available(macOS 10.10, *)
11 |     optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo) async
[5/51] Compiling AAInfographics_Pro AAExtension.swift
[6/51] Compiling AAInfographics_Pro AAGradientColor.swift
[7/51] Compiling AAInfographics_Pro PackageBundlePathLoader.swift
[8/51] Compiling AAInfographics_Pro resource_bundle_accessor.swift
[9/51] Compiling AAInfographics_Pro AABulletDataElement.swift
[10/51] Compiling AAInfographics_Pro AAColorAxis.swift
[11/51] Compiling AAInfographics_Pro AAData.swift
[12/51] Compiling AAInfographics_Pro AAHeatmap.swift
[13/51] Compiling AAInfographics_Pro AAItem.swift
[14/51] Compiling AAInfographics_Pro AALegend.swift
[15/51] Compiling AAInfographics_Pro AAMarker.swift
[16/51] Compiling AAInfographics_Pro AAPane.swift
[17/51] Compiling AAInfographics_Pro AAPlotBandsElement.swift
[18/51] Compiling AAInfographics_Pro AAPlotLinesElement.swift
[19/51] Compiling AAInfographics_Pro AASolidgauge.swift
[20/51] Compiling AAInfographics_Pro AASolidgaugeDataElement.swift
[21/51] Compiling AAInfographics_Pro AATreemap.swift
[22/51] Compiling AAInfographics_Pro AAColor.swift
[23/51] Compiling AAInfographics_Pro AASubtitle.swift
[24/51] Compiling AAInfographics_Pro AATitle.swift
[25/51] Compiling AAInfographics_Pro AATooltip.swift
[26/51] Compiling AAInfographics_Pro AAXAxis.swift
[27/51] Compiling AAInfographics_Pro AAYAxis.swift
[28/51] Compiling AAInfographics_Pro AAAnimation.swift
[29/51] Compiling AAInfographics_Pro AAAxis.swift
[30/51] Compiling AAInfographics_Pro AABoxplot.swift
[31/51] Compiling AAInfographics_Pro AAChart.swift
[32/51] Compiling AAInfographics_Pro AACredits.swift
[33/51] Compiling AAInfographics_Pro AAPlotOptions.swift
[34/51] Compiling AAInfographics_Pro AAScrollablePlotArea.swift
[35/51] Compiling AAInfographics_Pro AASeries.swift
[36/51] Compiling AAInfographics_Pro AAStates.swift
[37/51] Compiling AAInfographics_Pro AAStyle.swift
[38/51] Compiling AAInfographics_Pro AALayoutAlgorithm.swift
[39/51] Compiling AAInfographics_Pro AALevelsElement.swift
[40/51] Compiling AAInfographics_Pro AAPackedbubble.swift
[41/51] Compiling AAInfographics_Pro AAParallelAxes.swift
[42/51] Compiling AAInfographics_Pro AACrosshair.swift
[43/51] Compiling AAInfographics_Pro AADataLabels.swift
[44/51] Compiling AAInfographics_Pro AALabel.swift
[45/51] Compiling AAInfographics_Pro AALabels.swift
[46/51] Compiling AAInfographics_Pro AALang.swift
[47/51] Compiling AAInfographics_Pro AAChartModel.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:15: warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, WKFrameInfo, @escaping () -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' to another extension to silence this warning
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
WebKit.WKUIDelegate:9:30: note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
 7 |     optional func webViewDidClose(_ webView: WKWebView)
 8 |     @available(macOS 10.10, *)
 9 |     @MainActor optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable () -> Void)
   |                              `- note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
10 |     @available(macOS 10.10, *)
11 |     optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo) async
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:45: warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                                             `- warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKUserContentController:5:26: note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 3 |     open var userScripts: [WKUserScript] { get }
 4 |     open func addUserScript(_ userScript: WKUserScript)
 5 |     @MainActor open func removeAllUserScripts()
   |                          `- note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 6 |     @available(macOS 11.0, *)
 7 |     open func add(_ scriptMessageHandler: any WKScriptMessageHandler, contentWorld world: WKContentWorld, name: String)
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:23: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                       `- warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebViewConfiguration:5:25: note: property declared here
 3 |     open var processPool: WKProcessPool { get set }
 4 |     open var preferences: WKPreferences { get set }
 5 |     @MainActor open var userContentController: WKUserContentController { get set }
   |                         `- note: property declared here
 6 |     @available(macOS 10.11, *)
 7 |     open var websiteDataStore: WKWebsiteDataStore { get set }
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:9: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |         `- warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebView:3:36: note: property declared here
  1 | @available(macOS 10.10, *)
  2 | @MainActor open class WKWebView : NSView {
  3 |     @NSCopying @MainActor open var configuration: WKWebViewConfiguration { get }
    |                                    `- note: property declared here
  4 |     @MainActor weak open var navigationDelegate: (any WKNavigationDelegate)? { get set }
  5 |     @MainActor weak open var uiDelegate: (any WKUIDelegate)? { get set }
[48/51] Compiling AAInfographics_Pro AAChartView.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:15: warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, WKFrameInfo, @escaping () -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' to another extension to silence this warning
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
WebKit.WKUIDelegate:9:30: note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
 7 |     optional func webViewDidClose(_ webView: WKWebView)
 8 |     @available(macOS 10.10, *)
 9 |     @MainActor optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable () -> Void)
   |                              `- note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
10 |     @available(macOS 10.10, *)
11 |     optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo) async
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:45: warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                                             `- warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKUserContentController:5:26: note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 3 |     open var userScripts: [WKUserScript] { get }
 4 |     open func addUserScript(_ userScript: WKUserScript)
 5 |     @MainActor open func removeAllUserScripts()
   |                          `- note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 6 |     @available(macOS 11.0, *)
 7 |     open func add(_ scriptMessageHandler: any WKScriptMessageHandler, contentWorld world: WKContentWorld, name: String)
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:23: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                       `- warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebViewConfiguration:5:25: note: property declared here
 3 |     open var processPool: WKProcessPool { get set }
 4 |     open var preferences: WKPreferences { get set }
 5 |     @MainActor open var userContentController: WKUserContentController { get set }
   |                         `- note: property declared here
 6 |     @available(macOS 10.11, *)
 7 |     open var websiteDataStore: WKWebsiteDataStore { get set }
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:9: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |         `- warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebView:3:36: note: property declared here
  1 | @available(macOS 10.10, *)
  2 | @MainActor open class WKWebView : NSView {
  3 |     @NSCopying @MainActor open var configuration: WKWebViewConfiguration { get }
    |                                    `- note: property declared here
  4 |     @MainActor weak open var navigationDelegate: (any WKNavigationDelegate)? { get set }
  5 |     @MainActor weak open var uiDelegate: (any WKUIDelegate)? { get set }
[49/51] Compiling AAInfographics_Pro AAOptions.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:15: warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, WKFrameInfo, @escaping () -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' to another extension to silence this warning
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
WebKit.WKUIDelegate:9:30: note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
 7 |     optional func webViewDidClose(_ webView: WKWebView)
 8 |     @available(macOS 10.10, *)
 9 |     @MainActor optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable () -> Void)
   |                              `- note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
10 |     @available(macOS 10.10, *)
11 |     optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo) async
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:45: warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                                             `- warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKUserContentController:5:26: note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 3 |     open var userScripts: [WKUserScript] { get }
 4 |     open func addUserScript(_ userScript: WKUserScript)
 5 |     @MainActor open func removeAllUserScripts()
   |                          `- note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 6 |     @available(macOS 11.0, *)
 7 |     open func add(_ scriptMessageHandler: any WKScriptMessageHandler, contentWorld world: WKContentWorld, name: String)
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:23: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                       `- warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebViewConfiguration:5:25: note: property declared here
 3 |     open var processPool: WKProcessPool { get set }
 4 |     open var preferences: WKPreferences { get set }
 5 |     @MainActor open var userContentController: WKUserContentController { get set }
   |                         `- note: property declared here
 6 |     @available(macOS 10.11, *)
 7 |     open var websiteDataStore: WKWebsiteDataStore { get set }
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:9: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |         `- warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebView:3:36: note: property declared here
  1 | @available(macOS 10.10, *)
  2 | @MainActor open class WKWebView : NSView {
  3 |     @NSCopying @MainActor open var configuration: WKWebViewConfiguration { get }
    |                                    `- note: property declared here
  4 |     @MainActor weak open var navigationDelegate: (any WKNavigationDelegate)? { get set }
  5 |     @MainActor weak open var uiDelegate: (any WKUIDelegate)? { get set }
[50/51] Compiling AAInfographics_Pro AASerializable.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:15: warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, WKFrameInfo, @escaping () -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' to another extension to silence this warning
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
WebKit.WKUIDelegate:9:30: note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
 7 |     optional func webViewDidClose(_ webView: WKWebView)
 8 |     @available(macOS 10.10, *)
 9 |     @MainActor optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable () -> Void)
   |                              `- note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
10 |     @available(macOS 10.10, *)
11 |     optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo) async
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:45: warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                                             `- warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKUserContentController:5:26: note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 3 |     open var userScripts: [WKUserScript] { get }
 4 |     open func addUserScript(_ userScript: WKUserScript)
 5 |     @MainActor open func removeAllUserScripts()
   |                          `- note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 6 |     @available(macOS 11.0, *)
 7 |     open func add(_ scriptMessageHandler: any WKScriptMessageHandler, contentWorld world: WKContentWorld, name: String)
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:23: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                       `- warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebViewConfiguration:5:25: note: property declared here
 3 |     open var processPool: WKProcessPool { get set }
 4 |     open var preferences: WKPreferences { get set }
 5 |     @MainActor open var userContentController: WKUserContentController { get set }
   |                         `- note: property declared here
 6 |     @available(macOS 10.11, *)
 7 |     open var websiteDataStore: WKWebsiteDataStore { get set }
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:9: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |         `- warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebView:3:36: note: property declared here
  1 | @available(macOS 10.10, *)
  2 | @MainActor open class WKWebView : NSView {
  3 |     @NSCopying @MainActor open var configuration: WKWebViewConfiguration { get }
    |                                    `- note: property declared here
  4 |     @MainActor weak open var navigationDelegate: (any WKNavigationDelegate)? { get set }
  5 |     @MainActor weak open var uiDelegate: (any WKUIDelegate)? { get set }
[51/51] Compiling AAInfographics_Pro AASeriesElement.swift
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:609:15: warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
607 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
608 | extension AAChartView: WKUIDelegate {
609 |     open func webView(
    |               |- warning: instance method 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' nearly matches optional requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' of protocol 'WKUIDelegate'
    |               |- note: candidate has non-matching type '(WKWebView, String, WKFrameInfo, @escaping () -> Void) -> ()'
    |               `- note: move 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' to another extension to silence this warning
610 |         _ webView: WKWebView,
611 |         runJavaScriptAlertPanelWithMessage message: String,
WebKit.WKUIDelegate:9:30: note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
 7 |     optional func webViewDidClose(_ webView: WKWebView)
 8 |     @available(macOS 10.10, *)
 9 |     @MainActor optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler: @escaping @MainActor @Sendable () -> Void)
   |                              `- note: requirement 'webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)' declared here
10 |     @available(macOS 10.10, *)
11 |     optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo) async
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:45: warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                                             `- warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKUserContentController:5:26: note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 3 |     open var userScripts: [WKUserScript] { get }
 4 |     open func addUserScript(_ userScript: WKUserScript)
 5 |     @MainActor open func removeAllUserScripts()
   |                          `- note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
 6 |     @available(macOS 11.0, *)
 7 |     open func add(_ scriptMessageHandler: any WKScriptMessageHandler, contentWorld world: WKContentWorld, name: String)
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:23: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |                       `- warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebViewConfiguration:5:25: note: property declared here
 3 |     open var processPool: WKProcessPool { get set }
 4 |     open var preferences: WKPreferences { get set }
 5 |     @MainActor open var userContentController: WKUserContentController { get set }
   |                         `- note: property declared here
 6 |     @available(macOS 10.11, *)
 7 |     open var websiteDataStore: WKWebsiteDataStore { get set }
/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAChartCreator/AAChartView.swift:291:9: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
289 |
290 |     deinit {
291 |         configuration.userContentController.removeAllUserScripts()
    |         `- warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
292 |         NotificationCenter.default.removeObserver(self)
293 |         #if DEBUG
WebKit.WKWebView:3:36: note: property declared here
  1 | @available(macOS 10.10, *)
  2 | @MainActor open class WKWebView : NSView {
  3 |     @NSCopying @MainActor open var configuration: WKWebViewConfiguration { get }
    |                                    `- note: property declared here
  4 |     @MainActor weak open var navigationDelegate: (any WKNavigationDelegate)? { get set }
  5 |     @MainActor weak open var uiDelegate: (any WKUIDelegate)? { get set }
Build complete! (19.94s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/Info.plist': File not found.
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AAInfographics-Pro",
  "name" : "AAInfographics-Pro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "AAInfographics-Pro",
      "targets" : [
        "AAInfographics-Pro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AAInfographics_Pro",
      "module_type" : "SwiftTarget",
      "name" : "AAInfographics-Pro",
      "path" : "AAInfographics-Pro",
      "product_memberships" : [
        "AAInfographics-Pro"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/AAJSFiles.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AAChartCreator/AAChartModel.swift",
        "AAChartCreator/AAChartView.swift",
        "AAChartCreator/AAOptions.swift",
        "AAChartCreator/AASerializable.swift",
        "AAChartCreator/AASeriesElement.swift",
        "AAOptionsModel/AAAnimation.swift",
        "AAOptionsModel/AAAxis.swift",
        "AAOptionsModel/AABoxplot.swift",
        "AAOptionsModel/AAChart.swift",
        "AAOptionsModel/AACredits.swift",
        "AAOptionsModel/AACrosshair.swift",
        "AAOptionsModel/AADataLabels.swift",
        "AAOptionsModel/AALabel.swift",
        "AAOptionsModel/AALabels.swift",
        "AAOptionsModel/AALang.swift",
        "AAOptionsModel/AALegend.swift",
        "AAOptionsModel/AAMarker.swift",
        "AAOptionsModel/AAPane.swift",
        "AAOptionsModel/AAPlotBandsElement.swift",
        "AAOptionsModel/AAPlotLinesElement.swift",
        "AAOptionsModel/AAPlotOptions.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",
        "AAOptionsProModel/AABulletDataElement.swift",
        "AAOptionsProModel/AAColorAxis.swift",
        "AAOptionsProModel/AAData.swift",
        "AAOptionsProModel/AAHeatmap.swift",
        "AAOptionsProModel/AAItem.swift",
        "AAOptionsProModel/AALayoutAlgorithm.swift",
        "AAOptionsProModel/AALevelsElement.swift",
        "AAOptionsProModel/AAPackedbubble.swift",
        "AAOptionsProModel/AAParallelAxes.swift",
        "AAOptionsProModel/AASolidgauge.swift",
        "AAOptionsProModel/AASolidgaugeDataElement.swift",
        "AAOptionsProModel/AATreemap.swift",
        "AATool/AAColor.swift",
        "AATool/AAExtension.swift",
        "AATool/AAGradientColor.swift",
        "PackageBundlePathLoader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AAInfographics-Pro/Info.plist': File not found.
Done.