The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Helper4Swift, reference 1.0.1 (dd28fe), with Swift 6.3 for Android on 11 Apr 2026 13:17:34 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: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/cs4alhaider/Helper4Swift.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/cs4alhaider/Helper4Swift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at dd28fe2 Converting to SPM
Cloned https://github.com/cs4alhaider/Helper4Swift.git
Revision (git rev-parse @):
dd28fe290b5e5a0229b6d50af5bd30278fea42ec
SUCCESS checkout https://github.com/cs4alhaider/Helper4Swift.git at 1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cs4alhaider/Helper4Swift.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: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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/32] Emitting module Helper4Swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[4/36] Compiling Helper4Swift UITextView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[5/36] Compiling Helper4Swift UIView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[6/36] Compiling Helper4Swift UIViewAutoLayout+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[7/36] Compiling Helper4Swift UIViewController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[8/36] Compiling Helper4Swift UIStoryboard+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[9/36] Compiling Helper4Swift UITabBarController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[10/36] Compiling Helper4Swift UITableView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[11/36] Compiling Helper4Swift UITextField+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[12/36] Compiling Helper4Swift UIImageView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[13/36] Compiling Helper4Swift UIKeyboardType+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[14/36] Compiling Helper4Swift UILabel+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[15/36] Compiling Helper4Swift UINavigationController+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[16/36] Compiling Helper4Swift Array+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[17/36] Compiling Helper4Swift Bundle+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[18/36] Compiling Helper4Swift CALayer+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[19/36] Compiling Helper4Swift Date+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[20/36] Compiling Helper4Swift Dictionary+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[21/36] Compiling Helper4Swift UIViewController+LocalAuthentication+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[22/36] Compiling Helper4Swift URL+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[23/36] Compiling Helper4Swift Helper4Swift.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[24/36] Compiling Helper4Swift UIViewFromNib.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[25/36] Compiling Helper4Swift Dispatch+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[26/36] Compiling Helper4Swift Encodable+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[27/36] Compiling Helper4Swift Int+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[28/36] Compiling Helper4Swift JSONDecoder+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[29/36] Compiling Helper4Swift UIButton+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[30/36] Compiling Helper4Swift UICollectionView+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[31/36] Compiling Helper4Swift UIColor+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[32/36] Compiling Helper4Swift UIImage+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[33/36] Compiling Helper4Swift NSMutableAttributedString+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[34/36] Compiling Helper4Swift String+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[35/36] Compiling Helper4Swift TimeInterval+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
[36/36] Compiling Helper4Swift UIApplication+Extension.swift
/host/spi-builder-workspace/Sources/Helper4Swift/Extensions/CALayer+Extension.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 | #if !os(macOS)
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | public extension CALayer {
BUILD FAILURE 6.3 android