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

Failed to build SwiftCharts, reference master (c354c1), with Swift 6.1 for Linux on 28 Apr 2025 17:28:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivnsch/SwiftCharts.git
Reference: master
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/ivnsch/SwiftCharts
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c354c19 Update README.md
Cloned https://github.com/ivnsch/SwiftCharts.git
Revision (git rev-parse @):
c354c1945bb35a1f01b665b22474f6db28cba4a2
SUCCESS checkout https://github.com/ivnsch/SwiftCharts.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ivnsch/SwiftCharts.git
https://github.com/ivnsch/SwiftCharts.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCharts",
  "name" : "SwiftCharts",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCharts",
      "targets" : [
        "SwiftCharts"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftCharts",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCharts",
      "path" : "SwiftCharts",
      "product_memberships" : [
        "SwiftCharts"
      ],
      "sources" : [
        "Array_String.swift",
        "Axis/ChartAxis.swift",
        "Axis/ChartAxisGeneratorMultiplier.swift",
        "Axis/ChartAxisLabel.swift",
        "Axis/ChartAxisLabelGeneratorDate.swift",
        "Axis/ChartAxisLabelsConflictSolver.swift",
        "Axis/ChartAxisLabelsConflictSolverMoveUpDown.swift",
        "Axis/ChartAxisLabelsGenerator.swift",
        "Axis/ChartAxisLabelsGeneratorBase.swift",
        "Axis/ChartAxisLabelsGeneratorBasic.swift",
        "Axis/ChartAxisLabelsGeneratorFixed.swift",
        "Axis/ChartAxisLabelsGeneratorFunc.swift",
        "Axis/ChartAxisLabelsGeneratorNumber.swift",
        "Axis/ChartAxisLabelsGeneratorNumberSuffix.swift",
        "Axis/ChartAxisLayer.swift",
        "Axis/ChartAxisLayerDefault.swift",
        "Axis/ChartAxisModel.swift",
        "Axis/ChartAxisValueStaticGenerator.swift",
        "Axis/ChartAxisValuesGenerator.swift",
        "Axis/ChartAxisValuesGeneratorDate.swift",
        "Axis/ChartAxisValuesGeneratorFixed.swift",
        "Axis/ChartAxisValuesGeneratorFixedNonOverlapping.swift",
        "Axis/ChartAxisValuesGeneratorNice.swift",
        "Axis/ChartAxisValuesGeneratorXDividers.swift",
        "Axis/ChartAxisValuesGeneratorXFixedNonOverlapping.swift",
        "Axis/ChartAxisValuesGeneratorYFixedNonOverlapping.swift",
        "Axis/ChartAxisX.swift",
        "Axis/ChartAxisXHighLayerDefault.swift",
        "Axis/ChartAxisXLayerDefault.swift",
        "Axis/ChartAxisXLowLayerDefault.swift",
        "Axis/ChartAxisY.swift",
        "Axis/ChartAxisYHighLayerDefault.swift",
        "Axis/ChartAxisYLayerDefault.swift",
        "Axis/ChartAxisYLowLayerDefault.swift",
        "AxisValues/ChartAxisValue.swift",
        "AxisValues/ChartAxisValueDate.swift",
        "AxisValues/ChartAxisValueDouble.swift",
        "AxisValues/ChartAxisValueDoubleScreenLoc.swift",
        "AxisValues/ChartAxisValueFloat.swift",
        "AxisValues/ChartAxisValueFloatScreenLoc.swift",
        "AxisValues/ChartAxisValueInt.swift",
        "AxisValues/ChartAxisValueString.swift",
        "CGPoint.swift",
        "CGRect.swift",
        "Chart.swift",
        "ChartAxisValueArray.swift",
        "ChartCoordsSpace.swift",
        "ChartLineModel.swift",
        "ChartPoint/ChartPoint.swift",
        "ChartPoint/ChartPointBubble.swift",
        "ChartPoint/ChartPointCandleStick.swift",
        "ChartViewsConflictSolver.swift",
        "Convenience/BarsChart.swift",
        "Convenience/ChartConfig.swift",
        "Convenience/LineChart.swift",
        "Drawers/ChartContextDrawer.swift",
        "Drawers/ChartDrawerFunctions.swift",
        "Drawers/ChartLabelDrawer.swift",
        "Drawers/ChartLineDrawer.swift",
        "Globals.swift",
        "Int.swift",
        "Layers/ChartBarsLayer.swift",
        "Layers/ChartCandleStickLayer.swift",
        "Layers/ChartCoordsSpaceLayer.swift",
        "Layers/ChartDividersLayer.swift",
        "Layers/ChartGroupedBarsLayer.swift",
        "Layers/ChartGuideLinesLayer.swift",
        "Layers/ChartLayer.swift",
        "Layers/ChartLayerBase.swift",
        "Layers/ChartPointsAreaLayer.swift",
        "Layers/ChartPointsBubbleLayer.swift",
        "Layers/ChartPointsCandleStickViewsLayer.swift",
        "Layers/ChartPointsLayer.swift",
        "Layers/ChartPointsLineLayer.swift",
        "Layers/ChartPointsLineTrackerLayer.swift",
        "Layers/ChartPointsScatterLayer.swift",
        "Layers/ChartPointsSingleViewLayer.swift",
        "Layers/ChartPointsTouchHighlightLayer.swift",
        "Layers/ChartPointsTrackerLayer.swift",
        "Layers/ChartPointsViewsLayer.swift",
        "Layers/ChartShowCoordsLinesLayer.swift",
        "Layers/ChartStackedBarsLayer.swift",
        "Layers/GroupedBarsCompanionsLayer.swift",
        "NSDate.swift",
        "Optional.swift",
        "Pannable.swift",
        "String.swift",
        "UIColor.swift",
        "Utils/ChartNiceNumberCalculator.swift",
        "Utils/ChartTextUtils.swift",
        "Utils/ChartTimeUtils.swift",
        "Utils/ChartViewSelector.swift",
        "Utils/ChartViewSelectorAlpha.swift",
        "Utils/ChartViewSelectorBrightness.swift",
        "Utils/Operators.swift",
        "Utils/Trendlines/TrendlineGenerator.swift",
        "Views/CatmullPathGenerator.swift",
        "Views/ChartAreasView.swift",
        "Views/ChartCandleStickView.swift",
        "Views/ChartLinesView.swift",
        "Views/ChartPointEllipseView.swift",
        "Views/ChartPointTargetingView.swift",
        "Views/ChartPointTextCircleView.swift",
        "Views/ChartPointViewBar.swift",
        "Views/ChartPointViewBarGreyOut.swift",
        "Views/ChartPointViewBarStacked.swift",
        "Views/ChartViewAlphaAnimator.swift",
        "Views/ChartViewAnimator.swift",
        "Views/ChartViewAnimators.swift",
        "Views/ChartViewGrowAnimator.swift",
        "Views/CubicLinePathGenerator.swift",
        "Views/HandlingLabel.swift",
        "Views/HandlingView.swift",
        "Views/InfoBubble.swift",
        "Views/StraightLinePathGenerator.swift",
        "Zoomable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/108] Emitting module SwiftCharts
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[4/122] Compiling SwiftCharts ChartPointsLineTrackerLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[5/122] Compiling SwiftCharts ChartPointsScatterLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[6/122] Compiling SwiftCharts ChartPointsSingleViewLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[7/122] Compiling SwiftCharts ChartPointsTouchHighlightLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[8/122] Compiling SwiftCharts ChartPointsTrackerLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[9/122] Compiling SwiftCharts ChartPointsViewsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[10/122] Compiling SwiftCharts ChartShowCoordsLinesLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[11/122] Compiling SwiftCharts ChartStackedBarsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[12/122] Compiling SwiftCharts GroupedBarsCompanionsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[13/122] Compiling SwiftCharts NSDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[14/122] Compiling SwiftCharts Optional.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[15/122] Compiling SwiftCharts Pannable.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[16/122] Compiling SwiftCharts String.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[17/122] Compiling SwiftCharts UIColor.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[18/122] Compiling SwiftCharts ChartAxisValueArray.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[19/122] Compiling SwiftCharts ChartCoordsSpace.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[20/122] Compiling SwiftCharts ChartLineModel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[21/122] Compiling SwiftCharts ChartPoint.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[22/122] Compiling SwiftCharts ChartPointBubble.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[23/122] Compiling SwiftCharts ChartPointCandleStick.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[24/122] Compiling SwiftCharts ChartViewsConflictSolver.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[25/122] Compiling SwiftCharts BarsChart.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[26/122] Compiling SwiftCharts ChartConfig.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[27/122] Compiling SwiftCharts LineChart.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[28/122] Compiling SwiftCharts ChartContextDrawer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[29/122] Compiling SwiftCharts ChartDrawerFunctions.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[30/122] Compiling SwiftCharts ChartLabelDrawer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[31/122] Compiling SwiftCharts ChartLineDrawer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[32/122] Compiling SwiftCharts Globals.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[33/122] Compiling SwiftCharts ChartNiceNumberCalculator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[34/122] Compiling SwiftCharts ChartTextUtils.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[35/122] Compiling SwiftCharts ChartTimeUtils.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[36/122] Compiling SwiftCharts ChartViewSelector.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[37/122] Compiling SwiftCharts ChartViewSelectorAlpha.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[38/122] Compiling SwiftCharts ChartViewSelectorBrightness.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[39/122] Compiling SwiftCharts Operators.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[40/122] Compiling SwiftCharts TrendlineGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[41/122] Compiling SwiftCharts CatmullPathGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[42/122] Compiling SwiftCharts ChartAreasView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[43/122] Compiling SwiftCharts ChartCandleStickView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[44/122] Compiling SwiftCharts ChartLinesView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[45/122] Compiling SwiftCharts ChartPointEllipseView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[46/122] Compiling SwiftCharts ChartPointTargetingView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[47/122] Compiling SwiftCharts ChartPointTextCircleView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[48/122] Compiling SwiftCharts ChartPointViewBar.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[49/122] Compiling SwiftCharts ChartPointViewBarGreyOut.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[50/122] Compiling SwiftCharts ChartPointViewBarStacked.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[51/122] Compiling SwiftCharts ChartViewAlphaAnimator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[52/122] Compiling SwiftCharts ChartViewAnimator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[53/122] Compiling SwiftCharts ChartViewAnimators.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[54/122] Compiling SwiftCharts ChartViewGrowAnimator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[55/122] Compiling SwiftCharts CubicLinePathGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[56/122] Compiling SwiftCharts HandlingLabel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[57/122] Compiling SwiftCharts HandlingView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[58/122] Compiling SwiftCharts InfoBubble.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[59/122] Compiling SwiftCharts StraightLinePathGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[60/122] Compiling SwiftCharts Zoomable.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[61/122] Compiling SwiftCharts Array_String.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[62/122] Compiling SwiftCharts ChartAxis.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[63/122] Compiling SwiftCharts ChartAxisGeneratorMultiplier.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[64/122] Compiling SwiftCharts ChartAxisLabel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[65/122] Compiling SwiftCharts ChartAxisLabelGeneratorDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[66/122] Compiling SwiftCharts ChartAxisLabelsConflictSolver.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[67/122] Compiling SwiftCharts ChartAxisLabelsConflictSolverMoveUpDown.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[68/122] Compiling SwiftCharts ChartAxisLabelsGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[69/122] Compiling SwiftCharts ChartAxisLabelsGeneratorBase.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[70/122] Compiling SwiftCharts ChartAxisLabelsGeneratorBasic.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[71/122] Compiling SwiftCharts ChartAxisLabelsGeneratorFixed.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[72/122] Compiling SwiftCharts ChartAxisLabelsGeneratorFunc.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[73/122] Compiling SwiftCharts ChartAxisLabelsGeneratorNumber.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[74/122] Compiling SwiftCharts ChartAxisLabelsGeneratorNumberSuffix.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[75/122] Compiling SwiftCharts ChartAxisLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[76/122] Compiling SwiftCharts ChartAxisLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[77/122] Compiling SwiftCharts ChartAxisModel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[78/122] Compiling SwiftCharts ChartAxisValueStaticGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[79/122] Compiling SwiftCharts ChartAxisValuesGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[80/122] Compiling SwiftCharts ChartAxisValuesGeneratorDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[81/122] Compiling SwiftCharts ChartAxisValuesGeneratorFixed.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[82/122] Compiling SwiftCharts ChartAxisValuesGeneratorFixedNonOverlapping.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[83/122] Compiling SwiftCharts ChartAxisValuesGeneratorNice.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[84/122] Compiling SwiftCharts ChartAxisValuesGeneratorXDividers.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[85/122] Compiling SwiftCharts ChartAxisValuesGeneratorXFixedNonOverlapping.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[86/122] Compiling SwiftCharts ChartAxisValuesGeneratorYFixedNonOverlapping.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[87/122] Compiling SwiftCharts ChartAxisX.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[88/122] Compiling SwiftCharts ChartAxisXHighLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[89/122] Compiling SwiftCharts ChartAxisXLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[90/122] Compiling SwiftCharts ChartAxisXLowLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[91/122] Compiling SwiftCharts Int.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[92/122] Compiling SwiftCharts ChartBarsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[93/122] Compiling SwiftCharts ChartCandleStickLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[94/122] Compiling SwiftCharts ChartCoordsSpaceLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[95/122] Compiling SwiftCharts ChartDividersLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[96/122] Compiling SwiftCharts ChartGroupedBarsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[97/122] Compiling SwiftCharts ChartGuideLinesLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[98/122] Compiling SwiftCharts ChartLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[99/122] Compiling SwiftCharts ChartLayerBase.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[100/122] Compiling SwiftCharts ChartPointsAreaLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[101/122] Compiling SwiftCharts ChartPointsBubbleLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[102/122] Compiling SwiftCharts ChartPointsCandleStickViewsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[103/122] Compiling SwiftCharts ChartPointsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[104/122] Compiling SwiftCharts ChartPointsLineLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[105/122] Compiling SwiftCharts ChartAxisY.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[106/122] Compiling SwiftCharts ChartAxisYHighLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[107/122] Compiling SwiftCharts ChartAxisYLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[108/122] Compiling SwiftCharts ChartAxisYLowLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[109/122] Compiling SwiftCharts ChartAxisValue.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[110/122] Compiling SwiftCharts ChartAxisValueDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[111/122] Compiling SwiftCharts ChartAxisValueDouble.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[112/122] Compiling SwiftCharts ChartAxisValueDoubleScreenLoc.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[113/122] Compiling SwiftCharts ChartAxisValueFloat.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[114/122] Compiling SwiftCharts ChartAxisValueFloatScreenLoc.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[115/122] Compiling SwiftCharts ChartAxisValueInt.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[116/122] Compiling SwiftCharts ChartAxisValueString.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[117/122] Compiling SwiftCharts CGPoint.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[118/122] Compiling SwiftCharts CGRect.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[119/122] Compiling SwiftCharts Chart.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/107] Emitting module SwiftCharts
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[3/121] Compiling SwiftCharts ChartNiceNumberCalculator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[4/121] Compiling SwiftCharts ChartTextUtils.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[5/121] Compiling SwiftCharts ChartTimeUtils.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[6/121] Compiling SwiftCharts ChartViewSelector.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[7/121] Compiling SwiftCharts ChartViewSelectorAlpha.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[8/121] Compiling SwiftCharts ChartViewSelectorBrightness.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[9/121] Compiling SwiftCharts Operators.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[10/121] Compiling SwiftCharts TrendlineGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[11/121] Compiling SwiftCharts CatmullPathGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[12/121] Compiling SwiftCharts ChartAreasView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[13/121] Compiling SwiftCharts ChartCandleStickView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[14/121] Compiling SwiftCharts ChartLinesView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[15/121] Compiling SwiftCharts ChartPointEllipseView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[16/121] Compiling SwiftCharts ChartPointTargetingView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[17/121] Compiling SwiftCharts ChartPointsLineTrackerLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[18/121] Compiling SwiftCharts ChartPointsScatterLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[19/121] Compiling SwiftCharts ChartPointsSingleViewLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[20/121] Compiling SwiftCharts ChartPointsTouchHighlightLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[21/121] Compiling SwiftCharts ChartPointsTrackerLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[22/121] Compiling SwiftCharts ChartPointsViewsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[23/121] Compiling SwiftCharts ChartShowCoordsLinesLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[24/121] Compiling SwiftCharts ChartStackedBarsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[25/121] Compiling SwiftCharts GroupedBarsCompanionsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[26/121] Compiling SwiftCharts NSDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[27/121] Compiling SwiftCharts Optional.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[28/121] Compiling SwiftCharts Pannable.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[29/121] Compiling SwiftCharts String.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[30/121] Compiling SwiftCharts UIColor.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[31/121] Compiling SwiftCharts ChartAxisValueArray.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[32/121] Compiling SwiftCharts ChartCoordsSpace.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[33/121] Compiling SwiftCharts ChartLineModel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[34/121] Compiling SwiftCharts ChartPoint.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[35/121] Compiling SwiftCharts ChartPointBubble.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[36/121] Compiling SwiftCharts ChartPointCandleStick.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[37/121] Compiling SwiftCharts ChartViewsConflictSolver.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[38/121] Compiling SwiftCharts BarsChart.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[39/121] Compiling SwiftCharts ChartConfig.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[40/121] Compiling SwiftCharts LineChart.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[41/121] Compiling SwiftCharts ChartContextDrawer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[42/121] Compiling SwiftCharts ChartDrawerFunctions.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[43/121] Compiling SwiftCharts ChartLabelDrawer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[44/121] Compiling SwiftCharts ChartLineDrawer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[45/121] Compiling SwiftCharts Globals.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[46/121] Compiling SwiftCharts Array_String.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[47/121] Compiling SwiftCharts ChartAxis.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[48/121] Compiling SwiftCharts ChartAxisGeneratorMultiplier.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[49/121] Compiling SwiftCharts ChartAxisLabel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[50/121] Compiling SwiftCharts ChartAxisLabelGeneratorDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[51/121] Compiling SwiftCharts ChartAxisLabelsConflictSolver.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[52/121] Compiling SwiftCharts ChartAxisLabelsConflictSolverMoveUpDown.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[53/121] Compiling SwiftCharts ChartAxisLabelsGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[54/121] Compiling SwiftCharts ChartAxisLabelsGeneratorBase.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[55/121] Compiling SwiftCharts ChartAxisLabelsGeneratorBasic.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[56/121] Compiling SwiftCharts ChartAxisLabelsGeneratorFixed.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[57/121] Compiling SwiftCharts ChartAxisLabelsGeneratorFunc.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[58/121] Compiling SwiftCharts ChartAxisLabelsGeneratorNumber.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[59/121] Compiling SwiftCharts ChartAxisLabelsGeneratorNumberSuffix.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[60/121] Compiling SwiftCharts ChartAxisLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[61/121] Compiling SwiftCharts ChartPointTextCircleView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[62/121] Compiling SwiftCharts ChartPointViewBar.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[63/121] Compiling SwiftCharts ChartPointViewBarGreyOut.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[64/121] Compiling SwiftCharts ChartPointViewBarStacked.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[65/121] Compiling SwiftCharts ChartViewAlphaAnimator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[66/121] Compiling SwiftCharts ChartViewAnimator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[67/121] Compiling SwiftCharts ChartViewAnimators.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[68/121] Compiling SwiftCharts ChartViewGrowAnimator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[69/121] Compiling SwiftCharts CubicLinePathGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[70/121] Compiling SwiftCharts HandlingLabel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[71/121] Compiling SwiftCharts HandlingView.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[72/121] Compiling SwiftCharts InfoBubble.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[73/121] Compiling SwiftCharts StraightLinePathGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[74/121] Compiling SwiftCharts Zoomable.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[75/121] Compiling SwiftCharts ChartAxisLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[76/121] Compiling SwiftCharts ChartAxisModel.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[77/121] Compiling SwiftCharts ChartAxisValueStaticGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[78/121] Compiling SwiftCharts ChartAxisValuesGenerator.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[79/121] Compiling SwiftCharts ChartAxisValuesGeneratorDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[80/121] Compiling SwiftCharts ChartAxisValuesGeneratorFixed.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[81/121] Compiling SwiftCharts ChartAxisValuesGeneratorFixedNonOverlapping.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[82/121] Compiling SwiftCharts ChartAxisValuesGeneratorNice.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[83/121] Compiling SwiftCharts ChartAxisValuesGeneratorXDividers.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[84/121] Compiling SwiftCharts ChartAxisValuesGeneratorXFixedNonOverlapping.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[85/121] Compiling SwiftCharts ChartAxisValuesGeneratorYFixedNonOverlapping.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[86/121] Compiling SwiftCharts ChartAxisX.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[87/121] Compiling SwiftCharts ChartAxisXHighLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[88/121] Compiling SwiftCharts ChartAxisXLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[89/121] Compiling SwiftCharts ChartAxisXLowLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[90/121] Compiling SwiftCharts ChartAxisY.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[91/121] Compiling SwiftCharts ChartAxisYHighLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[92/121] Compiling SwiftCharts ChartAxisYLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[93/121] Compiling SwiftCharts ChartAxisYLowLayerDefault.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[94/121] Compiling SwiftCharts ChartAxisValue.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[95/121] Compiling SwiftCharts ChartAxisValueDate.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[96/121] Compiling SwiftCharts ChartAxisValueDouble.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[97/121] Compiling SwiftCharts ChartAxisValueDoubleScreenLoc.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[98/121] Compiling SwiftCharts ChartAxisValueFloat.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[99/121] Compiling SwiftCharts ChartAxisValueFloatScreenLoc.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[100/121] Compiling SwiftCharts ChartAxisValueInt.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[101/121] Compiling SwiftCharts ChartAxisValueString.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[102/121] Compiling SwiftCharts CGPoint.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[103/121] Compiling SwiftCharts CGRect.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[104/121] Compiling SwiftCharts Chart.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[105/121] Compiling SwiftCharts Int.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[106/121] Compiling SwiftCharts ChartBarsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[107/121] Compiling SwiftCharts ChartCandleStickLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[108/121] Compiling SwiftCharts ChartCoordsSpaceLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[109/121] Compiling SwiftCharts ChartDividersLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[110/121] Compiling SwiftCharts ChartGroupedBarsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[111/121] Compiling SwiftCharts ChartGuideLinesLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[112/121] Compiling SwiftCharts ChartLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[113/121] Compiling SwiftCharts ChartLayerBase.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[114/121] Compiling SwiftCharts ChartPointsAreaLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[115/121] Compiling SwiftCharts ChartPointsBubbleLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[116/121] Compiling SwiftCharts ChartPointsCandleStickViewsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[117/121] Compiling SwiftCharts ChartPointsLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
[118/121] Compiling SwiftCharts ChartPointsLineLayer.swift
/host/spi-builder-workspace/SwiftCharts/Array_String.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | protocol StringType {
BUILD FAILURE 6.1 linux