The Swift Package Index logo.Swift Package Index

Build Information

Failed to build iOSAlertLibrary, reference v1.0.0 (a77e0c), with Swift 6.2 for Android on 22 Jun 2025 17:31:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MickeyRU/AlertsLibrary.git
Reference: v1.0.0
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/MickeyRU/AlertsLibrary
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at a77e0cd Merge pull request #2 from Archichil/main
Cloned https://github.com/MickeyRU/AlertsLibrary.git
Revision (git rev-parse @):
a77e0cd56a67a2a788d1bf716b9a2598b60cf5c6
SUCCESS checkout https://github.com/MickeyRU/AlertsLibrary.git at v1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MickeyRU/AlertsLibrary.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13984] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.04s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.78s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.62s)
[1/70925] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.11s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (10.02s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (5.58s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.79s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/38] Compiling iOSAlertLibrary OverlayWindowManager.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[4/38] Compiling iOSAlertLibrary ContainerConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[5/38] Compiling iOSAlertLibrary ContainerViewProtocol.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[6/38] Compiling iOSAlertLibrary DynamicUIHostingController.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[7/38] Compiling iOSAlertLibrary GestureProcessor.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/42] Emitting module iOSAlertLibrary
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[9/42] Compiling iOSAlertLibrary AnimationPreset.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[10/42] Compiling iOSAlertLibrary View + Extension.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[11/42] Compiling iOSAlertLibrary AnimationConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[12/42] Compiling iOSAlertLibrary AnimationType.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[13/42] Compiling iOSAlertLibrary AnimationPresetProtocol.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[14/42] Compiling iOSAlertLibrary ToastConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[15/42] Compiling iOSAlertLibrary AlertButtonColorProvider.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[16/42] Compiling iOSAlertLibrary AlertColorProvider.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[17/42] Compiling iOSAlertLibrary DynamicIslandAlertColorProvider.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[18/42] Compiling iOSAlertLibrary InformationAlertColorProvider.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[19/42] Compiling iOSAlertLibrary CollapsedToastView.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[20/42] Compiling iOSAlertLibrary ExpandedToastView.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[21/42] Compiling iOSAlertLibrary ToastView.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[22/42] Compiling iOSAlertLibrary iOSAlertLibrary.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[23/42] Compiling iOSAlertLibrary AlertButton.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[24/42] Compiling iOSAlertLibrary AlertView.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[25/42] Compiling iOSAlertLibrary DismissButton.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[26/42] Compiling iOSAlertLibrary DynamicIslandAlertView.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[27/42] Compiling iOSAlertLibrary InformationAlertView.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[28/42] Compiling iOSAlertLibrary AlertButtonConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[29/42] Compiling iOSAlertLibrary AlertConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[30/42] Compiling iOSAlertLibrary DynamicIslandAlertConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[31/42] Compiling iOSAlertLibrary ExpandedToastConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[32/42] Compiling iOSAlertLibrary InformationAlertConfig.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[33/42] Compiling iOSAlertLibrary PassThroughWindow.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[34/42] Compiling iOSAlertLibrary StatusBarBasedController.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[35/42] Compiling iOSAlertLibrary UIView + extensions.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[36/42] Compiling iOSAlertLibrary AlertType.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[37/42] Compiling iOSAlertLibrary ToastStyle.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[38/42] Compiling iOSAlertLibrary BasicContainerView.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[39/42] Compiling iOSAlertLibrary BasicContainerViewModel.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[40/42] Compiling iOSAlertLibrary AlertGestureConfigEnum.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[41/42] Compiling iOSAlertLibrary AlertPositionEnum.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
[42/42] Compiling iOSAlertLibrary AlertPresentationManager.swift
/host/spi-builder-workspace/Sources/iOSAlertLibrary/Animations/Animations/AnimationPreset.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | struct AnimationPreset: ViewModifier {
BUILD FAILURE 6.2 android