The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OnboardingUI, reference 1.0.1 (032555), with Swift 6.3 for Linux on 16 Apr 2026 15:54:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/OnboardingUI.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/KC-2001MS/OnboardingUI
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 032555b fix dismiss button
Cloned https://github.com/KC-2001MS/OnboardingUI.git
Revision (git rev-parse @):
032555b18e77d64fb43e34fc053e249522f0ad7c
SUCCESS checkout https://github.com/KC-2001MS/OnboardingUI.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/KC-2001MS/OnboardingUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.65s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.62s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/OnboardingUI/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Copying Localizable.xcstrings
[2/6] Copying Info.plist
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/28] Compiling OnboardingUI ColorButtonStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[8/28] Compiling OnboardingUI OnboardingViewStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[9/28] Compiling OnboardingUI AutomaticOnboardingViewStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[10/28] Compiling OnboardingUI OnboardingView.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[11/28] Compiling OnboardingUI DismissButton.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[12/28] Compiling OnboardingUI OnboardingButton.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[13/30] Compiling OnboardingUI Text+onboardingTextFormatting.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[14/30] Compiling OnboardingUI View+onboardingSheet.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[15/30] Compiling OnboardingUI View+onboardingViewStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[16/30] Compiling OnboardingUI Preview.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[17/30] Compiling OnboardingUI EnvironmentValues.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[18/30] Compiling OnboardingUI DismissButtonStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[19/30] Compiling OnboardingUI OnboardingItem.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[20/30] Compiling OnboardingUI resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[21/30] Compiling OnboardingUI AppVersionManager.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[22/30] Compiling OnboardingUI FeatureBuilder.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[23/30] Compiling OnboardingUI Onboarding.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/30] Emitting module OnboardingUI
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[25/30] Compiling OnboardingUI BasicOnboardingViewStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[26/30] Compiling OnboardingUI ClassicOnboardingViewStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[27/30] Compiling OnboardingUI ColoredGlassOnboardingViewStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[28/30] Compiling OnboardingUI GlassOnboardingViewStyle.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[29/30] Compiling OnboardingUI OnboardingCardView.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
[30/30] Compiling OnboardingUI OnboardingSheetView.swift
/host/spi-builder-workspace/Sources/OnboardingUI/Processing/AppVersionManager.swift:10:8: error: no such module 'SwiftUI'
 8 | import Foundation
 9 | import Observation
10 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
11 |
12 | /// A general-purpose operation recorder capable of determining the initial startup of an application or the startup of an application after an upgrade.
BUILD FAILURE 6.3 linux