The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FLCharts, reference 1.9.1 (43e0e5), with Swift 6.1 for Wasm on 28 May 2025 16:50:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/francescoleoni98/FLCharts.git
Reference: 1.9.1
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/francescoleoni98/FLCharts
 * tag               1.9.1      -> FETCH_HEAD
HEAD is now at 43e0e5e Add defaultLocalization
Cloned https://github.com/francescoleoni98/FLCharts.git
Revision (git rev-parse @):
43e0e5ea6f26678a1e177c1bfc62aa6818781c30
SUCCESS checkout https://github.com/francescoleoni98/FLCharts.git at 1.9.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/francescoleoni98/FLCharts.git
https://github.com/francescoleoni98/FLCharts.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "FLCharts",
  "name" : "FLCharts",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "FLCharts",
      "targets" : [
        "FLCharts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "FLCharts",
      "module_type" : "SwiftTarget",
      "name" : "FLCharts",
      "path" : "Sources/FLCharts",
      "product_memberships" : [
        "FLCharts"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/Colors.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/es.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/hi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/it.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/pt-BR.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/pt-PT.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/zh-HK.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FLCharts/Assets/zh-Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "Assets/Translation.swift",
        "Bar/ChartBar.swift",
        "Bar/FLChartBarCell.swift",
        "Bar/FLHorizontalMultipleValuesChartBar.swift",
        "Bar/FLMultipleValuesChartBar.swift",
        "Bar/FLPlainChartBar.swift",
        "FLCard/CardableChart.swift",
        "FLCard/FLCard.swift",
        "FLCard/FLCardStyle.swift",
        "FLCartesianPlane.swift",
        "FLChart.swift",
        "Helpers/Aggregator.swift",
        "Helpers/BezierCurves/PlayfulCurveLine.swift",
        "Helpers/BezierCurves/ProfessionalCurveLine.swift",
        "Helpers/CAAnimationBlockCallbackDelegate.swift",
        "Helpers/Chart+XT.swift",
        "Helpers/FLColor.swift",
        "Helpers/FLIntrinsicCollectionView.swift",
        "Helpers/FLShadow.swift",
        "Helpers/Formatters.swift",
        "Helpers/Labels/Label.swift",
        "Helpers/Labels/Labels.swift",
        "Helpers/NSLayoutConstraint+XT.swift",
        "HighlightView/BarHighlightedView.swift",
        "HighlightView/ChartHighlightingDelegate.swift",
        "HighlightView/HighlightedView.swift",
        "HighlightingCollectionView.swift",
        "Legend/FLLegend.swift",
        "Legend/FLLegendKeyCell.swift",
        "Models/Configurations/FLAverageViewConfig.swift",
        "Models/Configurations/FLAxesLabelConfig.swift",
        "Models/Configurations/FLAxesLineConfig.swift",
        "Models/Configurations/FLBarConfig.swift",
        "Models/Configurations/FLChartConfig.swift",
        "Models/Configurations/FLDashedLineConfig.swift",
        "Models/Configurations/FLLineConfig.swift",
        "Models/Configurations/FLRadarGridConfig.swift",
        "Models/Configurations/FLStylable.swift",
        "Models/Configurations/FLTickConfig.swift",
        "Models/FLChartData.swift",
        "Models/FLDataSet.swift",
        "Models/Key.swift",
        "Models/PlotableData.swift",
        "PieChart/FLPieBorder.swift",
        "PieChart/FLPieChart.swift",
        "PieChart/FLPiePlotable.swift",
        "PieChart/SliceShape.swift",
        "PlotView/FLBarPlotView.swift",
        "PlotView/FLLinePlotView.swift",
        "PlotView/FLPlotView.swift",
        "PlotView/FLScatterPlotView.swift",
        "RadarChart/FLRadarChart.swift",
        "UnclippedTopCollectionView.swift",
        "XAxisProvider/LineXAxis.swift",
        "XAxisProvider/ScatterXAxis.swift",
        "XAxisProvider/XAxisProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/16] Copying Localizable.strings
[12/16] Copying Info.plist
[13/16] Write sources
[14/16] Copying Colors.xcassets
[15/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/67] Emitting module FLCharts
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[18/74] Compiling FLCharts Translation.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[19/74] Compiling FLCharts ChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[20/74] Compiling FLCharts FLChartBarCell.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[21/74] Compiling FLCharts FLHorizontalMultipleValuesChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[22/74] Compiling FLCharts FLMultipleValuesChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[23/74] Compiling FLCharts FLPlainChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[24/74] Compiling FLCharts CardableChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[25/74] Compiling FLCharts FLCard.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[26/74] Compiling FLCharts FLRadarGridConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[27/74] Compiling FLCharts FLStylable.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[28/74] Compiling FLCharts FLTickConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[29/74] Compiling FLCharts FLChartData.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[30/74] Compiling FLCharts FLDataSet.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[31/74] Compiling FLCharts Key.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[32/74] Compiling FLCharts PlotableData.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[33/74] Compiling FLCharts NSLayoutConstraint+XT.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[34/74] Compiling FLCharts BarHighlightedView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[35/74] Compiling FLCharts ChartHighlightingDelegate.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[36/74] Compiling FLCharts HighlightedView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[37/74] Compiling FLCharts HighlightingCollectionView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[38/74] Compiling FLCharts FLLegend.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[39/74] Compiling FLCharts FLLegendKeyCell.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[40/74] Compiling FLCharts FLPieBorder.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[41/74] Compiling FLCharts FLPieChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[42/74] Compiling FLCharts FLPiePlotable.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[43/74] Compiling FLCharts SliceShape.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[44/74] Compiling FLCharts FLBarPlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[45/74] Compiling FLCharts FLLinePlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[46/74] Compiling FLCharts FLPlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[47/74] Compiling FLCharts Chart+XT.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[48/74] Compiling FLCharts FLColor.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[49/74] Compiling FLCharts FLIntrinsicCollectionView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[50/74] Compiling FLCharts FLShadow.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[51/74] Compiling FLCharts Formatters.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[52/74] Compiling FLCharts Label.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[53/74] Compiling FLCharts Labels.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[54/74] Compiling FLCharts FLAverageViewConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[55/74] Compiling FLCharts FLAxesLabelConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[56/74] Compiling FLCharts FLAxesLineConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[57/74] Compiling FLCharts FLBarConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[58/74] Compiling FLCharts FLChartConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[59/74] Compiling FLCharts FLDashedLineConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[60/74] Compiling FLCharts FLLineConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[61/74] Compiling FLCharts FLCardStyle.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[62/74] Compiling FLCharts FLCartesianPlane.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[63/74] Compiling FLCharts FLChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[64/74] Compiling FLCharts Aggregator.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[65/74] Compiling FLCharts PlayfulCurveLine.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[66/74] Compiling FLCharts ProfessionalCurveLine.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[67/74] Compiling FLCharts CAAnimationBlockCallbackDelegate.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[68/74] Compiling FLCharts FLScatterPlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[69/74] Compiling FLCharts FLRadarChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[70/74] Compiling FLCharts UnclippedTopCollectionView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[71/74] Compiling FLCharts LineXAxis.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[72/74] Compiling FLCharts ScatterXAxis.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[73/74] Compiling FLCharts XAxisProvider.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[74/74] Compiling FLCharts resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/52] Compiling FLCharts FLRadarGridConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[3/52] Compiling FLCharts FLStylable.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[4/52] Compiling FLCharts FLTickConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[5/52] Compiling FLCharts FLChartData.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[6/52] Compiling FLCharts FLDataSet.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[7/52] Compiling FLCharts Key.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[8/52] Compiling FLCharts PlotableData.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[9/52] Compiling FLCharts FLPieBorder.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[10/52] Compiling FLCharts FLPieChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[11/52] Compiling FLCharts FLPiePlotable.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[12/52] Compiling FLCharts SliceShape.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[13/52] Compiling FLCharts FLBarPlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[14/52] Compiling FLCharts FLLinePlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[15/52] Compiling FLCharts FLPlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/59] Emitting module FLCharts
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[17/59] Compiling FLCharts NSLayoutConstraint+XT.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[18/59] Compiling FLCharts BarHighlightedView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[19/59] Compiling FLCharts ChartHighlightingDelegate.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[20/59] Compiling FLCharts HighlightedView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[21/59] Compiling FLCharts HighlightingCollectionView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[22/59] Compiling FLCharts FLLegend.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[23/59] Compiling FLCharts FLLegendKeyCell.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[24/59] Compiling FLCharts Chart+XT.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[25/59] Compiling FLCharts FLColor.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[26/59] Compiling FLCharts FLIntrinsicCollectionView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[27/59] Compiling FLCharts FLShadow.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[28/59] Compiling FLCharts Formatters.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[29/59] Compiling FLCharts Label.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[30/59] Compiling FLCharts Labels.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[31/59] Compiling FLCharts FLAverageViewConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[32/59] Compiling FLCharts FLAxesLabelConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[33/59] Compiling FLCharts FLAxesLineConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[34/59] Compiling FLCharts FLBarConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[35/59] Compiling FLCharts FLChartConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[36/59] Compiling FLCharts FLDashedLineConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[37/59] Compiling FLCharts FLLineConfig.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[38/59] Compiling FLCharts FLCardStyle.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[39/59] Compiling FLCharts FLCartesianPlane.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[40/59] Compiling FLCharts FLChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[41/59] Compiling FLCharts Aggregator.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[42/59] Compiling FLCharts PlayfulCurveLine.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[43/59] Compiling FLCharts ProfessionalCurveLine.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[44/59] Compiling FLCharts CAAnimationBlockCallbackDelegate.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[45/59] Compiling FLCharts Translation.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[46/59] Compiling FLCharts ChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[47/59] Compiling FLCharts FLChartBarCell.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[48/59] Compiling FLCharts FLHorizontalMultipleValuesChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[49/59] Compiling FLCharts FLMultipleValuesChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[50/59] Compiling FLCharts FLPlainChartBar.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[51/59] Compiling FLCharts CardableChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[52/59] Compiling FLCharts FLCard.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[53/59] Compiling FLCharts FLScatterPlotView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[54/59] Compiling FLCharts FLRadarChart.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[55/59] Compiling FLCharts UnclippedTopCollectionView.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[56/59] Compiling FLCharts LineXAxis.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[57/59] Compiling FLCharts ScatterXAxis.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[58/59] Compiling FLCharts XAxisProvider.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
[59/59] Compiling FLCharts resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/FLCharts/Bar/ChartBar.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public protocol ChartBar: UIView {
BUILD FAILURE 6.1 wasm