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 Parchment, reference main (dfb23e), with Swift 6.0 for Linux on 3 Dec 2024 10:26:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rechsteiner/Parchment.git
Reference: main
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/rechsteiner/Parchment
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dfb23ea Fix Swift version in podspec
Cloned https://github.com/rechsteiner/Parchment.git
Revision (git rev-parse @):
dfb23ea5118ca8bfbc578065627fccf4ec4a362e
SUCCESS checkout https://github.com/rechsteiner/Parchment.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/rechsteiner/Parchment.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Parchment",
  "name" : "Parchment",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Parchment",
      "targets" : [
        "Parchment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Parchment",
      "module_type" : "SwiftTarget",
      "name" : "Parchment",
      "path" : "Parchment",
      "product_memberships" : [
        "Parchment"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Parchment/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/PageViewController.swift",
        "Classes/PageViewCoordinator.swift",
        "Classes/PageViewManager.swift",
        "Classes/PagingBorderLayoutAttributes.swift",
        "Classes/PagingBorderView.swift",
        "Classes/PagingCell.swift",
        "Classes/PagingCellLayoutAttributes.swift",
        "Classes/PagingCollectionViewLayout.swift",
        "Classes/PagingController.swift",
        "Classes/PagingFiniteDataSource.swift",
        "Classes/PagingHostingIndicatorView.swift",
        "Classes/PagingIndicatorLayoutAttributes.swift",
        "Classes/PagingIndicatorView.swift",
        "Classes/PagingInvalidationContext.swift",
        "Classes/PagingMenuView.swift",
        "Classes/PagingOptions.swift",
        "Classes/PagingSizeCache.swift",
        "Classes/PagingStaticDataSource.swift",
        "Classes/PagingTitleCell.swift",
        "Classes/PagingView.swift",
        "Classes/PagingViewController.swift",
        "Enums/InvalidationState.swift",
        "Enums/PageViewDirection.swift",
        "Enums/PageViewState.swift",
        "Enums/PagingBorderOptions.swift",
        "Enums/PagingContentInteraction.swift",
        "Enums/PagingDirection.swift",
        "Enums/PagingIndicatorOptions.swift",
        "Enums/PagingMenuHorizontalAlignment.swift",
        "Enums/PagingMenuInteraction.swift",
        "Enums/PagingMenuItemSize.swift",
        "Enums/PagingMenuItemSource.swift",
        "Enums/PagingMenuPosition.swift",
        "Enums/PagingMenuTransition.swift",
        "Enums/PagingSelectedScrollPosition.swift",
        "Enums/PagingState.swift",
        "Extensions/UIColor+interpolation.swift",
        "Extensions/UIEdgeInsets.swift",
        "Extensions/UIView+constraints.swift",
        "Protocols/CollectionView.swift",
        "Protocols/PageViewControllerDataSource.swift",
        "Protocols/PageViewControllerDelegate.swift",
        "Protocols/PageViewManagerDataSource.swift",
        "Protocols/PageViewManagerDelegate.swift",
        "Protocols/PagingIndicatorStyle.swift",
        "Protocols/PagingItem.swift",
        "Protocols/PagingLayout.swift",
        "Protocols/PagingMenuDataSource.swift",
        "Protocols/PagingMenuDelegate.swift",
        "Protocols/PagingViewControllerDataSource.swift",
        "Protocols/PagingViewControllerDelegate.swift",
        "Protocols/PagingViewControllerInfiniteDataSource.swift",
        "Protocols/PagingViewControllerSizeDelegate.swift",
        "Protocols/Tween.swift",
        "Structs/AnyPagingItem.swift",
        "Structs/Page.swift",
        "Structs/PageContentConfiguration.swift",
        "Structs/PageItem.swift",
        "Structs/PageItemBuilder.swift",
        "Structs/PageItemCell.swift",
        "Structs/PageState.swift",
        "Structs/PageView.swift",
        "Structs/PagingCellViewModel.swift",
        "Structs/PagingControllerRepresentableView.swift",
        "Structs/PagingDiff.swift",
        "Structs/PagingDistance.swift",
        "Structs/PagingIndexItem.swift",
        "Structs/PagingIndicatorMetric.swift",
        "Structs/PagingItems.swift",
        "Structs/PagingNavigationOrientation.swift",
        "Structs/PagingTransition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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/Parchment/Resources/Info.plist
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/67] Emitting module Parchment
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[5/76] Compiling Parchment PageViewController.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[6/76] Compiling Parchment PageViewCoordinator.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[7/76] Compiling Parchment PageViewManager.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[8/76] Compiling Parchment PagingBorderLayoutAttributes.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[9/76] Compiling Parchment PagingBorderView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[10/76] Compiling Parchment PagingCell.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[11/76] Compiling Parchment PagingCellLayoutAttributes.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[12/76] Compiling Parchment PagingCollectionViewLayout.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[13/76] Compiling Parchment PagingController.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[14/76] Compiling Parchment PagingIndicatorOptions.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[15/76] Compiling Parchment PagingMenuHorizontalAlignment.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[16/76] Compiling Parchment PagingMenuInteraction.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[17/76] Compiling Parchment PagingMenuItemSize.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[18/76] Compiling Parchment PagingMenuItemSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[19/76] Compiling Parchment PagingMenuPosition.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[20/76] Compiling Parchment PagingMenuTransition.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[21/76] Compiling Parchment PagingSelectedScrollPosition.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[22/76] Compiling Parchment PagingState.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[23/76] Compiling Parchment UIColor+interpolation.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[24/76] Compiling Parchment UIEdgeInsets.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[25/76] Compiling Parchment UIView+constraints.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[26/76] Compiling Parchment CollectionView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[27/76] Compiling Parchment PageViewControllerDataSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[28/76] Compiling Parchment PageViewControllerDelegate.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[29/76] Compiling Parchment PageViewManagerDataSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[30/76] Compiling Parchment PageViewManagerDelegate.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[31/76] Compiling Parchment PagingIndicatorStyle.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[32/76] Compiling Parchment PagingFiniteDataSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[33/76] Compiling Parchment PagingHostingIndicatorView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[34/76] Compiling Parchment PagingIndicatorLayoutAttributes.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[35/76] Compiling Parchment PagingIndicatorView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[36/76] Compiling Parchment PagingInvalidationContext.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[37/76] Compiling Parchment PagingMenuView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[38/76] Compiling Parchment PagingOptions.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[39/76] Compiling Parchment PagingSizeCache.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[40/76] Compiling Parchment PagingStaticDataSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[41/76] Compiling Parchment PagingControllerRepresentableView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[42/76] Compiling Parchment PagingDiff.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[43/76] Compiling Parchment PagingDistance.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[44/76] Compiling Parchment PagingIndexItem.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[45/76] Compiling Parchment PagingIndicatorMetric.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[46/76] Compiling Parchment PagingItems.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[47/76] Compiling Parchment PagingNavigationOrientation.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[48/76] Compiling Parchment PagingTransition.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[49/76] Compiling Parchment resource_bundle_accessor.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[50/76] Compiling Parchment PagingTitleCell.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[51/76] Compiling Parchment PagingView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[52/76] Compiling Parchment PagingViewController.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[53/76] Compiling Parchment InvalidationState.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[54/76] Compiling Parchment PageViewDirection.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[55/76] Compiling Parchment PageViewState.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[56/76] Compiling Parchment PagingBorderOptions.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[57/76] Compiling Parchment PagingContentInteraction.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[58/76] Compiling Parchment PagingDirection.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[59/76] Compiling Parchment PagingItem.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[60/76] Compiling Parchment PagingLayout.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[61/76] Compiling Parchment PagingMenuDataSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[62/76] Compiling Parchment PagingMenuDelegate.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[63/76] Compiling Parchment PagingViewControllerDataSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[64/76] Compiling Parchment PagingViewControllerDelegate.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[65/76] Compiling Parchment PagingViewControllerInfiniteDataSource.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[66/76] Compiling Parchment PagingViewControllerSizeDelegate.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[67/76] Compiling Parchment Tween.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[68/76] Compiling Parchment AnyPagingItem.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[69/76] Compiling Parchment Page.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[70/76] Compiling Parchment PageContentConfiguration.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[71/76] Compiling Parchment PageItem.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[72/76] Compiling Parchment PageItemBuilder.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[73/76] Compiling Parchment PageItemCell.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[74/76] Compiling Parchment PageState.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[75/76] Compiling Parchment PageView.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
[76/76] Compiling Parchment PagingCellViewModel.swift
/host/spi-builder-workspace/Parchment/Classes/PageViewController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// PageViewController is a replacement for `UIPageViewController`
BUILD FAILURE 6.0 linux