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 CollectionViewPagingLayout, reference master (5b4072), with Swift 6.1 for Linux on 26 Apr 2025 21:53:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amirdew/CollectionViewPagingLayout.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/amirdew/CollectionViewPagingLayout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5b40724 Fix warnings
Cloned https://github.com/amirdew/CollectionViewPagingLayout.git
Revision (git rev-parse @):
5b40724af52b4d80f4b5d90a41f1aab8476be4f9
SUCCESS checkout https://github.com/amirdew/CollectionViewPagingLayout.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amirdew/CollectionViewPagingLayout.git
https://github.com/amirdew/CollectionViewPagingLayout.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionViewPagingLayout",
  "name" : "CollectionViewPagingLayout",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionViewPagingLayout",
      "targets" : [
        "CollectionViewPagingLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionViewPagingLayout",
      "module_type" : "SwiftTarget",
      "name" : "CollectionViewPagingLayout",
      "path" : "Lib",
      "product_memberships" : [
        "CollectionViewPagingLayout"
      ],
      "sources" : [
        "BlurEffectView.swift",
        "CollectionViewPagingLayout.ZPositionHandler.swift",
        "CollectionViewPagingLayout.swift",
        "Scale/ScaleTransformView.swift",
        "Scale/ScaleTransformViewOptions+Layout.swift",
        "Scale/ScaleTransformViewOptions.Rotation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.Translation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.swift",
        "Snapshot/SnapshotContainerView.swift",
        "Snapshot/SnapshotTransformView.swift",
        "Snapshot/SnapshotTransformViewOptions+Layout.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecePosition.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecesValue.swift",
        "Snapshot/SnapshotTransformViewOptions.swift",
        "Stack/StackTransformView.swift",
        "Stack/StackTransformViewOptions+Layout.swift",
        "Stack/StackTransformViewOptions.swift",
        "SwiftUI/PagePadding.swift",
        "SwiftUI/PagingCollectionViewCell.swift",
        "SwiftUI/PagingCollectionViewController.swift",
        "SwiftUI/PagingCollectionViewControllerBuilder.swift",
        "SwiftUI/PagingCollectionViewModifierData.swift",
        "SwiftUI/ScalePageView.swift",
        "SwiftUI/SnapshotPageView.swift",
        "SwiftUI/StackPageView.swift",
        "SwiftUI/TransformPageView.swift",
        "SwiftUI/TransformPageViewProtocol.swift",
        "TransformCurve.swift",
        "TransformableView.swift",
        "Utilities/CGFloat+Interpolate.swift",
        "Utilities/CGFloat+Range.swift",
        "Utilities/Multipliable.swift",
        "Utilities/UIView+Utilities.swift",
        "ViewAnimator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/33] Compiling CollectionViewPagingLayout ScalePageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[4/33] Compiling CollectionViewPagingLayout SnapshotPageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[5/33] Compiling CollectionViewPagingLayout StackPageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[6/33] Compiling CollectionViewPagingLayout TransformPageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[7/33] Compiling CollectionViewPagingLayout TransformPageViewProtocol.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[8/33] Compiling CollectionViewPagingLayout TransformCurve.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[9/33] Compiling CollectionViewPagingLayout TransformableView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[10/33] Compiling CollectionViewPagingLayout CGFloat+Interpolate.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[11/37] Compiling CollectionViewPagingLayout CGFloat+Range.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[12/37] Compiling CollectionViewPagingLayout Multipliable.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[13/37] Compiling CollectionViewPagingLayout UIView+Utilities.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[14/37] Compiling CollectionViewPagingLayout ViewAnimator.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[15/37] Compiling CollectionViewPagingLayout StackTransformView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[16/37] Compiling CollectionViewPagingLayout StackTransformViewOptions+Layout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[17/37] Compiling CollectionViewPagingLayout StackTransformViewOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[18/37] Compiling CollectionViewPagingLayout PagePadding.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[19/37] Compiling CollectionViewPagingLayout PagingCollectionViewCell.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[20/37] Compiling CollectionViewPagingLayout PagingCollectionViewController.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[21/37] Compiling CollectionViewPagingLayout PagingCollectionViewControllerBuilder.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[22/37] Compiling CollectionViewPagingLayout PagingCollectionViewModifierData.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/37] Emitting module CollectionViewPagingLayout
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[24/37] Compiling CollectionViewPagingLayout BlurEffectView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[25/37] Compiling CollectionViewPagingLayout CollectionViewPagingLayout.ZPositionHandler.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[26/37] Compiling CollectionViewPagingLayout CollectionViewPagingLayout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[27/37] Compiling CollectionViewPagingLayout ScaleTransformView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[28/37] Compiling CollectionViewPagingLayout ScaleTransformViewOptions+Layout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[29/37] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions+Layout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[30/37] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions.PiecePosition.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[31/37] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions.PiecesValue.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[32/37] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[33/37] Compiling CollectionViewPagingLayout ScaleTransformViewOptions.Rotation3dOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[34/37] Compiling CollectionViewPagingLayout ScaleTransformViewOptions.Translation3dOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[35/37] Compiling CollectionViewPagingLayout ScaleTransformViewOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[36/37] Compiling CollectionViewPagingLayout SnapshotContainerView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[37/37] Compiling CollectionViewPagingLayout SnapshotTransformView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/32] Emitting module CollectionViewPagingLayout
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[3/36] Compiling CollectionViewPagingLayout CGFloat+Range.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[4/36] Compiling CollectionViewPagingLayout Multipliable.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[5/36] Compiling CollectionViewPagingLayout UIView+Utilities.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[6/36] Compiling CollectionViewPagingLayout ViewAnimator.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[7/36] Compiling CollectionViewPagingLayout ScaleTransformViewOptions.Rotation3dOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[8/36] Compiling CollectionViewPagingLayout ScaleTransformViewOptions.Translation3dOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[9/36] Compiling CollectionViewPagingLayout ScaleTransformViewOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[10/36] Compiling CollectionViewPagingLayout SnapshotContainerView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[11/36] Compiling CollectionViewPagingLayout SnapshotTransformView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[12/36] Compiling CollectionViewPagingLayout TransformPageViewProtocol.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[13/36] Compiling CollectionViewPagingLayout TransformCurve.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[14/36] Compiling CollectionViewPagingLayout TransformableView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[15/36] Compiling CollectionViewPagingLayout CGFloat+Interpolate.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[16/36] Compiling CollectionViewPagingLayout PagingCollectionViewCell.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[17/36] Compiling CollectionViewPagingLayout PagingCollectionViewController.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[18/36] Compiling CollectionViewPagingLayout PagingCollectionViewControllerBuilder.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[19/36] Compiling CollectionViewPagingLayout PagingCollectionViewModifierData.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[20/36] Compiling CollectionViewPagingLayout ScalePageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[21/36] Compiling CollectionViewPagingLayout SnapshotPageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[22/36] Compiling CollectionViewPagingLayout StackPageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[23/36] Compiling CollectionViewPagingLayout TransformPageView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[24/36] Compiling CollectionViewPagingLayout StackTransformView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[25/36] Compiling CollectionViewPagingLayout StackTransformViewOptions+Layout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[26/36] Compiling CollectionViewPagingLayout StackTransformViewOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[27/36] Compiling CollectionViewPagingLayout PagePadding.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[28/36] Compiling CollectionViewPagingLayout BlurEffectView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[29/36] Compiling CollectionViewPagingLayout CollectionViewPagingLayout.ZPositionHandler.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[30/36] Compiling CollectionViewPagingLayout CollectionViewPagingLayout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[31/36] Compiling CollectionViewPagingLayout ScaleTransformView.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[32/36] Compiling CollectionViewPagingLayout ScaleTransformViewOptions+Layout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[33/36] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions+Layout.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[34/36] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions.PiecePosition.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[35/36] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions.PiecesValue.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
[36/36] Compiling CollectionViewPagingLayout SnapshotTransformViewOptions.swift
/host/spi-builder-workspace/Lib/BlurEffectView.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public class BlurEffectView: UIVisualEffectView {
BUILD FAILURE 6.1 linux