The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ComponentsKit, reference 1.5.2 (6f8cc9), with Swift 6.1 for Android on 31 May 2025 06:41:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/componentskit/ComponentsKit.git
Reference: 1.5.2
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/componentskit/ComponentsKit
 * tag               1.5.2      -> FETCH_HEAD
HEAD is now at 6f8cc9f Merge pull request #94 from componentskit/dev
Cloned https://github.com/componentskit/ComponentsKit.git
Revision (git rev-parse @):
6f8cc9f6f1b489b2d5559771b0fe31c7849f0b22
SUCCESS checkout https://github.com/componentskit/ComponentsKit.git at 1.5.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/componentskit/ComponentsKit.git
https://github.com/componentskit/ComponentsKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "autolayout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/componentskit/AutoLayout"
    }
  ],
  "manifest_display_name" : "ComponentsKit",
  "name" : "ComponentsKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ComponentsKit",
      "targets" : [
        "ComponentsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComponentsKit",
      "module_type" : "SwiftTarget",
      "name" : "ComponentsKit",
      "path" : "Sources/ComponentsKit",
      "product_dependencies" : [
        "AutoLayout"
      ],
      "product_memberships" : [
        "ComponentsKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ComponentsKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/Alert/Helpers/AlertButtonsOrientationCalculator.swift",
        "Components/Alert/Models/AlertButtonVM.swift",
        "Components/Alert/Models/AlertVM.swift",
        "Components/Alert/SUAlert.swift",
        "Components/Alert/UKAlertController.swift",
        "Components/Avatar/Helpers/AvatarImageManager.swift",
        "Components/Avatar/Models/AvatarImageSource.swift",
        "Components/Avatar/Models/AvatarPlaceholder.swift",
        "Components/Avatar/Models/AvatarVM.swift",
        "Components/Avatar/SwiftUI/AvatarContent.swift",
        "Components/Avatar/SwiftUI/SUAvatar.swift",
        "Components/Avatar/UIKit/UKAvatar.swift",
        "Components/AvatarGroup/Models/AvatarGroupVM.swift",
        "Components/AvatarGroup/Models/AvatarItemVM.swift",
        "Components/AvatarGroup/SwiftUI/SUAvatarGroup.swift",
        "Components/AvatarGroup/UIKit/AvatarContainer.swift",
        "Components/AvatarGroup/UIKit/UKAvatarGroup.swift",
        "Components/Badge/Models/BadgeStyle.swift",
        "Components/Badge/Models/BadgeVM.swift",
        "Components/Badge/SUBadge.swift",
        "Components/Badge/UKBadge.swift",
        "Components/Button/Models/ButtonImageLocation.swift",
        "Components/Button/Models/ButtonImageSource.swift",
        "Components/Button/Models/ButtonVM.swift",
        "Components/Button/SUButton.swift",
        "Components/Button/UKButton.swift",
        "Components/Card/Models/CardVM.swift",
        "Components/Card/SUCard.swift",
        "Components/Card/UKCard.swift",
        "Components/Checkbox/Helpers/CheckboxAnimationDurations.swift",
        "Components/Checkbox/Models/CheckboxVM.swift",
        "Components/Checkbox/SUCheckbox.swift",
        "Components/Checkbox/UKCheckbox.swift",
        "Components/CircularProgress/Models/CircularProgressLineCap.swift",
        "Components/CircularProgress/Models/CircularProgressShape.swift",
        "Components/CircularProgress/Models/CircularProgressVM.swift",
        "Components/CircularProgress/SUCircularProgress.swift",
        "Components/CircularProgress/UKCircularProgress.swift",
        "Components/Countdown/Helpers/CountdownHelpers.swift",
        "Components/Countdown/Helpers/CountdownWidthCalculator.swift",
        "Components/Countdown/Localization/UnitsLocalization.swift",
        "Components/Countdown/Manager/CountdownManager.swift",
        "Components/Countdown/Models/CountdownStyle.swift",
        "Components/Countdown/Models/CountdownVM.swift",
        "Components/Countdown/SUCountdown.swift",
        "Components/Countdown/UKCountdown.swift",
        "Components/Divider/Models/DividerOrientation.swift",
        "Components/Divider/Models/DividerVM.swift",
        "Components/Divider/SUDivider.swift",
        "Components/Divider/UKDivider.swift",
        "Components/InputField/Models/InputFieldTitlePosition.swift",
        "Components/InputField/Models/InputFieldVM.swift",
        "Components/InputField/SUInputField.swift",
        "Components/InputField/UKInputField.swift",
        "Components/Loading/Models/LoadingStyle.swift",
        "Components/Loading/Models/LoadingVM.swift",
        "Components/Loading/SULoading.swift",
        "Components/Loading/UKLoading.swift",
        "Components/Modal/Models/BottomModalVM.swift",
        "Components/Modal/Models/CenterModalVM.swift",
        "Components/Modal/Models/ModalOverlayStyle.swift",
        "Components/Modal/Models/ModalSize.swift",
        "Components/Modal/Models/ModalTransition.swift",
        "Components/Modal/Models/ModalVM.swift",
        "Components/Modal/SharedHelpers/ModalAnimation.swift",
        "Components/Modal/SwiftUI/Helpers/ModalPresentationModifier.swift",
        "Components/Modal/SwiftUI/Helpers/ModalPresentationWithItemModifier.swift",
        "Components/Modal/SwiftUI/Helpers/View+Helpers.swift",
        "Components/Modal/SwiftUI/ModalContent.swift",
        "Components/Modal/SwiftUI/ModalOverlay.swift",
        "Components/Modal/SwiftUI/SUBottomModal.swift",
        "Components/Modal/SwiftUI/SUCenterModal.swift",
        "Components/Modal/UIKit/Helpers/ContentSizedScrollView.swift",
        "Components/Modal/UIKit/UKBottomModalController.swift",
        "Components/Modal/UIKit/UKCenterModalController.swift",
        "Components/Modal/UIKit/UKModalController.swift",
        "Components/ProgressBar/Models/ProgressBarStyle.swift",
        "Components/ProgressBar/Models/ProgressBarVM.swift",
        "Components/ProgressBar/SUProgressBar.swift",
        "Components/ProgressBar/UKProgressBar.swift",
        "Components/RadioGroup/Models/RadioGroupVM.swift",
        "Components/RadioGroup/Models/RadioItemVM.swift",
        "Components/RadioGroup/SwiftUI/SURadioGroup.swift",
        "Components/RadioGroup/UIKit/RadioGroupItemView.swift",
        "Components/RadioGroup/UIKit/UKRadioGroup.swift",
        "Components/SegmentedControl/Models/SegmentedControlItemVM.swift",
        "Components/SegmentedControl/Models/SegmentedControlVM.swift",
        "Components/SegmentedControl/SUSegmentedControl.swift",
        "Components/SegmentedControl/UKSegmentedControl.swift",
        "Components/Slider/Models/SliderStyle.swift",
        "Components/Slider/Models/SliderVM.swift",
        "Components/Slider/SUSlider.swift",
        "Components/Slider/UKSlider.swift",
        "Components/TextInput/Helpers/TextInputHeightCalculator.swift",
        "Components/TextInput/Models/TextInputVM.swift",
        "Components/TextInput/SUTextInput.swift",
        "Components/TextInput/UKTextInput.swift",
        "Helpers/Swift/Array+Safe.swift",
        "Helpers/Swift/Collection+Helpers.swift",
        "Helpers/Swift/Optional+Helpers.swift",
        "Helpers/SwiftUI/ThemeChangeObserver.swift",
        "Helpers/SwiftUI/View+Observe.swift",
        "Helpers/UIKit/FullWidthComponent.swift",
        "Helpers/UIKit/NSObject+ObserveThemeChange.swift",
        "Helpers/UIKit/UIEdgeInsets+Helpers.swift",
        "Helpers/UIKit/UIView+Helpers.swift",
        "Shared/Colors/ComponentColor.swift",
        "Shared/Colors/UniversalColor.swift",
        "Shared/Fonts/UniversalFont.swift",
        "Shared/Protocols/ComponentVM.swift",
        "Shared/Protocols/Initializable.swift",
        "Shared/Protocols/UKComponent.swift",
        "Shared/Protocols/Updatable.swift",
        "Shared/Types/AnimationScale.swift",
        "Shared/Types/BorderWidth.swift",
        "Shared/Types/ButtonStyle.swift",
        "Shared/Types/ComponentRadius.swift",
        "Shared/Types/ComponentSize.swift",
        "Shared/Types/ContainerRadius.swift",
        "Shared/Types/ImageRenderingMode.swift",
        "Shared/Types/InputStyle.swift",
        "Shared/Types/Paddings.swift",
        "Shared/Types/Shadow.swift",
        "Shared/Types/SubmitType.swift",
        "Shared/Types/TextAutocapitalization.swift",
        "Theme/Layout.swift",
        "Theme/Palette.swift",
        "Theme/Theme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/componentskit/AutoLayout
[1/29] Fetching autolayout
Fetched https://github.com/componentskit/AutoLayout from cache (0.23s)
Computing version for https://github.com/componentskit/AutoLayout
Computed https://github.com/componentskit/AutoLayout at 1.0.0 (0.83s)
Creating working copy for https://github.com/componentskit/AutoLayout
Working copy of https://github.com/componentskit/AutoLayout 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/ComponentsKit/Resources/Assets.xcassets
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Compiling AutoLayout UIView+Layout.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[6/9] Compiling AutoLayout LayoutConstraintsBuilder.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Emitting module AutoLayout
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[8/9] Compiling AutoLayout LayoutConstraints+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[9/9] Compiling AutoLayout LayoutConstraints.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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/ComponentsKit/Resources/Assets.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling AutoLayout UIView+Layout.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[3/6] Compiling AutoLayout LayoutConstraints+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Compiling AutoLayout LayoutConstraints.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[5/6] Emitting module AutoLayout
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
[6/6] Compiling AutoLayout LayoutConstraintsBuilder.swift
/host/spi-builder-workspace/.build/checkouts/AutoLayout/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
 1 | import UIKit
   |        `- error: no such module 'UIKit'
 2 |
 3 | /// A structure that holds references to various layout constraints applied to a view.
BUILD FAILURE 6.1 android