This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 FLCharts with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/francescoleoni98/FLCharts.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4ba24c3 Merge pull request #64 from francescoleoni98/francescoleoni98-patch-1
Cloned https://github.com/francescoleoni98/FLCharts.git
Revision (git rev-parse @):
4ba24c3c3f795760fcb05bf304cfecd9752e9890
SUCCESS checkout https://github.com/francescoleoni98/FLCharts.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/francescoleoni98/FLCharts.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/16] Write sources
[0/16] Copying Localizable.strings
[13/16] Copying Info.plist
[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 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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
[50/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 {
[51/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 {
[52/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 {
[53/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 {
[54/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 {
[55/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 {
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[60/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 {
[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 {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.