The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ChatLayout, reference 2.4.2 (48b4ed), with Swift 6.3 for Android on 29 Apr 2026 20:54:30 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/ekazaev/ChatLayout.git
Reference: 2.4.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/ekazaev/ChatLayout
 * tag               2.4.2      -> FETCH_HEAD
HEAD is now at 48b4ed3 Updated documentation and bumped version
Cloned https://github.com/ekazaev/ChatLayout.git
Revision (git rev-parse @):
48b4ed3d48bd6fdf0c1978fb4f400a91ca37eb64
SUCCESS checkout https://github.com/ekazaev/ChatLayout.git at 2.4.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ekazaev/ChatLayout.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/7] Write sources
[1/7] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/36] Emitting module ChatLayout
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[4/40] Compiling ChatLayout CGRect+Extension.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[5/40] Compiling ChatLayout IndexPath+Extension.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[6/40] Compiling ChatLayout RandomAccessCollection+Extension.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[7/40] Compiling ChatLayout ChangeItem.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[8/40] Compiling ChatLayout NSLayoutAnchor+Extension.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[9/40] Compiling ChatLayout NSLayoutDimension+Extension.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[10/40] Compiling ChatLayout UILayoutPriority+Extension.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[11/40] Compiling ChatLayout ImageMaskedView.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[12/40] Compiling ChatLayout ChatItemAlignment.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[13/40] Compiling ChatLayout ChatItemPinningType.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[14/40] Compiling ChatLayout ChatLayoutAttributes.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[15/40] Compiling ChatLayout ChatLayoutDelegate.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[16/40] Compiling ChatLayout MessageContainerView.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[17/40] Compiling ChatLayout RoundedCornersContainerView.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[18/40] Compiling ChatLayout StaticViewFactory.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[19/40] Compiling ChatLayout SwappingContainerView.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[20/40] Compiling ChatLayout ChatLayoutInvalidationContext.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[21/40] Compiling ChatLayout ChatLayoutPositionSnapshot.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[22/40] Compiling ChatLayout ChatLayoutSettings.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[23/40] Compiling ChatLayout CollectionViewChatLayout.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[24/40] Compiling ChatLayout ItemModel.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[25/40] Compiling ChatLayout ItemPath.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[26/40] Compiling ChatLayout ItemSize.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[27/40] Compiling ChatLayout LayoutModel.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[28/40] Compiling ChatLayout ModelState.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[29/40] Compiling ChatLayout SectionModel.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[30/40] Compiling ChatLayout StateController.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[31/40] Compiling ChatLayout CellLayoutContainerView.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[32/40] Compiling ChatLayout ContainerCollectionReusableView.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[33/40] Compiling ChatLayout ContainerCollectionViewCell.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[34/40] Compiling ChatLayout ContainerCollectionViewCellDelegate.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
[35/40] Compiling ChatLayout EdgeAligningView.swift
/host/spi-builder-workspace/ChatLayout/Classes/Core/ChatItemAlignment.swift:14:8: error: no such module 'UIKit'
12 |
13 | import Foundation
14 | import UIKit
   |        `- error: no such module 'UIKit'
15 |
16 | /// Represent item alignment in collection view layout
BUILD FAILURE 6.3 android