Build Information
Failed to build Parchment, reference v3.7.2 (42036b
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 07:41:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yourssu/Parchment.git
Reference: v3.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yourssu/Parchment
* tag v3.7.2 -> FETCH_HEAD
HEAD is now at 42036be 좌우 여백 추가
Cloned https://github.com/yourssu/Parchment.git
Revision (git rev-parse @):
42036be5d011c83145e9f8e2705c7d3756e46607
SUCCESS checkout https://github.com/yourssu/Parchment.git at v3.7.2
Fetching https://github.com/SnapKit/SnapKit
[1/4238] Fetching snapkit
Fetched https://github.com/SnapKit/SnapKit from cache (1.20s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.6.0 (0.55s)
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "parchment",
"name": "Parchment",
"url": "https://github.com/yourssu/Parchment.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Parchment",
"dependencies": [
{
"identity": "snapkit",
"name": "SnapKit",
"url": "https://github.com/SnapKit/SnapKit",
"version": "5.7.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SnapKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/yourssu/Parchment.git
[1/4161] Fetching parchment
Fetched https://github.com/yourssu/Parchment.git from cache (1.41s)
Fetching https://github.com/SnapKit/SnapKit from cache
Fetched https://github.com/SnapKit/SnapKit from cache (0.51s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.7.1 (0.41s)
Creating working copy for https://github.com/yourssu/Parchment.git
Working copy of https://github.com/yourssu/Parchment.git resolved at v3.7.2 (42036be)
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.7.1
warning: '.resolve-product-dependencies': dependency 'parchment' is not used by any target
Found 1 product dependencies
- SnapKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/yourssu/Parchment.git
{
"dependencies" : [
{
"identity" : "snapkit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.6.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SnapKit/SnapKit"
}
],
"manifest_display_name" : "Parchment",
"name" : "Parchment",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Parchment",
"targets" : [
"Parchment"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Parchment",
"module_type" : "SwiftTarget",
"name" : "Parchment",
"path" : "Parchment",
"product_dependencies" : [
"SnapKit"
],
"product_memberships" : [
"Parchment"
],
"sources" : [
"Classes/PageViewController.swift",
"Classes/PageViewManager.swift",
"Classes/PagingCell.swift",
"Classes/PagingCellLayoutAttributes.swift",
"Classes/PagingCollectionViewLayout.swift",
"Classes/PagingController.swift",
"Classes/PagingFiniteDataSource.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/PagingDirection.swift",
"Enums/PagingIndicatorOptions.swift",
"Enums/PagingMenuInteraction.swift",
"Enums/PagingMenuItemSize.swift",
"Enums/PagingMenuItemSource.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/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/PagingCellViewModel.swift",
"Structs/PagingDiff.swift",
"Structs/PagingDistance.swift",
"Structs/PagingIndexItem.swift",
"Structs/PagingIndicatorMetric.swift",
"Structs/PagingItems.swift",
"Structs/PagingTransition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/38] Emitting module SnapKit
[5/41] Compiling SnapKit LayoutConstraintItem.swift
[6/41] Compiling SnapKit Typealiases.swift
[7/41] Compiling SnapKit UILayoutSupport+Extensions.swift
[8/41] Compiling SnapKit ConstraintLayoutGuide.swift
[9/41] Compiling SnapKit ConstraintLayoutGuideDSL.swift
[10/41] Compiling SnapKit ConstraintLayoutSupport.swift
[11/41] Compiling SnapKit ConstraintLayoutSupportDSL.swift
[12/41] Compiling SnapKit ConstraintMakerPrioritizable.swift
[13/41] Compiling SnapKit ConstraintMakerRelatable+Extensions.swift
[14/41] Compiling SnapKit ConstraintMakerRelatable.swift
[15/41] Compiling SnapKit ConstraintMultiplierTarget.swift
[16/41] Compiling SnapKit ConstraintInsetTarget.swift
[17/41] Compiling SnapKit ConstraintInsets.swift
[18/41] Compiling SnapKit ConstraintItem.swift
[19/41] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
[20/41] Compiling SnapKit ConstraintMaker.swift
[21/41] Compiling SnapKit ConstraintMakerEditable.swift
[22/41] Compiling SnapKit ConstraintMakerExtendable.swift
[23/41] Compiling SnapKit ConstraintMakerFinalizable.swift
[24/41] Compiling SnapKit ConstraintOffsetTarget.swift
[25/41] Compiling SnapKit ConstraintPriority.swift
[26/41] Compiling SnapKit ConstraintPriorityTarget.swift
[27/41] Compiling SnapKit ConstraintRelatableTarget.swift
[28/41] Compiling SnapKit Constraint.swift
[29/41] Compiling SnapKit ConstraintAttributes.swift
[30/41] Compiling SnapKit ConstraintConfig.swift
[31/41] Compiling SnapKit ConstraintConstantTarget.swift
[32/41] Compiling SnapKit ConstraintRelation.swift
[33/41] Compiling SnapKit ConstraintView+Extensions.swift
[34/41] Compiling SnapKit ConstraintView.swift
[35/41] Compiling SnapKit ConstraintDSL.swift
[36/41] Compiling SnapKit ConstraintDescription.swift
[37/41] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
[38/41] Compiling SnapKit ConstraintDirectionalInsets.swift
[39/41] Compiling SnapKit ConstraintViewDSL.swift
[40/41] Compiling SnapKit Debugging.swift
[41/41] Compiling SnapKit LayoutConstraint.swift
[42/89] 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`
[43/89] 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`
[44/89] 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`
[45/89] 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`
[46/89] 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`
[47/94] 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`
[48/94] 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`
[49/94] 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`
[50/94] 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`
[51/94] 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`
[52/94] 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`
[53/94] 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`
[54/94] 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`
[55/94] 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`
[56/94] 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`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/94] 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`
[58/94] 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`
[59/94] 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`
[60/94] 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`
[61/94] 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`
[62/94] 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`
[63/94] 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`
[64/94] 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`
[65/94] 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`
[66/94] 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`
[67/94] 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`
[68/94] 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`
[69/94] 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`
[70/94] 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`
[71/94] 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`
[72/94] 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`
[73/94] 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`
[74/94] 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`
[75/94] 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`
[76/94] 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`
[77/94] 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`
[78/94] 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`
[79/94] 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`
[80/94] 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`
[81/94] 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`
[82/94] 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`
[83/94] 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`
[84/94] 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`
[85/94] 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`
[86/94] 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`
[87/94] 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`
[88/94] 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`
[89/94] 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`
[90/94] 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`
[91/94] 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`
[92/94] 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`
[93/94] 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`
[94/94] 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`
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.0 macosSpm