Build Information
Failed to build Parchment, reference main (dfb23e
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 04:39:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/rechsteiner/Parchment.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-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
[0/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 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`
[6/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`
[7/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`
[8/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`
[9/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`
[10/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`
[11/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`
[12/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`
[13/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`
[14/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`
[15/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`
[16/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`
[17/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`
[18/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`
[19/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`
[20/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`
[21/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`
[22/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`
[23/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`
[24/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`
[25/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`
[26/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`
[27/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`
[28/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`
[29/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`
[30/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`
[31/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`
[32/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`
[33/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`
[34/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`
[35/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`
[36/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`
[37/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`
[38/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`
[39/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`
[40/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`
[41/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`
[42/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`
[43/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`
[44/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`
[45/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`
[46/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`
[47/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`
[48/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`
[49/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`
[50/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`
[51/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`
[52/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`
[53/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`
[54/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`
[55/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`
[56/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`
[57/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`
[58/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`
[59/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`
[60/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`
[61/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`
[62/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`
[63/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`
[64/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`
[65/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`
[66/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`
[67/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`
[68/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`
[69/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`
[70/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`
[71/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`
[72/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`
[73/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`
[74/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`
[75/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`
[76/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`
BUILD FAILURE 6.2 linux