Build Information
Failed to build AAInfographics, reference 9.5.0 (b51e53
), with Swift 6.1 for Android on 5 Jun 2025 13:04:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AAChartModel/AAChartKit-Swift.git
Reference: 9.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/AAChartModel/AAChartKit-Swift
* tag 9.5.0 -> FETCH_HEAD
HEAD is now at b51e53c Merge pull request #541 from AAChartModel/dev
Cloned https://github.com/AAChartModel/AAChartKit-Swift.git
Revision (git rev-parse @):
b51e53c3b04372c1ed1906b0ec3ba45733953ef4
SUCCESS checkout https://github.com/AAChartModel/AAChartKit-Swift.git at 9.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/AAChartModel/AAChartKit-Swift.git
https://github.com/AAChartModel/AAChartKit-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "AAInfographics",
"name" : "AAInfographics",
"path" : "/host/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" : "/host/spi-builder-workspace/AAInfographics/AAJSFiles.bundle",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AAChartCreator/AAChartModel.swift",
"AAChartCreator/AAChartView+API.swift",
"AAChartCreator/AAChartView.swift",
"AAChartCreator/AAChartViewPluginProvider.swift",
"AAChartCreator/AAOptions.swift",
"AAChartCreator/AASerializable.swift",
"AAChartCreator/AASeriesElement.swift",
"AAOptionsModel/AAAnimation.swift",
"AAOptionsModel/AAAxis.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/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/3] Write sources
[1/3] Copying AAJSFiles.bundle
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/46] Emitting module AAInfographics
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[5/51] Compiling AAInfographics AATooltip.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[6/51] Compiling AAInfographics AAXAxis.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[7/51] Compiling AAInfographics AAYAxis.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[8/51] Compiling AAInfographics AAColor.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[9/51] Compiling AAInfographics AAExtension.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[10/51] Compiling AAInfographics AAGradientColor+DefaultThemes.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[11/51] Compiling AAInfographics AAPane.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[12/51] Compiling AAInfographics AAPie.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[13/51] Compiling AAInfographics AAPlotBandsElement.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[14/51] Compiling AAInfographics AAPlotLinesElement.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[15/51] Compiling AAInfographics AAPlotOptions.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[16/51] Compiling AAInfographics AAScatter.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[17/51] Compiling AAInfographics AAChart.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[18/51] Compiling AAInfographics AAColumn.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[19/51] Compiling AAInfographics AACredits.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[20/51] Compiling AAInfographics AACrosshair.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[21/51] Compiling AAInfographics AADataLabels.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[22/51] Compiling AAInfographics AALabel.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[23/51] Compiling AAInfographics AAChartModel.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[24/51] Compiling AAInfographics AAChartView+API.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[25/51] Compiling AAInfographics AAChartView.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[26/51] Compiling AAInfographics AAChartViewPluginProvider.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[27/51] Compiling AAInfographics AAOptions.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[28/51] Compiling AAInfographics AASerializable.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[29/51] Compiling AAInfographics AAGradientColor+LinearGradient.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[30/51] Compiling AAInfographics AAGradientColor+RadialGradient.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[31/51] Compiling AAInfographics AAGradientColor.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[32/51] Compiling AAInfographics PackageBundlePathLoader.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[33/51] Compiling AAInfographics resource_bundle_accessor.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[34/51] Compiling AAInfographics AAScrollablePlotArea.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[35/51] Compiling AAInfographics AASeries.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[36/51] Compiling AAInfographics AAStates.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[37/51] Compiling AAInfographics AAStyle.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[38/51] Compiling AAInfographics AASubtitle.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[39/51] Compiling AAInfographics AATitle.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[40/51] Compiling AAInfographics AALabels.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[41/51] Compiling AAInfographics AALang.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[42/51] Compiling AAInfographics AALayoutAlgorithm.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[43/51] Compiling AAInfographics AALegend.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[44/51] Compiling AAInfographics AAMarker.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[45/51] Compiling AAInfographics AAPackedbubble.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[46/51] Compiling AAInfographics AASeriesElement.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[47/51] Compiling AAInfographics AAAnimation.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[48/51] Compiling AAInfographics AAAxis.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[49/51] Compiling AAInfographics AABoxplot.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[50/51] Compiling AAInfographics AABubbleLegend.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[51/51] Compiling AAInfographics AAButtonTheme.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling AAInfographics AAScrollablePlotArea.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[3/44] Compiling AAInfographics AASeries.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[4/44] Compiling AAInfographics AAStates.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[5/44] Compiling AAInfographics AAStyle.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[6/44] Compiling AAInfographics AASubtitle.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[7/44] Compiling AAInfographics AATitle.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[8/44] Compiling AAInfographics AAPane.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[9/44] Compiling AAInfographics AAPie.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[10/44] Compiling AAInfographics AAPlotBandsElement.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[11/44] Compiling AAInfographics AAPlotLinesElement.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[12/44] Compiling AAInfographics AAPlotOptions.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[13/44] Compiling AAInfographics AAScatter.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[14/44] Compiling AAInfographics AAChart.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[15/44] Compiling AAInfographics AAColumn.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[16/44] Compiling AAInfographics AACredits.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[17/44] Compiling AAInfographics AACrosshair.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[18/44] Compiling AAInfographics AADataLabels.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[19/44] Compiling AAInfographics AALabel.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[20/49] Compiling AAInfographics AATooltip.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[21/49] Compiling AAInfographics AAXAxis.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[22/49] Compiling AAInfographics AAYAxis.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[23/49] Compiling AAInfographics AAColor.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[24/49] Compiling AAInfographics AAExtension.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[25/49] Compiling AAInfographics AAGradientColor+DefaultThemes.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[26/49] Compiling AAInfographics AALabels.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[27/49] Compiling AAInfographics AALang.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[28/49] Compiling AAInfographics AALayoutAlgorithm.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[29/49] Compiling AAInfographics AALegend.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[30/49] Compiling AAInfographics AAMarker.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[31/49] Compiling AAInfographics AAPackedbubble.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[32/49] Compiling AAInfographics AASeriesElement.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[33/49] Compiling AAInfographics AAAnimation.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[34/49] Compiling AAInfographics AAAxis.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[35/49] Compiling AAInfographics AABoxplot.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[36/49] Compiling AAInfographics AABubbleLegend.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[37/49] Compiling AAInfographics AAButtonTheme.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[38/49] Compiling AAInfographics AAGradientColor+LinearGradient.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[39/49] Compiling AAInfographics AAGradientColor+RadialGradient.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[40/49] Compiling AAInfographics AAGradientColor.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[41/49] Compiling AAInfographics PackageBundlePathLoader.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[42/49] Compiling AAInfographics resource_bundle_accessor.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/49] Emitting module AAInfographics
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[44/49] Compiling AAInfographics AAChartModel.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[45/49] Compiling AAInfographics AAChartView+API.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[46/49] Compiling AAInfographics AAChartView.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[47/49] Compiling AAInfographics AAChartViewPluginProvider.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[48/49] Compiling AAInfographics AAOptions.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
[49/49] Compiling AAInfographics AASerializable.swift
/host/spi-builder-workspace/AAInfographics/AAChartCreator/AAChartView.swift:33:8: error: no such module 'WebKit'
31 | */
32 |
33 | import WebKit
| `- error: no such module 'WebKit'
34 |
35 | @available(iOS 10.0, macCatalyst 13.1, macOS 10.13, *)
BUILD FAILURE 6.1 android