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 v4.1.0 (c818d0), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 12:25:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rechsteiner/Parchment.git
Reference: v4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rechsteiner/Parchment
 * tag               v4.1.0     -> FETCH_HEAD
HEAD is now at c818d07 Merge pull request #733 from rechsteiner/release
Cloned https://github.com/rechsteiner/Parchment.git
Revision (git rev-parse @):
c818d07d5d0f30f69472e8c0cf4fb9c246d46678
SUCCESS checkout https://github.com/rechsteiner/Parchment.git at v4.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rechsteiner/Parchment.git
https://github.com/rechsteiner/Parchment.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Parchment",
  "name" : "Parchment",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/69] Emitting module Parchment
/Users/admin/builder/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 UIEdgeInsets.swift
/Users/admin/builder/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 UIView+constraints.swift
/Users/admin/builder/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 CollectionView.swift
/Users/admin/builder/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 PageViewControllerDataSource.swift
/Users/admin/builder/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 PageViewControllerDelegate.swift
/Users/admin/builder/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 PageViewManagerDataSource.swift
/Users/admin/builder/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 PageViewManagerDelegate.swift
/Users/admin/builder/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 PagingDistance.swift
/Users/admin/builder/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 PagingIndexItem.swift
/Users/admin/builder/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 PagingIndicatorMetric.swift
/Users/admin/builder/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 PagingItems.swift
/Users/admin/builder/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 PagingNavigationOrientation.swift
/Users/admin/builder/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 PagingTransition.swift
/Users/admin/builder/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 resource_bundle_accessor.swift
/Users/admin/builder/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 PagingMenuItemSize.swift
/Users/admin/builder/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 PagingMenuItemSource.swift
/Users/admin/builder/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 PagingMenuPosition.swift
/Users/admin/builder/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 PagingMenuTransition.swift
/Users/admin/builder/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 PagingSelectedScrollPosition.swift
/Users/admin/builder/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 PagingState.swift
/Users/admin/builder/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 UIColor+interpolation.swift
/Users/admin/builder/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 PagingSizeCache.swift
/Users/admin/builder/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 PagingStaticDataSource.swift
/Users/admin/builder/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 PagingTitleCell.swift
/Users/admin/builder/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 PagingView.swift
/Users/admin/builder/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 PagingViewController.swift
/Users/admin/builder/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 InvalidationState.swift
/Users/admin/builder/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 PageViewDirection.swift
/Users/admin/builder/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 PageViewController.swift
/Users/admin/builder/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 PageViewCoordinator.swift
/Users/admin/builder/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 PageViewManager.swift
/Users/admin/builder/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 PagingBorderLayoutAttributes.swift
/Users/admin/builder/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 PagingBorderView.swift
/Users/admin/builder/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 PagingCell.swift
/Users/admin/builder/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 PagingCellLayoutAttributes.swift
/Users/admin/builder/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 PagingCollectionViewLayout.swift
/Users/admin/builder/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 PageItemBuilder.swift
/Users/admin/builder/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 PageItemCell.swift
/Users/admin/builder/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 PageState.swift
/Users/admin/builder/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 PageView.swift
/Users/admin/builder/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 PagingCellViewModel.swift
/Users/admin/builder/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 PagingControllerRepresentableView.swift
/Users/admin/builder/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 PagingDiff.swift
/Users/admin/builder/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 PagingController.swift
/Users/admin/builder/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 PagingFiniteDataSource.swift
/Users/admin/builder/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 PagingHostingIndicatorView.swift
/Users/admin/builder/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 PagingIndicatorLayoutAttributes.swift
/Users/admin/builder/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 PagingIndicatorView.swift
/Users/admin/builder/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 PagingInvalidationContext.swift
/Users/admin/builder/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 PagingMenuView.swift
/Users/admin/builder/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 PagingOptions.swift
/Users/admin/builder/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 PagingViewControllerInfiniteDataSource.swift
/Users/admin/builder/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 PagingViewControllerSizeDelegate.swift
/Users/admin/builder/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 Tween.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 PageViewState.swift
/Users/admin/builder/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 PagingBorderOptions.swift
/Users/admin/builder/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 PagingContentInteraction.swift
/Users/admin/builder/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 PagingDirection.swift
/Users/admin/builder/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 PagingIndicatorOptions.swift
/Users/admin/builder/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 PagingMenuHorizontalAlignment.swift
/Users/admin/builder/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 PagingMenuInteraction.swift
/Users/admin/builder/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 PagingIndicatorStyle.swift
/Users/admin/builder/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 PagingItem.swift
/Users/admin/builder/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 PagingLayout.swift
/Users/admin/builder/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 PagingMenuDataSource.swift
/Users/admin/builder/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 PagingMenuDelegate.swift
/Users/admin/builder/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 PagingViewControllerDataSource.swift
/Users/admin/builder/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 PagingViewControllerDelegate.swift
/Users/admin/builder/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`
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Parchment/Resources/Info.plist
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/67] Compiling Parchment PageViewState.swift
/Users/admin/builder/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`
[3/67] Compiling Parchment PagingBorderOptions.swift
/Users/admin/builder/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`
[4/67] Compiling Parchment PagingContentInteraction.swift
/Users/admin/builder/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/67] Compiling Parchment PagingDirection.swift
/Users/admin/builder/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/67] Compiling Parchment PagingIndicatorOptions.swift
/Users/admin/builder/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/67] Compiling Parchment PagingMenuHorizontalAlignment.swift
/Users/admin/builder/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/67] Compiling Parchment PagingMenuInteraction.swift
/Users/admin/builder/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/74] Compiling Parchment PageItemBuilder.swift
/Users/admin/builder/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/74] Compiling Parchment PageItemCell.swift
/Users/admin/builder/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/74] Compiling Parchment PageState.swift
/Users/admin/builder/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/74] Compiling Parchment PageView.swift
/Users/admin/builder/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/74] Compiling Parchment PagingCellViewModel.swift
/Users/admin/builder/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/74] Compiling Parchment PagingControllerRepresentableView.swift
/Users/admin/builder/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/74] Compiling Parchment PagingDiff.swift
/Users/admin/builder/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/74] Compiling Parchment PagingMenuItemSize.swift
/Users/admin/builder/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/74] Compiling Parchment PagingMenuItemSource.swift
/Users/admin/builder/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/74] Compiling Parchment PagingMenuPosition.swift
/Users/admin/builder/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/74] Compiling Parchment PagingMenuTransition.swift
/Users/admin/builder/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/74] Compiling Parchment PagingSelectedScrollPosition.swift
/Users/admin/builder/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/74] Compiling Parchment PagingState.swift
/Users/admin/builder/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/74] Compiling Parchment UIColor+interpolation.swift
/Users/admin/builder/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/74] Compiling Parchment PagingSizeCache.swift
/Users/admin/builder/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/74] Compiling Parchment PagingStaticDataSource.swift
/Users/admin/builder/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/74] Compiling Parchment PagingTitleCell.swift
/Users/admin/builder/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/74] Compiling Parchment PagingView.swift
/Users/admin/builder/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/74] Compiling Parchment PagingViewController.swift
/Users/admin/builder/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/74] Compiling Parchment InvalidationState.swift
/Users/admin/builder/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/74] Compiling Parchment PageViewDirection.swift
/Users/admin/builder/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/74] Compiling Parchment PagingIndicatorStyle.swift
/Users/admin/builder/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/74] Compiling Parchment PagingItem.swift
/Users/admin/builder/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/74] Compiling Parchment PagingLayout.swift
/Users/admin/builder/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/74] Compiling Parchment PagingMenuDataSource.swift
/Users/admin/builder/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/74] Compiling Parchment PagingMenuDelegate.swift
/Users/admin/builder/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/74] Compiling Parchment PagingViewControllerDataSource.swift
/Users/admin/builder/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/74] Compiling Parchment PagingViewControllerDelegate.swift
/Users/admin/builder/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/74] Compiling Parchment PagingViewControllerInfiniteDataSource.swift
/Users/admin/builder/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/74] Compiling Parchment PagingViewControllerSizeDelegate.swift
/Users/admin/builder/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/74] Compiling Parchment Tween.swift
/Users/admin/builder/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/74] Compiling Parchment AnyPagingItem.swift
/Users/admin/builder/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/74] Compiling Parchment Page.swift
/Users/admin/builder/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/74] Compiling Parchment PageContentConfiguration.swift
/Users/admin/builder/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/74] Compiling Parchment PageItem.swift
/Users/admin/builder/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/74] Compiling Parchment PagingDistance.swift
/Users/admin/builder/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/74] Compiling Parchment PagingIndexItem.swift
/Users/admin/builder/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/74] Compiling Parchment PagingIndicatorMetric.swift
/Users/admin/builder/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/74] Compiling Parchment PagingItems.swift
/Users/admin/builder/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/74] Compiling Parchment PagingNavigationOrientation.swift
/Users/admin/builder/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/74] Compiling Parchment PagingTransition.swift
/Users/admin/builder/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/74] Compiling Parchment resource_bundle_accessor.swift
/Users/admin/builder/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/74] Compiling Parchment PagingController.swift
/Users/admin/builder/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/74] Compiling Parchment PagingFiniteDataSource.swift
/Users/admin/builder/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/74] Compiling Parchment PagingHostingIndicatorView.swift
/Users/admin/builder/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/74] Compiling Parchment PagingIndicatorLayoutAttributes.swift
/Users/admin/builder/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/74] Compiling Parchment PagingIndicatorView.swift
/Users/admin/builder/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/74] Compiling Parchment PagingInvalidationContext.swift
/Users/admin/builder/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/74] Compiling Parchment PagingMenuView.swift
/Users/admin/builder/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/74] Compiling Parchment PagingOptions.swift
/Users/admin/builder/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/74] Compiling Parchment UIEdgeInsets.swift
/Users/admin/builder/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/74] Compiling Parchment UIView+constraints.swift
/Users/admin/builder/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/74] Compiling Parchment CollectionView.swift
/Users/admin/builder/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/74] Compiling Parchment PageViewControllerDataSource.swift
/Users/admin/builder/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/74] Compiling Parchment PageViewControllerDelegate.swift
/Users/admin/builder/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/74] Compiling Parchment PageViewManagerDataSource.swift
/Users/admin/builder/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/74] Compiling Parchment PageViewManagerDelegate.swift
/Users/admin/builder/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`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/74] Emitting module Parchment
/Users/admin/builder/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/74] Compiling Parchment PageViewController.swift
/Users/admin/builder/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/74] Compiling Parchment PageViewCoordinator.swift
/Users/admin/builder/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/74] Compiling Parchment PageViewManager.swift
/Users/admin/builder/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/74] Compiling Parchment PagingBorderLayoutAttributes.swift
/Users/admin/builder/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/74] Compiling Parchment PagingBorderView.swift
/Users/admin/builder/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/74] Compiling Parchment PagingCell.swift
/Users/admin/builder/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/74] Compiling Parchment PagingCellLayoutAttributes.swift
/Users/admin/builder/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/74] Compiling Parchment PagingCollectionViewLayout.swift
/Users/admin/builder/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`
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Parchment/Resources/Info.plist
BUILD FAILURE 6.1 macosSpm