The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ChatLayout, reference master (b84bdd), with Swift 6.1 for Linux on 30 Apr 2025 10:21:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/ChatLayout.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b84bdd8 Added initial support for sticky headers and footers.
Cloned https://github.com/ekazaev/ChatLayout.git
Revision (git rev-parse @):
b84bdd8c4d1698f1ac9e809f62afc1164e552a3e
SUCCESS checkout https://github.com/ekazaev/ChatLayout.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ekazaev/ChatLayout.git
https://github.com/ekazaev/ChatLayout.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ChatLayout",
  "name" : "ChatLayout",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ChatLayout",
      "targets" : [
        "ChatLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ChatLayoutStatic",
      "targets" : [
        "ChatLayout"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "ChatLayoutDynamic",
      "targets" : [
        "ChatLayout"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ChatLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "ChatLayoutTests",
      "path" : "Example/Tests",
      "sources" : [
        "HelpersTests.swift",
        "MockCollectionLayout.swift",
        "MockUICollectionViewUpdateItem.swift",
        "PerformanceTests.swift",
        "StateControllerInternalTests.swift",
        "StateControllerProcessUpdatesTests.swift"
      ],
      "target_dependencies" : [
        "ChatLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChatLayout",
      "module_type" : "SwiftTarget",
      "name" : "ChatLayout",
      "path" : "ChatLayout/Classes",
      "product_memberships" : [
        "ChatLayout",
        "ChatLayoutStatic",
        "ChatLayoutDynamic"
      ],
      "sources" : [
        "Core/ChatItemAlignment.swift",
        "Core/ChatLayoutAttributes.swift",
        "Core/ChatLayoutDelegate.swift",
        "Core/ChatLayoutInvalidationContext.swift",
        "Core/ChatLayoutPositionSnapshot.swift",
        "Core/ChatLayoutSettings.swift",
        "Core/CollectionViewChatLayout.swift",
        "Core/Extensions/CGRect+Extension.swift",
        "Core/Extensions/IndexPath+Extension.swift",
        "Core/Extensions/RandomAccessCollection+Extension.swift",
        "Core/Model/ChangeItem.swift",
        "Core/Model/ItemKind.swift",
        "Core/Model/ItemModel.swift",
        "Core/Model/ItemPath.swift",
        "Core/Model/ItemSize.swift",
        "Core/Model/LayoutModel.swift",
        "Core/Model/ModelState.swift",
        "Core/Model/SectionModel.swift",
        "Core/Model/StateController.swift",
        "Extras/CellLayoutContainerView.swift",
        "Extras/ContainerCollectionReusableView.swift",
        "Extras/ContainerCollectionViewCell.swift",
        "Extras/ContainerCollectionViewCellDelegate.swift",
        "Extras/EdgeAligningView.swift",
        "Extras/Extensions/NSLayoutAnchor+Extension.swift",
        "Extras/Extensions/NSLayoutDimension+Extension.swift",
        "Extras/Extensions/UILayoutPriority+Extension.swift",
        "Extras/ImageMaskedView.swift",
        "Extras/MessageContainerView.swift",
        "Extras/RoundedCornersContainerView.swift",
        "Extras/StaticViewFactory.swift",
        "Extras/SwappingContainerView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-24593BA9C3E375BF.txt
[3/36] 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
[4/36] 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
[5/36] 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
[6/36] 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
[7/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
[8/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
[9/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
[10/40] Compiling ChatLayout ItemKind.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 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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/40] 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
[32/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
[33/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
[34/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
[35/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/Example/Tests/Info.plist
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/35] 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
[3/35] 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
[4/35] 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
[5/35] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/39] 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
[7/39] 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
[8/39] 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
[9/39] 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
[10/39] 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
[11/39] 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
[12/39] 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
[13/39] 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
[14/39] 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
[15/39] 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
[16/39] 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
[17/39] 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
[18/39] Compiling ChatLayout ItemKind.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/39] 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
[20/39] 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
[21/39] 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
[22/39] 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
[23/39] 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
[24/39] 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
[25/39] 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
[26/39] 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
[27/39] 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
[28/39] 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
[29/39] 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
[30/39] 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
[31/39] 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
[32/39] 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
[33/39] 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
[34/39] 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
BUILD FAILURE 6.1 linux