The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BIKCharts, reference main (60e267), with Swift 6.3 for Android on 12 Apr 2026 06:13:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ilyadaberdil/BIKCharts.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/ilyadaberdil/BIKCharts
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 60e2672 Update README.md
Cloned https://github.com/ilyadaberdil/BIKCharts.git
Revision (git rev-parse @):
60e26720ac3df25434e68822689e928e0731e5ca
SUCCESS checkout https://github.com/ilyadaberdil/BIKCharts.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ilyadaberdil/BIKCharts.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/38] Compiling BIKCharts BadgeShape.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[4/38] Compiling BIKCharts BadgeValue.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[5/38] Compiling BIKCharts BadgeValueModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[6/38] Compiling BIKCharts BarModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[7/38] Compiling BIKCharts HorizontalBar.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[8/38] Compiling BIKCharts PieShape.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[9/38] Compiling BIKCharts PieShapeModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[10/38] Compiling BIKCharts PieSlice.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[11/38] Compiling BIKCharts PieSliceModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[12/38] Compiling BIKCharts BarMockData.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[13/38] Compiling BIKCharts BarChartSamples.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[14/38] Compiling BIKCharts CircularChartSamples.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[15/38] Compiling BIKCharts LineChartSamples.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[16/38] Compiling BIKCharts PieChartSamples.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[17/38] Compiling BIKCharts CalculationStyle.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[18/38] Compiling BIKCharts LinePointShapeModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[19/38] Compiling BIKCharts LineShape.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[20/38] Compiling BIKCharts LineShapeModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[21/38] Compiling BIKCharts PieChart.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[22/38] Compiling BIKCharts PieChartModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[23/43] Compiling BIKCharts ChartSliceDataModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[24/43] Compiling BIKCharts Optional+Extension.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[25/43] Compiling BIKCharts CGRect+Extension.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[26/43] Compiling BIKCharts GeometryProxy+Extension.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[27/43] Compiling BIKCharts View+Extension.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[28/43] Compiling BIKCharts CircularMockData.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[29/43] Compiling BIKCharts LineMockData.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[30/43] Compiling BIKCharts MockData.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[31/43] Compiling BIKCharts PieMockData.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[32/43] Compiling BIKCharts SampleChartApp.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/43] Emitting module BIKCharts
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[34/43] Compiling BIKCharts CircularSliceModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[35/43] Compiling BIKCharts CircularSliceView.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[36/43] Compiling BIKCharts LineChart.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[37/43] Compiling BIKCharts LineChartModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[38/43] Compiling BIKCharts LinePointShape.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[39/43] Compiling BIKCharts VerticalBar.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[40/43] Compiling BIKCharts BarChart.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[41/43] Compiling BIKCharts BarChartModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[42/43] Compiling BIKCharts CircularChart.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
[43/43] Compiling BIKCharts CircularChartModel.swift
/host/spi-builder-workspace/Sources/BIKCharts/BarChart/BadgeValue/BadgeShape.swift:9:8: error: no such module 'SwiftUI'
 7 | //
 8 |
 9 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
10 |
11 | struct BadgeShape: Shape {
BUILD FAILURE 6.3 android