Build Information
Failed to build Parchment, reference main (dfb23e
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 22 Jun 2025 04:24:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Parchment -destination generic/platform=watchOS
Build Log
let scrollView = UIScrollView()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:36:26: error: 'init()' is unavailable in watchOS
let scrollView = UIScrollView()
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:153:1: note: 'init()' has been explicitly marked unavailable here
- (instancetype)init API_AVAILABLE(ios(2.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:172:80: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:181:56: error: 'UIViewController' is unavailable in watchOS
public func selectViewController(_ viewController: UIViewController, direction: PageViewDirection, animated: Bool = true) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:6:40: error: 'UIViewController' is unavailable in watchOS
public final class PageViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:216:48: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewWillBeginDragging(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:220:46: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewWillEndDragging(_: UIScrollView, withVelocity _: CGPoint, targetContentOffset _: UnsafeMutablePointer<CGPoint>) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:224:40: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewDidScroll(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:215:31: error: 'UIScrollViewDelegate' is unavailable in watchOS
extension PageViewController: UIScrollViewDelegate {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:299:11: note: 'UIScrollViewDelegate' has been explicitly marked unavailable here
@protocol UIScrollViewDelegate<NSObject>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:251:48: error: 'UIViewController' is unavailable in watchOS
func viewControllerAfter(_ viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:251:69: error: 'UIViewController' is unavailable in watchOS
func viewControllerAfter(_ viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:255:49: error: 'UIViewController' is unavailable in watchOS
func viewControllerBefore(_ viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:255:70: error: 'UIViewController' is unavailable in watchOS
func viewControllerBefore(_ viewController: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:303:44: error: 'UIViewController' is unavailable in watchOS
func layoutViews(for viewControllers: [UIViewController], keepContentOffset: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:361:46: error: 'UIViewController' is unavailable in watchOS
func addViewController(_ viewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:368:49: error: 'UIViewController' is unavailable in watchOS
func removeViewController(_ viewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:375:71: error: 'UIViewController' is unavailable in watchOS
func beginAppearanceTransition(isAppearing: Bool, viewController: UIViewController, animated: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:379:50: error: 'UIViewController' is unavailable in watchOS
func endAppearanceTransition(viewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:384:38: error: 'UIViewController' is unavailable in watchOS
from selectedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:385:39: error: 'UIViewController' is unavailable in watchOS
to destinationViewController: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:395:38: error: 'UIViewController' is unavailable in watchOS
from selectedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:396:39: error: 'UIViewController' is unavailable in watchOS
to destinationViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:408:38: error: 'UIViewController' is unavailable in watchOS
from selectedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:409:39: error: 'UIViewController' is unavailable in watchOS
to destinationViewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift:15:42: error: 'UIViewController' is unavailable in watchOS
var controllers: [Int: WeakReference<UIViewController>] = [:]
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift:28:10: error: 'UIViewController' is unavailable in watchOS
) -> UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift:55:35: error: 'UIViewController' is unavailable in watchOS
startingViewController _: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift:56:38: error: 'UIViewController' is unavailable in watchOS
destinationViewController _: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift:70:35: error: 'UIViewController' is unavailable in watchOS
startingViewController _: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift:71:38: error: 'UIViewController' is unavailable in watchOS
destinationViewController _: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift:83:67: error: 'UIViewController' is unavailable in watchOS
private func hostingController(for pagingItem: PagingItem) -> UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift:8:51: error: 'UIViewController' is unavailable in watchOS
private(set) weak var previousViewController: UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift:9:51: error: 'UIViewController' is unavailable in watchOS
private(set) weak var selectedViewController: UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift:10:47: error: 'UIViewController' is unavailable in watchOS
private(set) weak var nextViewController: UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift:43:25: error: 'UIViewController' is unavailable in watchOS
viewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift:284:57: error: 'UIViewController' is unavailable in watchOS
private func selectViewController(_ viewController: UIViewController, animated: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift:584:29: error: 'UIViewController' is unavailable in watchOS
for viewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift:615:62: error: 'UIViewController' is unavailable in watchOS
private func endAppearanceTransition(for viewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderLayoutAttributes.swift:3:42: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open class PagingBorderLayoutAttributes: UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderView.swift:8:50: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func apply(_ layoutAttributes: UICollectionViewLayoutAttributes) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderView.swift:7:30: error: 'UICollectionReusableView' is unavailable in watchOS
open class PagingBorderView: UICollectionReusableView {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift:6:24: error: 'UICollectionViewCell' is unavailable in watchOS
open class PagingCell: UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift:5:40: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open class PagingCellLayoutAttributes: UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:86:23: error: 'UICollectionView' is unavailable in watchOS
private var view: UICollectionView {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:150:55: error: 'UICollectionViewLayoutInvalidationContext' is unavailable in watchOS
open override func invalidateLayout(with context: UICollectionViewLayoutInvalidationContext) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:66:12: note: 'UICollectionViewLayoutInvalidationContext' has been explicitly marked unavailable here
@interface UICollectionViewLayoutInvalidationContext : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:155:76: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func invalidationContext(forPreferredLayoutAttributes _: UICollectionViewLayoutAttributes, withOriginalAttributes _: UICollectionViewLayoutAttributes) -> UICollectionViewLayoutInvalidationContext {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:155:136: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func invalidationContext(forPreferredLayoutAttributes _: UICollectionViewLayoutAttributes, withOriginalAttributes _: UICollectionViewLayoutAttributes) -> UICollectionViewLayoutInvalidationContext {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:155:173: error: 'UICollectionViewLayoutInvalidationContext' is unavailable in watchOS
open override func invalidationContext(forPreferredLayoutAttributes _: UICollectionViewLayoutAttributes, withOriginalAttributes _: UICollectionViewLayoutAttributes) -> UICollectionViewLayoutInvalidationContext {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:66:12: note: 'UICollectionViewLayoutInvalidationContext' has been explicitly marked unavailable here
@interface UICollectionViewLayoutInvalidationContext : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:161:97: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func shouldInvalidateLayout(forPreferredLayoutAttributes preferredAttributes: UICollectionViewLayoutAttributes, withOriginalAttributes originalAttributes: UICollectionViewLayoutAttributes) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:161:174: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func shouldInvalidateLayout(forPreferredLayoutAttributes preferredAttributes: UICollectionViewLayoutAttributes, withOriginalAttributes originalAttributes: UICollectionViewLayoutAttributes) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:178:76: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:184:114: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func layoutAttributesForDecorationView(ofKind elementKind: String, at indexPath: IndexPath) -> UICollectionViewLayoutAttributes? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:195:70: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func layoutAttributesForElements(in _: CGRect) -> [UICollectionViewLayoutAttributes]? {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:18:40: error: 'UICollectionViewLayout' is unavailable in watchOS
open class PagingCollectionViewLayout: UICollectionViewLayout, PagingLayout {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:89:12: note: 'UICollectionViewLayout' has been explicitly marked unavailable here
@interface UICollectionViewLayout : NSObject <NSCoding>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:50:45: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
private var swipeGestureRecognizerLeft: UISwipeGestureRecognizer?
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:51:46: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
private var swipeGestureRecognizerRight: UISwipeGestureRecognizer?
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:420:75: error: 'UISwipeGestureRecognizer' is unavailable in watchOS
@objc private dynamic func handleSwipeGestureRecognizer(_ recognizer: UISwipeGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:31:12: note: 'UISwipeGestureRecognizer' has been explicitly marked unavailable here
@interface UISwipeGestureRecognizer : UIGestureRecognizer
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:691:43: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:691:100: error: 'UICollectionViewCell' is unavailable in watchOS
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:714:28: error: 'UICollectionView' is unavailable in watchOS
func collectionView(_: UICollectionView, numberOfItemsInSection _: Int) -> Int {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:688:29: error: 'UICollectionViewDataSource' is unavailable in watchOS
extension PagingController: UICollectionViewDataSource {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingFiniteDataSource.swift:6:43: error: 'UIViewController' is unavailable in watchOS
var viewControllerForIndex: ((Int) -> UIViewController?)?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingFiniteDataSource.swift:8:101: error: 'UIViewController' is unavailable in watchOS
func pagingViewController(_: PagingViewController, viewControllerFor pagingItem: PagingItem) -> UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingHostingIndicatorView.swift:10:36: error: cannot find type 'UIHostingController' in scope
private let hostingController: UIHostingController<PagingIndicator>
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingHostingIndicatorView.swift:43:52: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
public override func apply(_ layoutAttributes: UICollectionViewLayoutAttributes) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingHostingIndicatorView.swift:53:44: error: 'UIViewController' is unavailable in watchOS
private func parentViewController() -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift:3:45: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open class PagingIndicatorLayoutAttributes: UICollectionViewLayoutAttributes {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorView.swift:8:50: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func apply(_ layoutAttributes: UICollectionViewLayoutAttributes) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorView.swift:7:33: error: 'UICollectionReusableView' is unavailable in watchOS
open class PagingIndicatorView: UICollectionReusableView {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:38:12: note: 'UICollectionReusableView' has been explicitly marked unavailable here
@interface UICollectionReusableView : UIView
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingInvalidationContext.swift:3:39: error: 'UICollectionViewLayoutInvalidationContext' is unavailable in watchOS
open class PagingInvalidationContext: UICollectionViewLayoutInvalidationContext {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:66:12: note: 'UICollectionViewLayoutInvalidationContext' has been explicitly marked unavailable here
@interface UICollectionViewLayoutInvalidationContext : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift:206:37: error: 'UICollectionView' is unavailable in watchOS
public lazy var collectionView: UICollectionView = {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift:207:9: error: 'UICollectionView' is unavailable in watchOS
UICollectionView(frame: .zero, collectionViewLayout: collectionViewLayout)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift:3:28: error: 'UIView' is unavailable in watchOS
open class PagingMenuView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift:299:40: error: 'UIScrollView' is unavailable in watchOS
public func scrollViewDidScroll(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift:303:35: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_: UICollectionView, didSelectItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift:298:27: error: 'UICollectionViewDelegate' is unavailable in watchOS
extension PagingMenuView: UICollectionViewDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingOptions.swift:109:32: error: 'UICollectionView' is unavailable in watchOS
public var scrollPosition: UICollectionView.ScrollPosition {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift:7:35: error: 'UIViewController' is unavailable in watchOS
private let viewControllers: [UIViewController]
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift:9:28: error: 'UIViewController' is unavailable in watchOS
init(viewControllers: [UIViewController]) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift:24:101: error: 'UIViewController' is unavailable in watchOS
func pagingViewController(_: PagingViewController, viewControllerFor pagingItem: PagingItem) -> UIViewController {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:9:29: error: 'UILabel' is unavailable in watchOS
public let titleLabel = UILabel(frame: .zero)
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:33:12: note: 'UILabel' has been explicitly marked unavailable here
@interface UILabel : UIView <NSCoding, UIContentSizeCategoryAdjusting, UILetterformAwareAdjusting>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:12:46: error: 'NSLayoutConstraint' is unavailable in watchOS
private lazy var horizontalConstraints: [NSLayoutConstraint] = {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:13:9: error: 'NSLayoutConstraint' is unavailable in watchOS
NSLayoutConstraint.constraints(
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:15:22: error: 'NSLayoutConstraint' is unavailable in watchOS
options: NSLayoutConstraint.FormatOptions(),
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:21:44: error: 'NSLayoutConstraint' is unavailable in watchOS
private lazy var verticalConstraints: [NSLayoutConstraint] = {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:22:9: error: 'NSLayoutConstraint' is unavailable in watchOS
NSLayoutConstraint.constraints(
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:24:22: error: 'NSLayoutConstraint' is unavailable in watchOS
options: NSLayoutConstraint.FormatOptions(),
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift:91:50: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
open override func apply(_ layoutAttributes: UICollectionViewLayoutAttributes) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift:13:32: error: 'UICollectionView' is unavailable in watchOS
public let collectionView: UICollectionView
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift:14:26: error: 'UIView' is unavailable in watchOS
public let pageView: UIView
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift:24:35: error: 'NSLayoutConstraint' is unavailable in watchOS
private var heightConstraint: NSLayoutConstraint?
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:126:12: note: 'NSLayoutConstraint' has been explicitly marked unavailable here
@interface NSLayoutConstraint : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift:32:57: error: 'UICollectionView' is unavailable in watchOS
public init(options: PagingOptions, collectionView: UICollectionView, pageView: UIView) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift:32:85: error: 'UIView' is unavailable in watchOS
public init(options: PagingOptions, collectionView: UICollectionView, pageView: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift:10:24: error: 'UIView' is unavailable in watchOS
open class PagingView: UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:262:32: error: 'UICollectionView' is unavailable in watchOS
public let collectionView: UICollectionView
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:339:27: error: 'UIViewController' is unavailable in watchOS
viewControllers: [UIViewController]
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:518:78: error: 'UIViewControllerTransitionCoordinator' is unavailable in watchOS
open override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewControllerTransitionCoordinator.h:81:11: note: 'UIViewControllerTransitionCoordinator' has been explicitly marked unavailable here
@protocol UIViewControllerTransitionCoordinator <UIViewControllerTransitionCoordinatorContext>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:536:33: error: 'UINib' is unavailable in watchOS
public func register(_ nib: UINib?, for pagingItemType: PagingItem.Type) {
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:578:60: error: 'UIViewController' is unavailable in watchOS
private func configureDataSource(for viewControllers: [UIViewController]) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:598:38: error: 'UIScrollView' is unavailable in watchOS
open func scrollViewDidScroll(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:602:46: error: 'UIScrollView' is unavailable in watchOS
open func scrollViewWillBeginDragging(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:606:44: error: 'UIScrollView' is unavailable in watchOS
open func scrollViewWillEndDragging(_: UIScrollView, withVelocity _: CGPoint, targetContentOffset _: UnsafeMutablePointer<CGPoint>) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:610:43: error: 'UIScrollView' is unavailable in watchOS
open func scrollViewDidEndDragging(_: UIScrollView, willDecelerate _: Bool) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:614:53: error: 'UIScrollView' is unavailable in watchOS
open func scrollViewDidEndScrollingAnimation(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:618:50: error: 'UIScrollView' is unavailable in watchOS
open func scrollViewWillBeginDecelerating(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:622:47: error: 'UIScrollView' is unavailable in watchOS
open func scrollViewDidEndDecelerating(_: UIScrollView) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:628:33: error: 'UICollectionView' is unavailable in watchOS
open func collectionView(_: UICollectionView, didSelectItemAt indexPath: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:634:33: error: 'UICollectionView' is unavailable in watchOS
open func collectionView(_: UICollectionView, targetContentOffsetForProposedContentOffset proposedContentOffset: CGPoint) -> CGPoint {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:638:33: error: 'UICollectionView' is unavailable in watchOS
open func collectionView(_: UICollectionView, didUnhighlightItemAt _: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:642:33: error: 'UICollectionView' is unavailable in watchOS
open func collectionView(_: UICollectionView, didHighlightItemAt _: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:646:33: error: 'UICollectionView' is unavailable in watchOS
open func collectionView(_: UICollectionView, didDeselectItemAt _: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:650:33: error: 'UICollectionView' is unavailable in watchOS
open func collectionView(_: UICollectionView, willDisplay _: UICollectionViewCell, forItemAt _: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:650:66: error: 'UICollectionViewCell' is unavailable in watchOS
open func collectionView(_: UICollectionView, willDisplay _: UICollectionViewCell, forItemAt _: IndexPath) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:654:33: error: 'UICollectionView' is unavailable in watchOS
open func collectionView(_: UICollectionView, didEndDisplaying _: UICollectionViewCell, forItemAt _: IndexPath) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:654:71: error: 'UICollectionViewCell' is unavailable in watchOS
open func collectionView(_: UICollectionView, didEndDisplaying _: UICollectionViewCell, forItemAt _: IndexPath) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:65:12: note: 'UICollectionViewCell' has been explicitly marked unavailable here
@interface UICollectionViewCell : UICollectionReusableView
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:660:95: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, viewControllerBeforeViewController _: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:660:116: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, viewControllerBeforeViewController _: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:669:94: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, viewControllerAfterViewController _: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:669:115: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, viewControllerAfterViewController _: UIViewController) -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:680:97: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, isScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController?, progress: CGFloat) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:680:142: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, isScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController?, progress: CGFloat) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:694:104: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, willStartScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:694:149: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, willStartScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:705:104: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, didFinishScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController, transitionSuccessful: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:705:149: error: 'UIViewController' is unavailable in watchOS
open func pageViewController(_: PageViewController, didFinishScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController, transitionSuccessful: Bool) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:15:5: error: 'UIViewController' is unavailable in watchOS
UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:16:5: error: 'UICollectionViewDelegate' is unavailable in watchOS
UICollectionViewDelegate,
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:114:11: note: 'UICollectionViewDelegate' has been explicitly marked unavailable here
@protocol UICollectionViewDelegate <UIScrollViewDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift:15:40: error: 'UICollectionViewLayoutInvalidationContext' is unavailable in watchOS
public init(_ invalidationContext: UICollectionViewLayoutInvalidationContext) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:66:12: note: 'UICollectionViewLayoutInvalidationContext' has been explicitly marked unavailable here
@interface UICollectionViewLayoutInvalidationContext : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift:11:48: error: 'UIPageViewController' is unavailable in watchOS
var pageViewControllerNavigationDirection: UIPageViewController.NavigationDirection {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPageViewController.h:51:12: note: 'UIPageViewController' has been explicitly marked unavailable here
@interface UIPageViewController : UIViewController {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSource.swift:6:19: error: 'UINib' is unavailable in watchOS
case nib(nib: UINib)
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIView+constraints.swift:4:38: error: 'UIView' is unavailable in watchOS
func constrainToEdges(_ subview: UIView) {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIView+constraints.swift:3:11: error: 'UIView' is unavailable in watchOS
extension UIView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:12:41: error: 'UICollectionViewLayoutInvalidationContext' is unavailable in watchOS
func invalidateLayout(with context: UICollectionViewLayoutInvalidationContext)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:66:12: note: 'UICollectionViewLayoutInvalidationContext' has been explicitly marked unavailable here
@interface UICollectionViewLayoutInvalidationContext : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:21:17: error: 'UIWindow' is unavailable in watchOS
var window: UIWindow? { get }
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:22:12: note: 'UIWindow' has been explicitly marked unavailable here
@interface UIWindow : UIView
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:22:20: error: 'UIView' is unavailable in watchOS
var superview: UIView? { get }
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:28:21: error: 'UICollectionViewDataSource' is unavailable in watchOS
var dataSource: UICollectionViewDataSource? { get set }
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:73:11: note: 'UICollectionViewDataSource' has been explicitly marked unavailable here
@protocol UICollectionViewDataSource <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:31:41: error: 'UIScrollView' is unavailable in watchOS
var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:87:12: note: 'UIScrollView' has been explicitly marked unavailable here
@interface UIScrollView : UIView <NSCoding, UIFocusItemScrollableContainer>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:34:26: error: 'UINib' is unavailable in watchOS
func register(_ nib: UINib?, forCellWithReuseIdentifier: String)
^~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:16:12: note: 'UINib' has been explicitly marked unavailable here
@interface UINib : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:35:45: error: 'UIGestureRecognizer' is unavailable in watchOS
func addGestureRecognizer(_ recognizer: UIGestureRecognizer)
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:36:48: error: 'UIGestureRecognizer' is unavailable in watchOS
func removeGestureRecognizer(_ recognizer: UIGestureRecognizer)
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:35:12: note: 'UIGestureRecognizer' has been explicitly marked unavailable here
@interface UIGestureRecognizer : NSObject
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:40:79: error: 'UICollectionView' is unavailable in watchOS
func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:44:11: error: 'UICollectionView' is unavailable in watchOS
extension UICollectionView: CollectionView {}
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:362:12: note: 'UICollectionView' has been explicitly marked unavailable here
@interface UICollectionView : UIScrollView <UIDataSourceTranslating>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift:14:60: error: 'UIViewController' is unavailable in watchOS
viewControllerBeforeViewController viewController: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift:15:10: error: 'UIViewController' is unavailable in watchOS
) -> UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift:25:59: error: 'UIViewController' is unavailable in watchOS
viewControllerAfterViewController viewController: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift:26:10: error: 'UIViewController' is unavailable in watchOS
) -> UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:19:56: error: 'UIViewController' is unavailable in watchOS
willStartScrollingFrom startingViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:20:36: error: 'UIViewController' is unavailable in watchOS
destinationViewController: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:37:49: error: 'UIViewController' is unavailable in watchOS
isScrollingFrom startingViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:38:36: error: 'UIViewController' is unavailable in watchOS
destinationViewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:55:56: error: 'UIViewController' is unavailable in watchOS
didFinishScrollingFrom startingViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:56:36: error: 'UIViewController' is unavailable in watchOS
destinationViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift:5:49: error: 'UIViewController' is unavailable in watchOS
func viewControllerBefore(_ viewController: UIViewController) -> UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift:5:70: error: 'UIViewController' is unavailable in watchOS
func viewControllerBefore(_ viewController: UIViewController) -> UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift:6:48: error: 'UIViewController' is unavailable in watchOS
func viewControllerAfter(_ viewController: UIViewController) -> UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift:6:69: error: 'UIViewController' is unavailable in watchOS
func viewControllerAfter(_ viewController: UIViewController) -> UIViewController?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:7:44: error: 'UIViewController' is unavailable in watchOS
func layoutViews(for viewControllers: [UIViewController], keepContentOffset: Bool)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:8:46: error: 'UIViewController' is unavailable in watchOS
func addViewController(_ viewController: UIViewController)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:9:49: error: 'UIViewController' is unavailable in watchOS
func removeViewController(_ viewController: UIViewController)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:12:25: error: 'UIViewController' is unavailable in watchOS
viewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:15:50: error: 'UIViewController' is unavailable in watchOS
func endAppearanceTransition(viewController: UIViewController)
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:17:38: error: 'UIViewController' is unavailable in watchOS
from selectedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:18:39: error: 'UIViewController' is unavailable in watchOS
to destinationViewController: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:21:38: error: 'UIViewController' is unavailable in watchOS
from selectedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:22:39: error: 'UIViewController' is unavailable in watchOS
to destinationViewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:26:38: error: 'UIViewController' is unavailable in watchOS
from selectedViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:27:39: error: 'UIViewController' is unavailable in watchOS
to destinationViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:6:26: error: 'View' is only available in watchOS 6.0 or newer
associatedtype Body: View
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:6:20: note: add @available attribute to enclosing associated type
associatedtype Body: View
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:5:17: note: add @available attribute to enclosing protocol
public protocol PagingIndicatorStyle: Sendable {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:8:6: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder func makeBody(configuration: Configuration) -> Body
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:8:23: note: add @available attribute to enclosing instance method
@ViewBuilder func makeBody(configuration: Configuration) -> Body
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:5:17: note: add @available attribute to enclosing protocol
public protocol PagingIndicatorStyle: Sendable {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:15:6: error: 'Environment' is only available in watchOS 6.0 or newer
@Environment(\.indicatorStyle) var style
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:12:8: note: add @available attribute to enclosing struct
struct PagingIndicator: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:17:15: error: 'some' return types are only available in watchOS 6.0.0 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:17:9: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:12:8: note: add @available attribute to enclosing struct
struct PagingIndicator: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:17:20: error: 'View' is only available in watchOS 6.0 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:17:9: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:12:8: note: add @available attribute to enclosing struct
struct PagingIndicator: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:24:33: error: 'Color' is only available in watchOS 6.0 or newer
public let backgroundColor: Color
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:23:15: note: add @available attribute to enclosing struct
public struct PagingIndicatorConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:29:52: error: 'some' return types are only available in watchOS 6.0.0 or newer
func makeBody(configuration: Configuration) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:29:10: note: add @available attribute to enclosing instance method
func makeBody(configuration: Configuration) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:28:8: note: add @available attribute to enclosing struct
struct DefaultPagingIndicatorStyle: PagingIndicatorStyle {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:29:57: error: 'View' is only available in watchOS 6.0 or newer
func makeBody(configuration: Configuration) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:29:10: note: add @available attribute to enclosing instance method
func makeBody(configuration: Configuration) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:28:8: note: add @available attribute to enclosing struct
struct DefaultPagingIndicatorStyle: PagingIndicatorStyle {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:41:11: error: 'EnvironmentValues' is only available in watchOS 6.0 or newer
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:41:1: note: add @available attribute to enclosing extension
extension EnvironmentValues {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:50:71: error: 'some' return types are only available in watchOS 6.0.0 or newer
public func indicatorStyle(_ style: some PagingIndicatorStyle) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:50:17: note: add @available attribute to enclosing instance method
public func indicatorStyle(_ style: some PagingIndicatorStyle) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:49:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:50:76: error: 'View' is only available in watchOS 6.0 or newer
public func indicatorStyle(_ style: some PagingIndicatorStyle) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:50:17: note: add @available attribute to enclosing instance method
public func indicatorStyle(_ style: some PagingIndicatorStyle) -> some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:49:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:49:11: error: 'View' is only available in watchOS 6.0 or newer
extension View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift:49:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDataSource.swift:29:88: error: 'UIViewController' is unavailable in watchOS
func pagingViewController(_: PagingViewController, viewControllerAt index: Int) -> UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:22:33: error: 'UIViewController' is unavailable in watchOS
startingViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:23:36: error: 'UIViewController' is unavailable in watchOS
destinationViewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:38:33: error: 'UIViewController' is unavailable in watchOS
startingViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:39:36: error: 'UIViewController' is unavailable in watchOS
destinationViewController: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:55:33: error: 'UIViewController' is unavailable in watchOS
startingViewController: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:56:36: error: 'UIViewController' is unavailable in watchOS
destinationViewController: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:76:35: error: 'UIViewController' is unavailable in watchOS
startingViewController _: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:77:38: error: 'UIViewController' is unavailable in watchOS
destinationViewController _: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:86:35: error: 'UIViewController' is unavailable in watchOS
startingViewController _: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:87:38: error: 'UIViewController' is unavailable in watchOS
destinationViewController _: UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:95:35: error: 'UIViewController' is unavailable in watchOS
startingViewController _: UIViewController?,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift:96:38: error: 'UIViewController' is unavailable in watchOS
destinationViewController _: UIViewController,
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerInfiniteDataSource.swift:20:101: error: 'UIViewController' is unavailable in watchOS
func pagingViewController(_: PagingViewController, viewControllerFor pagingItem: PagingItem) -> UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:32:47: error: 'UIContentConfiguration' is unavailable in watchOS
let header: (PagingOptions, PageState) -> UIContentConfiguration
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:33:24: error: 'UIViewController' is unavailable in watchOS
let content: () -> UIViewController
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:34:18: error: 'UIViewController' is unavailable in watchOS
let update: (UIViewController) -> Void
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:48:25: error: 'View' is only available in watchOS 6.0 or newer
public init<Header: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:48:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:48:40: error: 'View' is only available in watchOS 6.0 or newer
public init<Header: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:48:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:49:10: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder header: @escaping (PageState) -> Header,
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:48:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:50:10: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder content: () -> Content
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:48:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:100:25: error: 'View' is only available in watchOS 6.0 or newer
public init<Header: View, Content: View, Id: LosslessStringConvertible>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:100:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View, Id: LosslessStringConvertible>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:100:40: error: 'View' is only available in watchOS 6.0 or newer
public init<Header: View, Content: View, Id: LosslessStringConvertible>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:100:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View, Id: LosslessStringConvertible>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:102:10: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder header: @escaping (PageState) -> Header,
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:100:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View, Id: LosslessStringConvertible>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:103:10: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder content: () -> Content
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:100:12: note: add @available attribute to enclosing initializer
public init<Header: View, Content: View, Id: LosslessStringConvertible>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:150:26: error: 'View' is only available in watchOS 6.0 or newer
public init<Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:150:12: note: add @available attribute to enclosing initializer
public init<Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:151:21: error: 'LocalizedStringKey' is only available in watchOS 6.0 or newer
_ titleKey: LocalizedStringKey,
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:150:12: note: add @available attribute to enclosing initializer
public init<Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:152:10: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder content: () -> Content
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:150:12: note: add @available attribute to enclosing initializer
public init<Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:201:49: error: 'View' is only available in watchOS 6.0 or newer
public init<Title: StringProtocol, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:201:12: note: add @available attribute to enclosing initializer
public init<Title: StringProtocol, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:203:10: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
@ViewBuilder content: () -> Content
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:201:12: note: add @available attribute to enclosing initializer
public init<Title: StringProtocol, Content: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:29:15: note: add @available attribute to enclosing struct
public struct Page {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:249:15: error: 'some' return types are only available in watchOS 6.0.0 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:249:9: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:244:8: note: add @available attribute to enclosing generic struct
struct PageCustomView<Content: View>: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:249:20: error: 'View' is only available in watchOS 6.0 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:249:9: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:244:8: note: add @available attribute to enclosing generic struct
struct PageCustomView<Content: View>: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:244:32: error: 'View' is only available in watchOS 6.0 or newer
struct PageCustomView<Content: View>: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:244:8: note: add @available attribute to enclosing generic struct
struct PageCustomView<Content: View>: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:262:18: error: 'Text' is only available in watchOS 6.0 or newer
let content: Text
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:261:8: note: add @available attribute to enclosing struct
struct PageTitleView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:266:15: error: 'some' return types are only available in watchOS 6.0.0 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:266:9: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:261:8: note: add @available attribute to enclosing struct
struct PageTitleView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:266:20: error: 'View' is only available in watchOS 6.0 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:266:9: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift:261:8: note: add @available attribute to enclosing struct
struct PageTitleView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:9:11: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:9:5: note: add @available attribute to enclosing initializer
init(@ViewBuilder content: () -> Content) {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:5:8: note: add @available attribute to enclosing generic struct
struct PageContentConfiguration<Content: View>: UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:14:31: error: 'UIView' is unavailable in watchOS
func makeContentView() -> UIView & UIContentView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:14:40: error: 'UIContentView' is unavailable in watchOS
func makeContentView() -> UIView & UIContentView {
^~~~~~~~~~~~~
UIKit.UIContentView:3:28: note: 'UIContentView' has been explicitly marked unavailable here
@MainActor public protocol UIContentView : NSObjectProtocol {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:18:29: error: 'UIConfigurationState' is unavailable in watchOS
func updated(for state: UIConfigurationState) -> PageContentConfiguration<Content> {
^~~~~~~~~~~~~~~~~~~~
UIKit.UIConfigurationState:3:17: note: 'UIConfigurationState' has been explicitly marked unavailable here
public protocol UIConfigurationState {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:22:35: error: 'Edge' is only available in watchOS 6.0 or newer
func margins(_ edges: SwiftUI.Edge.Set = .all, _ length: CGFloat) -> PageContentConfiguration<Content> {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:22:10: note: add @available attribute to enclosing instance method
func margins(_ edges: SwiftUI.Edge.Set = .all, _ length: CGFloat) -> PageContentConfiguration<Content> {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:5:8: note: add @available attribute to enclosing generic struct
struct PageContentConfiguration<Content: View>: UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:5:42: error: 'View' is only available in watchOS 6.0 or newer
struct PageContentConfiguration<Content: View>: UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:5:8: note: add @available attribute to enclosing generic struct
struct PageContentConfiguration<Content: View>: UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:5:49: error: 'UIContentConfiguration' is unavailable in watchOS
struct PageContentConfiguration<Content: View>: UIContentConfiguration {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:59:36: error: cannot find type 'UIHostingController' in scope
private let hostingController: UIHostingController<Content>
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:41:17: error: 'directionalLayoutMargins' is unavailable in watchOS
directionalLayoutMargins = configuration.margins
^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:281:47: note: 'directionalLayoutMargins' has been explicitly marked unavailable here
@property (nonatomic) NSDirectionalEdgeInsets directionalLayoutMargins API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:36:24: error: 'UIContentConfiguration' is unavailable in watchOS
var configuration: UIContentConfiguration {
^~~~~~~~~~~~~~~~~~~~~~
UIKit.UIContentConfiguration:3:17: note: 'UIContentConfiguration' has been explicitly marked unavailable here
public protocol UIContentConfiguration {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:98:44: error: 'UIViewController' is unavailable in watchOS
private func parentViewController() -> UIViewController? {
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:35:38: error: 'View' is only available in watchOS 6.0 or newer
final class PageContentView<Content: View>: UIView, UIContentView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:35:13: note: add @available attribute to enclosing generic class
final class PageContentView<Content: View>: UIView, UIContentView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:35:45: error: 'UIView' is unavailable in watchOS
final class PageContentView<Content: View>: UIView, UIContentView {
^~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:147:12: note: 'UIView' has been explicitly marked unavailable here
@interface UIView : UIResponder <NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, UIFocusItemContainer, CALayerDelegate>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:35:53: error: 'UIContentView' is unavailable in watchOS
final class PageContentView<Content: View>: UIView, UIContentView {
^~~~~~~~~~~~~
UIKit.UIContentView:3:28: note: 'UIContentView' has been explicitly marked unavailable here
@MainActor public protocol UIContentView : NSObjectProtocol {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:35:13: error: type 'PageContentView<Content>' does not conform to protocol 'UIContentView'
final class PageContentView<Content: View>: UIView, UIContentView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift:35:13: error: unavailable instance method 'supports' was used to satisfy a requirement of protocol 'UIContentView'
final class PageContentView<Content: View>: UIView, UIContentView {
^
UIKit.UIContentView.supports:2:24: note: 'supports' declared here
@MainActor public func supports(_ configuration: any UIContentConfiguration) -> Bool}
^
UIKit.UIContentView.supports:3:19: note: requirement 'supports' declared here
@MainActor func supports(_ configuration: any UIContentConfiguration) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItemCell.swift:22:45: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
override func apply(_ layoutAttributes: UICollectionViewLayoutAttributes) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:43:12: note: 'UICollectionViewLayoutAttributes' has been explicitly marked unavailable here
@interface UICollectionViewLayoutAttributes : NSObject <NSCopying, UIDynamicItem>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:27:43: error: 'UIViewController' is unavailable in watchOS
private var content: ((PagingItem) -> UIViewController)?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:33:6: error: 'Binding' is only available in watchOS 6.0 or newer
@Binding private var selectedIndex: Int
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:67:24: error: 'Binding' is only available in watchOS 6.0 or newer
selectedIndex: Binding<Int> = .constant(Int.max),
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:66:12: note: add @available attribute to enclosing initializer
public init(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:102:27: error: 'Identifiable' is only available in watchOS 6.0 or newer
) where Data.Element: Identifiable {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:98:12: note: add @available attribute to enclosing initializer
public init<Data: RandomAccessCollection>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:100:24: error: 'Binding' is only available in watchOS 6.0 or newer
selectedIndex: Binding<Int> = .constant(Int.max),
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:98:12: note: add @available attribute to enclosing initializer
public init<Data: RandomAccessCollection>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:135:24: error: 'Binding' is only available in watchOS 6.0 or newer
selectedIndex: Binding<Int> = .constant(Int.max),
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:132:12: note: add @available attribute to enclosing initializer
public init<Data: RandomAccessCollection, ID: Hashable>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:160:41: error: 'View' is only available in watchOS 6.0 or newer
public init<Item: PagingItem, Page: View>(
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:163:24: error: 'Binding' is only available in watchOS 6.0 or newer
selectedIndex: Binding<Int> = .constant(Int.max),
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:175:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:175:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:175:27: error: 'View' is only available in watchOS 6.0 or newer
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:175:16: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:25:15: note: add @available attribute to enclosing struct
public struct PageView: View {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:272:38: error: 'EdgeInsets' is only available in watchOS 6.0 or newer
public func menuInsets(_ insets: EdgeInsets) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:272:17: note: add @available attribute to enclosing instance method
public func menuInsets(_ insets: EdgeInsets) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:189:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:284:45: error: 'Edge' is only available in watchOS 6.0 or newer
public func menuInsets(_ edges: SwiftUI.Edge.Set, _ length: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:284:17: note: add @available attribute to enclosing instance method
public func menuInsets(_ edges: SwiftUI.Edge.Set, _ length: CGFloat) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:189:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:403:41: error: 'Color' is only available in watchOS 6.0 or newer
public func indicatorColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:403:17: note: add @available attribute to enclosing instance method
public func indicatorColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:410:38: error: 'Color' is only available in watchOS 6.0 or newer
public func borderColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:410:17: note: add @available attribute to enclosing instance method
public func borderColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:417:40: error: 'Color' is only available in watchOS 6.0 or newer
public func selectedColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:417:17: note: add @available attribute to enclosing instance method
public func selectedColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:424:42: error: 'Color' is only available in watchOS 6.0 or newer
public func foregroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:424:17: note: add @available attribute to enclosing instance method
public func foregroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:431:42: error: 'Color' is only available in watchOS 6.0 or newer
public func backgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:431:17: note: add @available attribute to enclosing instance method
public func backgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:438:50: error: 'Color' is only available in watchOS 6.0 or newer
public func selectedBackgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:438:17: note: add @available attribute to enclosing instance method
public func selectedBackgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:445:46: error: 'Color' is only available in watchOS 6.0 or newer
public func menuBackgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:445:17: note: add @available attribute to enclosing instance method
public func menuBackgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:452:49: error: 'Color' is only available in watchOS 6.0 or newer
public func contentBackgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:452:17: note: add @available attribute to enclosing instance method
public func contentBackgroundColor(_ color: Color) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift:401:1: note: add @available attribute to enclosing extension
extension PageView {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift:7:35: error: 'UIViewController' is unavailable in watchOS
let content: ((PagingItem) -> UIViewController)?
^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:102:12: note: 'UIViewController' has been explicitly marked unavailable here
@interface UIViewController : UIResponder <NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment>
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift:13:6: error: 'Binding' is only available in watchOS 6.0 or newer
@Binding var selectedIndex: Int
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift:5:8: note: add @available attribute to enclosing struct
struct PagingControllerRepresentableView: UIViewControllerRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift:20:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
context: UIViewControllerRepresentableContext<PagingControllerRepresentableView>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift:42:18: error: cannot find type 'UIViewControllerRepresentableContext' in scope
context: UIViewControllerRepresentableContext<PagingControllerRepresentableView>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift:5:43: error: cannot find type 'UIViewControllerRepresentable' in scope
struct PagingControllerRepresentableView: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderLayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingFiniteDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingHostingIndicatorView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingInvalidationContext.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingSizeCache.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewDirection.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingBorderOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingContentInteraction.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingIndicatorOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuHorizontalAlignment.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuInteraction.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSize.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuPosition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuTransition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingSelectedScrollPosition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIColor+interpolation.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIEdgeInsets.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIView+constraints.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingLayout.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerInfiniteDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerSizeDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/Tween.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/AnyPagingItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItemCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingCellViewModel.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDiff.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndexItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndicatorMetric.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingItems.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingNavigationOrientation.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingTransition.swift -target armv7k-apple-watchos5.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Parchment -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/Objects-normal/armv7k/Parchment.abi.json
SwiftCompile normal armv7k Compiling\ PageViewDirection.swift,\ PageViewState.swift,\ PagingBorderOptions.swift,\ PagingContentInteraction.swift,\ PagingDirection.swift,\ PagingIndicatorOptions.swift,\ PagingMenuHorizontalAlignment.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewDirection.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingBorderOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingContentInteraction.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingIndicatorOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuHorizontalAlignment.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewDirection.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewState.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingBorderOptions.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingContentInteraction.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingIndicatorOptions.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuHorizontalAlignment.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PagingOptions.swift,\ PagingSizeCache.swift,\ PagingStaticDataSource.swift,\ PagingTitleCell.swift,\ PagingView.swift,\ PagingViewController.swift,\ InvalidationState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingSizeCache.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingOptions.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingSizeCache.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PageItem.swift,\ PageItemBuilder.swift,\ PageItemCell.swift,\ PageState.swift,\ PageView.swift,\ PagingCellViewModel.swift,\ PagingControllerRepresentableView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItemBuilder.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItemCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingCellViewModel.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItem.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItemBuilder.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageItemCell.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageState.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageView.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingCellViewModel.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingControllerRepresentableView.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PagingDiff.swift,\ PagingDistance.swift,\ PagingIndexItem.swift,\ PagingIndicatorMetric.swift,\ PagingItems.swift,\ PagingNavigationOrientation.swift,\ PagingTransition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDiff.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndexItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndicatorMetric.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingItems.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingNavigationOrientation.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingTransition.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDiff.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndexItem.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndicatorMetric.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingItems.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingNavigationOrientation.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingTransition.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PagingViewControllerDelegate.swift,\ PagingViewControllerInfiniteDataSource.swift,\ PagingViewControllerSizeDelegate.swift,\ Tween.swift,\ AnyPagingItem.swift,\ Page.swift,\ PageContentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerInfiniteDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerSizeDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/Tween.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/AnyPagingItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerInfiniteDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerSizeDelegate.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/Tween.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/AnyPagingItem.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/Page.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PageContentConfiguration.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UIColor+interpolation.swift,\ UIEdgeInsets.swift,\ UIView+constraints.swift,\ CollectionView.swift,\ PageViewControllerDataSource.swift,\ PageViewControllerDelegate.swift,\ PageViewManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIColor+interpolation.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIEdgeInsets.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIView+constraints.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIColor+interpolation.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIEdgeInsets.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIView+constraints.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ PageViewController.swift,\ PageViewCoordinator.swift,\ PageViewManager.swift,\ PagingBorderLayoutAttributes.swift,\ PagingBorderView.swift,\ PagingCell.swift,\ PagingCellLayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderLayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-watchos/Parchment.build/DerivedSources/resource_bundle_accessor.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewCoordinator.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderLayoutAttributes.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingBorderView.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PageViewManagerDelegate.swift,\ PagingIndicatorStyle.swift,\ PagingItem.swift,\ PagingLayout.swift,\ PagingMenuDataSource.swift,\ PagingMenuDelegate.swift,\ PagingViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingLayout.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingIndicatorStyle.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingItem.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingLayout.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDelegate.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ PagingMenuInteraction.swift,\ PagingMenuItemSize.swift,\ PagingMenuItemSource.swift,\ PagingMenuPosition.swift,\ PagingMenuTransition.swift,\ PagingSelectedScrollPosition.swift,\ PagingState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuInteraction.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSize.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuPosition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuTransition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingSelectedScrollPosition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingState.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuInteraction.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSize.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuPosition.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuTransition.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingSelectedScrollPosition.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingState.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'Parchment' from project 'Parchment')
SwiftEmitModule normal armv7k Emitting\ module\ for\ Parchment (in target 'Parchment' from project 'Parchment')
Building workspace spi-builder-workspace with scheme Parchment
(3 failures)
BUILD FAILURE 6.2 watchOS