Build Information
Failed to build CollectionViewPagingLayout, reference master (5b4072
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 19 Jun 2025 10:24:57 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 CollectionViewPagingLayout -destination generic/platform=watchOS
Build Log
public extension StackTransformView where Self: 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/Lib/Stack/StackTransformViewOptions.swift:98:33: error: 'UIBlurEffect' is unavailable in watchOS
public var blurEffectStyle: UIBlurEffect.Style
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift:126:26: error: 'UIBlurEffect' is unavailable in watchOS
blurEffectStyle: UIBlurEffect.Style = .light
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:17:41: error: cannot find type 'UIHostingController' in scope
private weak var hostingController: UIHostingController<Content>?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:12:73: error: 'UICollectionViewCell' is unavailable in watchOS
class PagingCollectionViewCell<ValueType: Identifiable, Content: View>: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:109:23: error: 'UIView' is unavailable in watchOS
var scalableView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:113:19: error: 'UIView' is unavailable in watchOS
var cardView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:117:21: error: 'UIView' is unavailable in watchOS
var targetView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:121:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/SwiftUI/PagingCollectionViewController.swift:24:33: error: 'UICollectionView' is unavailable in watchOS
private 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/Lib/SwiftUI/PagingCollectionViewController.swift:40:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: 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/Lib/SwiftUI/PagingCollectionViewController.swift:44:50: error: 'UICollectionView' is unavailable in watchOS
public 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/Lib/SwiftUI/PagingCollectionViewController.swift:44:107: error: 'UICollectionViewCell' is unavailable in watchOS
public 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/Lib/SwiftUI/PagingCollectionViewController.swift:85:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ 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/Lib/SwiftUI/PagingCollectionViewController.swift:12:90: error: 'UIViewController' is unavailable in watchOS
public class PagingCollectionViewController<ValueType: Identifiable, PageContent: View>: 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/Lib/SwiftUI/PagingCollectionViewController.swift:13:5: error: 'UICollectionViewDataSource' is unavailable in watchOS
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/Lib/SwiftUI/PagingCollectionViewController.swift:15: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/Lib/SwiftUI/PagingCollectionViewController.swift:16:5: error: 'UIScrollViewDelegate' is unavailable in watchOS
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/Lib/SwiftUI/PagingCollectionViewController.swift:161:27: error: 'UICollectionViewCell' is unavailable in watchOS
func registerClass<T: UICollectionViewCell>(_ cellType: T.Type, reuseIdentifier: String = T.reuseIdentifier) {
^~~~~~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewController.swift:165:38: error: 'UICollectionViewCell' is unavailable in watchOS
func dequeueReusableCellClass<T: UICollectionViewCell>(for indexPath: IndexPath, type: T.Type? = nil, reuseIdentifier: String = T.reuseIdentifier) -> T {
^~~~~~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewController.swift:160:19: error: 'UICollectionView' is unavailable in watchOS
private extension 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/Lib/SwiftUI/PagingCollectionViewController.swift:171:19: error: 'UICollectionViewCell' is unavailable in watchOS
private extension 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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:16:36: error: 'UIView' is unavailable in watchOS
var snapshotIdentifier: ((Int, UIView?) -> String)?
^~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:17:52: error: 'UIView' is unavailable in watchOS
var canReuseSnapshot: ((SnapshotContainerView, UIView?) -> Bool)?
^~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:24:26: error: 'UICollectionView' is unavailable in watchOS
var scrollDirection: UICollectionView.ScrollDirection?
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:30:41: error: 'UICollectionView' is unavailable in watchOS
func getKey<T>() -> WritableKeyPath<UICollectionView, T>?
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:35:34: error: 'UICollectionView' is unavailable in watchOS
let keyPath: WritableKeyPath<UICollectionView, T>
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:41: error: 'UICollectionView' is unavailable in watchOS
func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func getValue<T>() -> T? {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct ScalePageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:12:77: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SnapshotPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:45:84: error: 'UIView' is unavailable in watchOS
func snapshotIdentifier(_ snapshotIdentifier: @escaping (_ index: Int, _ view: UIView?) -> String) -> Self {
^~~~~~
/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/Lib/SwiftUI/SnapshotPageView.swift:56:110: error: 'UIView' is unavailable in watchOS
func canReuseSnapshot(_ canReuseSnapshot: @escaping (_ snapshotContainer: SnapshotContainerView, _ view: UIView?) -> Bool) -> Self {
^~~~~~
/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/Lib/SwiftUI/StackPageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct StackPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift:11:78: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct TransformPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:146:39: error: 'UICollectionView' is unavailable in watchOS
func scrollDirection(_ direction: UICollectionView.ScrollDirection) -> Self {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/TransformPageViewProtocol.swift:156:51: error: 'UICollectionView' is unavailable in watchOS
func collectionView<T>(_ key: WritableKeyPath<UICollectionView, T>, _ value: T) -> Self {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/TransformPageViewProtocol.swift:164:56: error: cannot find type 'UIViewControllerRepresentable' in scope
public extension TransformPageViewProtocol where Self: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:165:41: error: cannot find type 'UIViewControllerRepresentableContext' in scope
func makeUIViewController(context: UIViewControllerRepresentableContext<Self>) -> Builder.ViewController {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:169:86: error: cannot find type 'Context' in scope
func updateUIViewController(_ uiViewController: Builder.ViewController, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:17:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/TransformableView.swift:50:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/TransformableView.swift:46:48: error: 'UICollectionViewCell' is unavailable in watchOS
public extension TransformableView where Self: 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/Lib/TransformableView.swift:61:57: error: 'UIEvent' is unavailable in watchOS
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:61:70: error: 'UIView' is unavailable in watchOS
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Lib/TransformableView.swift:56:18: error: 'UICollectionViewCell' is unavailable in watchOS
public extension 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/Lib/Utilities/UIView+Utilities.swift:14:33: error: 'UIView' is unavailable in watchOS
public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [NSLayoutConstraint] {
^~~~~~
/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/Lib/Utilities/UIView+Utilities.swift:14:74: error: 'NSLayoutConstraint' is unavailable in watchOS
public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [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/Lib/Utilities/UIView+Utilities.swift:27:33: error: 'UIView' is unavailable in watchOS
public func center(to view: 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/Lib/Utilities/UIView+Utilities.swift:35:36: error: 'UIView' is unavailable in watchOS
public func equalSize(to view: 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/Lib/Utilities/UIView+Utilities.swift:11: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/Lib/ViewAnimator.swift:34:30: error: 'CADisplayLink' is unavailable in watchOS
private var displayLink: CADisplayLink?
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
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/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift -target arm64-apple-watchos6.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -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 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name CollectionViewPagingLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.abi.json
SwiftCompile normal arm64 Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Multipliable.swift,\ UIView+Utilities.swift,\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TransformPageView.swift,\ TransformPageViewProtocol.swift,\ TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SnapshotTransformViewOptions.PiecesValue.swift,\ SnapshotTransformViewOptions.swift,\ StackTransformView.swift,\ StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ScalePageView.swift,\ SnapshotPageView.swift,\ StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BlurEffectView.swift,\ CollectionViewPagingLayout.ZPositionHandler.swift,\ CollectionViewPagingLayout.swift,\ ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ScaleTransformViewOptions+Layout.swift,\ ScaleTransformViewOptions.Rotation3dOptions.swift,\ ScaleTransformViewOptions.Translation3dOptions.swift,\ ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StackTransformViewOptions.swift,\ PagePadding.swift,\ PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftExplicitDependencyGeneratePcm armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-C923I9E7WL6VNSOU582MEE5FZ.pcm
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal arm64_32 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
Building workspace spi-builder-workspace with scheme CollectionViewPagingLayout
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
CollectionViewPagingLayout: /Users/admin/builder/spi-builder-workspace
resolved source packages: CollectionViewPagingLayout
{
"dependencies" : [
],
"manifest_display_name" : "CollectionViewPagingLayout",
"name" : "CollectionViewPagingLayout",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CollectionViewPagingLayout",
"targets" : [
"CollectionViewPagingLayout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CollectionViewPagingLayout",
"module_type" : "SwiftTarget",
"name" : "CollectionViewPagingLayout",
"path" : "Lib",
"product_memberships" : [
"CollectionViewPagingLayout"
],
"sources" : [
"BlurEffectView.swift",
"CollectionViewPagingLayout.ZPositionHandler.swift",
"CollectionViewPagingLayout.swift",
"Scale/ScaleTransformView.swift",
"Scale/ScaleTransformViewOptions+Layout.swift",
"Scale/ScaleTransformViewOptions.Rotation3dOptions.swift",
"Scale/ScaleTransformViewOptions.Translation3dOptions.swift",
"Scale/ScaleTransformViewOptions.swift",
"Snapshot/SnapshotContainerView.swift",
"Snapshot/SnapshotTransformView.swift",
"Snapshot/SnapshotTransformViewOptions+Layout.swift",
"Snapshot/SnapshotTransformViewOptions.PiecePosition.swift",
"Snapshot/SnapshotTransformViewOptions.PiecesValue.swift",
"Snapshot/SnapshotTransformViewOptions.swift",
"Stack/StackTransformView.swift",
"Stack/StackTransformViewOptions+Layout.swift",
"Stack/StackTransformViewOptions.swift",
"SwiftUI/PagePadding.swift",
"SwiftUI/PagingCollectionViewCell.swift",
"SwiftUI/PagingCollectionViewController.swift",
"SwiftUI/PagingCollectionViewControllerBuilder.swift",
"SwiftUI/PagingCollectionViewModifierData.swift",
"SwiftUI/ScalePageView.swift",
"SwiftUI/SnapshotPageView.swift",
"SwiftUI/StackPageView.swift",
"SwiftUI/TransformPageView.swift",
"SwiftUI/TransformPageViewProtocol.swift",
"TransformCurve.swift",
"TransformableView.swift",
"Utilities/CGFloat+Interpolate.swift",
"Utilities/CGFloat+Range.swift",
"Utilities/Multipliable.swift",
"Utilities/UIView+Utilities.swift",
"ViewAnimator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CollectionViewPagingLayout"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
CollectionViewPagingLayout: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
➜ Explicit dependency on target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
Target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver CollectionViewPagingLayout normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout_const_extract_protocols.json -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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CollectionViewPagingLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json -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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CollectionViewPagingLayout normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout_const_extract_protocols.json -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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/armv7k/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ StackTransformViewOptions.swift,\ PagePadding.swift,\ PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ScaleTransformViewOptions+Layout.swift,\ ScaleTransformViewOptions.Rotation3dOptions.swift,\ ScaleTransformViewOptions.Translation3dOptions.swift,\ ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
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/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift -target arm64_32-apple-watchos6.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-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 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout_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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name CollectionViewPagingLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64_32/CollectionViewPagingLayout.abi.json
EmitSwiftModule normal arm64_32 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:15:27: error: 'UIViewPropertyAnimator' is unavailable in watchOS
private var animator: UIViewPropertyAnimator?
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:39: error: 'UIBlurEffect' is unavailable in watchOS
public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:11:30: error: 'UIVisualEffectView' is unavailable in watchOS
public class BlurEffectView: UIVisualEffectView {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:36:33: error: 'UICollectionView' is unavailable in watchOS
public var scrollDirection: UICollectionView.ScrollDirection = .horizontal
^~~~~~~~~~~~~~~~
/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/Lib/CollectionViewPagingLayout.swift:86:59: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
private var attributesCache: [(page: Int, attributes: 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/Lib/CollectionViewPagingLayout.swift:150:75: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
override public func layoutAttributesForElements(in rect: 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/Lib/CollectionViewPagingLayout.swift:26:42: error: 'UICollectionViewLayout' is unavailable in watchOS
public class CollectionViewPagingLayout: UICollectionViewLayout {
^~~~~~~~~~~~~~~~~~~~~~
/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/Lib/Scale/ScaleTransformView.swift:18:23: error: 'UIView' is unavailable in watchOS
var scalableView: 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/Lib/Scale/ScaleTransformView.swift:21:28: error: 'UIView' is unavailable in watchOS
var scaleBlurViewHost: 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/Lib/Scale/ScaleTransformView.swift:31:28: error: 'UIView' is unavailable in watchOS
var scaleBlurViewHost: 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/Lib/Scale/ScaleTransformView.swift:41:23: error: 'UIView' is unavailable in watchOS
var scalableView: 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/Lib/Scale/ScaleTransformView.swift:37:49: error: 'UICollectionViewCell' is unavailable in watchOS
public extension ScaleTransformView where Self: 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/Lib/Scale/ScaleTransformViewOptions.swift:84:33: error: 'UIBlurEffect' is unavailable in watchOS
public var blurEffectStyle: UIBlurEffect.Style
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift:117:26: error: 'UIBlurEffect' is unavailable in watchOS
blurEffectStyle: UIBlurEffect.Style = .light,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:15:28: error: 'UIView' is unavailable in watchOS
public let snapshots: [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/Lib/Snapshot/SnapshotContainerView.swift:20:34: error: 'UIView' is unavailable in watchOS
private weak var targetView: 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/Lib/Snapshot/SnapshotContainerView.swift:25:30: error: 'UIView' is unavailable in watchOS
public init?(targetView: UIView, pieceSizeRatio: CGSize, identifier: String) {
^~~~~~
/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/Lib/Snapshot/SnapshotContainerView.swift:11:37: error: 'UIView' is unavailable in watchOS
public class SnapshotContainerView: 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/Lib/Snapshot/SnapshotTransformView.swift:17:21: error: 'UIView' is unavailable in watchOS
var targetView: 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/Lib/Snapshot/SnapshotTransformView.swift:38:21: error: 'UIView' is unavailable in watchOS
var targetView: 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/Lib/Snapshot/SnapshotTransformView.swift:34:52: error: 'UICollectionViewCell' is unavailable in watchOS
public extension SnapshotTransformView where Self: 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/Lib/Stack/StackTransformView.swift:18:19: error: 'UIView' is unavailable in watchOS
var cardView: 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/Lib/Stack/StackTransformView.swift:21:28: error: 'UIView' is unavailable in watchOS
var stackBlurViewHost: 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/Lib/Stack/StackTransformView.swift:31:28: error: 'UIView' is unavailable in watchOS
var stackBlurViewHost: 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/Lib/Stack/StackTransformView.swift:42:19: error: 'UIView' is unavailable in watchOS
var cardView: 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/Lib/Stack/StackTransformView.swift:38:49: error: 'UICollectionViewCell' is unavailable in watchOS
public extension StackTransformView where Self: 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/Lib/Stack/StackTransformViewOptions.swift:98:33: error: 'UIBlurEffect' is unavailable in watchOS
public var blurEffectStyle: UIBlurEffect.Style
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift:126:26: error: 'UIBlurEffect' is unavailable in watchOS
blurEffectStyle: UIBlurEffect.Style = .light
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:17:41: error: cannot find type 'UIHostingController' in scope
private weak var hostingController: UIHostingController<Content>?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:12:73: error: 'UICollectionViewCell' is unavailable in watchOS
class PagingCollectionViewCell<ValueType: Identifiable, Content: View>: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:109:23: error: 'UIView' is unavailable in watchOS
var scalableView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:113:19: error: 'UIView' is unavailable in watchOS
var cardView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:117:21: error: 'UIView' is unavailable in watchOS
var targetView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:121:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/SwiftUI/PagingCollectionViewController.swift:24:33: error: 'UICollectionView' is unavailable in watchOS
private 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/Lib/SwiftUI/PagingCollectionViewController.swift:40:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: 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/Lib/SwiftUI/PagingCollectionViewController.swift:44:50: error: 'UICollectionView' is unavailable in watchOS
public 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/Lib/SwiftUI/PagingCollectionViewController.swift:44:107: error: 'UICollectionViewCell' is unavailable in watchOS
public 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/Lib/SwiftUI/PagingCollectionViewController.swift:85:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ 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/Lib/SwiftUI/PagingCollectionViewController.swift:12:90: error: 'UIViewController' is unavailable in watchOS
public class PagingCollectionViewController<ValueType: Identifiable, PageContent: View>: 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/Lib/SwiftUI/PagingCollectionViewController.swift:13:5: error: 'UICollectionViewDataSource' is unavailable in watchOS
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/Lib/SwiftUI/PagingCollectionViewController.swift:15: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/Lib/SwiftUI/PagingCollectionViewController.swift:16:5: error: 'UIScrollViewDelegate' is unavailable in watchOS
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/Lib/SwiftUI/PagingCollectionViewController.swift:161:27: error: 'UICollectionViewCell' is unavailable in watchOS
func registerClass<T: UICollectionViewCell>(_ cellType: T.Type, reuseIdentifier: String = T.reuseIdentifier) {
^~~~~~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewController.swift:165:38: error: 'UICollectionViewCell' is unavailable in watchOS
func dequeueReusableCellClass<T: UICollectionViewCell>(for indexPath: IndexPath, type: T.Type? = nil, reuseIdentifier: String = T.reuseIdentifier) -> T {
^~~~~~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewController.swift:160:19: error: 'UICollectionView' is unavailable in watchOS
private extension 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/Lib/SwiftUI/PagingCollectionViewController.swift:171:19: error: 'UICollectionViewCell' is unavailable in watchOS
private extension 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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:16:36: error: 'UIView' is unavailable in watchOS
var snapshotIdentifier: ((Int, UIView?) -> String)?
^~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:17:52: error: 'UIView' is unavailable in watchOS
var canReuseSnapshot: ((SnapshotContainerView, UIView?) -> Bool)?
^~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:24:26: error: 'UICollectionView' is unavailable in watchOS
var scrollDirection: UICollectionView.ScrollDirection?
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:30:41: error: 'UICollectionView' is unavailable in watchOS
func getKey<T>() -> WritableKeyPath<UICollectionView, T>?
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:35:34: error: 'UICollectionView' is unavailable in watchOS
let keyPath: WritableKeyPath<UICollectionView, T>
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:41: error: 'UICollectionView' is unavailable in watchOS
func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func getValue<T>() -> T? {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct ScalePageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:12:77: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SnapshotPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:45:84: error: 'UIView' is unavailable in watchOS
func snapshotIdentifier(_ snapshotIdentifier: @escaping (_ index: Int, _ view: UIView?) -> String) -> Self {
^~~~~~
/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/Lib/SwiftUI/SnapshotPageView.swift:56:110: error: 'UIView' is unavailable in watchOS
func canReuseSnapshot(_ canReuseSnapshot: @escaping (_ snapshotContainer: SnapshotContainerView, _ view: UIView?) -> Bool) -> Self {
^~~~~~
/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/Lib/SwiftUI/StackPageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct StackPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift:11:78: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct TransformPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:146:39: error: 'UICollectionView' is unavailable in watchOS
func scrollDirection(_ direction: UICollectionView.ScrollDirection) -> Self {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/TransformPageViewProtocol.swift:156:51: error: 'UICollectionView' is unavailable in watchOS
func collectionView<T>(_ key: WritableKeyPath<UICollectionView, T>, _ value: T) -> Self {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/TransformPageViewProtocol.swift:164:56: error: cannot find type 'UIViewControllerRepresentable' in scope
public extension TransformPageViewProtocol where Self: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:165:41: error: cannot find type 'UIViewControllerRepresentableContext' in scope
func makeUIViewController(context: UIViewControllerRepresentableContext<Self>) -> Builder.ViewController {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:169:86: error: cannot find type 'Context' in scope
func updateUIViewController(_ uiViewController: Builder.ViewController, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:17:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/TransformableView.swift:50:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/TransformableView.swift:46:48: error: 'UICollectionViewCell' is unavailable in watchOS
public extension TransformableView where Self: 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/Lib/TransformableView.swift:61:57: error: 'UIEvent' is unavailable in watchOS
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:61:70: error: 'UIView' is unavailable in watchOS
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Lib/TransformableView.swift:56:18: error: 'UICollectionViewCell' is unavailable in watchOS
public extension 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/Lib/Utilities/UIView+Utilities.swift:14:33: error: 'UIView' is unavailable in watchOS
public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [NSLayoutConstraint] {
^~~~~~
/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/Lib/Utilities/UIView+Utilities.swift:14:74: error: 'NSLayoutConstraint' is unavailable in watchOS
public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [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/Lib/Utilities/UIView+Utilities.swift:27:33: error: 'UIView' is unavailable in watchOS
public func center(to view: 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/Lib/Utilities/UIView+Utilities.swift:35:36: error: 'UIView' is unavailable in watchOS
public func equalSize(to view: 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/Lib/Utilities/UIView+Utilities.swift:11: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/Lib/ViewAnimator.swift:34:30: error: 'CADisplayLink' is unavailable in watchOS
private var displayLink: CADisplayLink?
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
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/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift -target arm64-apple-watchos6.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-dependencies-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -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 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.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/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name CollectionViewPagingLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-watchos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.abi.json
EmitSwiftModule normal arm64 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:15:27: error: 'UIViewPropertyAnimator' is unavailable in watchOS
private var animator: UIViewPropertyAnimator?
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewPropertyAnimator.h:17:12: note: 'UIViewPropertyAnimator' has been explicitly marked unavailable here
@interface UIViewPropertyAnimator : NSObject <UIViewImplicitlyAnimating, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:39: error: 'UIBlurEffect' is unavailable in watchOS
public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:11:30: error: 'UIVisualEffectView' is unavailable in watchOS
public class BlurEffectView: UIVisualEffectView {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVisualEffectView.h:28:12: note: 'UIVisualEffectView' has been explicitly marked unavailable here
@interface UIVisualEffectView : UIView <NSSecureCoding>
^
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:36:33: error: 'UICollectionView' is unavailable in watchOS
public var scrollDirection: UICollectionView.ScrollDirection = .horizontal
^~~~~~~~~~~~~~~~
/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/Lib/CollectionViewPagingLayout.swift:86:59: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
private var attributesCache: [(page: Int, attributes: 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/Lib/CollectionViewPagingLayout.swift:150:75: error: 'UICollectionViewLayoutAttributes' is unavailable in watchOS
override public func layoutAttributesForElements(in rect: 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/Lib/CollectionViewPagingLayout.swift:26:42: error: 'UICollectionViewLayout' is unavailable in watchOS
public class CollectionViewPagingLayout: UICollectionViewLayout {
^~~~~~~~~~~~~~~~~~~~~~
/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/Lib/Scale/ScaleTransformView.swift:18:23: error: 'UIView' is unavailable in watchOS
var scalableView: 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/Lib/Scale/ScaleTransformView.swift:21:28: error: 'UIView' is unavailable in watchOS
var scaleBlurViewHost: 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/Lib/Scale/ScaleTransformView.swift:31:28: error: 'UIView' is unavailable in watchOS
var scaleBlurViewHost: 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/Lib/Scale/ScaleTransformView.swift:41:23: error: 'UIView' is unavailable in watchOS
var scalableView: 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/Lib/Scale/ScaleTransformView.swift:37:49: error: 'UICollectionViewCell' is unavailable in watchOS
public extension ScaleTransformView where Self: 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/Lib/Scale/ScaleTransformViewOptions.swift:84:33: error: 'UIBlurEffect' is unavailable in watchOS
public var blurEffectStyle: UIBlurEffect.Style
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift:117:26: error: 'UIBlurEffect' is unavailable in watchOS
blurEffectStyle: UIBlurEffect.Style = .light,
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:15:28: error: 'UIView' is unavailable in watchOS
public let snapshots: [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/Lib/Snapshot/SnapshotContainerView.swift:20:34: error: 'UIView' is unavailable in watchOS
private weak var targetView: 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/Lib/Snapshot/SnapshotContainerView.swift:25:30: error: 'UIView' is unavailable in watchOS
public init?(targetView: UIView, pieceSizeRatio: CGSize, identifier: String) {
^~~~~~
/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/Lib/Snapshot/SnapshotContainerView.swift:11:37: error: 'UIView' is unavailable in watchOS
public class SnapshotContainerView: 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/Lib/Snapshot/SnapshotTransformView.swift:17:21: error: 'UIView' is unavailable in watchOS
var targetView: 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/Lib/Snapshot/SnapshotTransformView.swift:38:21: error: 'UIView' is unavailable in watchOS
var targetView: 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/Lib/Snapshot/SnapshotTransformView.swift:34:52: error: 'UICollectionViewCell' is unavailable in watchOS
public extension SnapshotTransformView where Self: 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/Lib/Stack/StackTransformView.swift:18:19: error: 'UIView' is unavailable in watchOS
var cardView: 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/Lib/Stack/StackTransformView.swift:21:28: error: 'UIView' is unavailable in watchOS
var stackBlurViewHost: 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/Lib/Stack/StackTransformView.swift:31:28: error: 'UIView' is unavailable in watchOS
var stackBlurViewHost: 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/Lib/Stack/StackTransformView.swift:42:19: error: 'UIView' is unavailable in watchOS
var cardView: 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/Lib/Stack/StackTransformView.swift:38:49: error: 'UICollectionViewCell' is unavailable in watchOS
public extension StackTransformView where Self: 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/Lib/Stack/StackTransformViewOptions.swift:98:33: error: 'UIBlurEffect' is unavailable in watchOS
public var blurEffectStyle: UIBlurEffect.Style
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift:126:26: error: 'UIBlurEffect' is unavailable in watchOS
blurEffectStyle: UIBlurEffect.Style = .light
^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:61:12: note: 'UIBlurEffect' has been explicitly marked unavailable here
@interface UIBlurEffect : UIVisualEffect
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:17:41: error: cannot find type 'UIHostingController' in scope
private weak var hostingController: UIHostingController<Content>?
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:12:73: error: 'UICollectionViewCell' is unavailable in watchOS
class PagingCollectionViewCell<ValueType: Identifiable, Content: View>: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:109:23: error: 'UIView' is unavailable in watchOS
var scalableView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:113:19: error: 'UIView' is unavailable in watchOS
var cardView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:117:21: error: 'UIView' is unavailable in watchOS
var targetView: 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/Lib/SwiftUI/PagingCollectionViewCell.swift:121:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/SwiftUI/PagingCollectionViewController.swift:24:33: error: 'UICollectionView' is unavailable in watchOS
private 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/Lib/SwiftUI/PagingCollectionViewController.swift:40:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: 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/Lib/SwiftUI/PagingCollectionViewController.swift:44:50: error: 'UICollectionView' is unavailable in watchOS
public 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/Lib/SwiftUI/PagingCollectionViewController.swift:44:107: error: 'UICollectionViewCell' is unavailable in watchOS
public 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/Lib/SwiftUI/PagingCollectionViewController.swift:85:50: error: 'UICollectionView' is unavailable in watchOS
public func collectionView(_ 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/Lib/SwiftUI/PagingCollectionViewController.swift:12:90: error: 'UIViewController' is unavailable in watchOS
public class PagingCollectionViewController<ValueType: Identifiable, PageContent: View>: 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/Lib/SwiftUI/PagingCollectionViewController.swift:13:5: error: 'UICollectionViewDataSource' is unavailable in watchOS
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/Lib/SwiftUI/PagingCollectionViewController.swift:15: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/Lib/SwiftUI/PagingCollectionViewController.swift:16:5: error: 'UIScrollViewDelegate' is unavailable in watchOS
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/Lib/SwiftUI/PagingCollectionViewController.swift:161:27: error: 'UICollectionViewCell' is unavailable in watchOS
func registerClass<T: UICollectionViewCell>(_ cellType: T.Type, reuseIdentifier: String = T.reuseIdentifier) {
^~~~~~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewController.swift:165:38: error: 'UICollectionViewCell' is unavailable in watchOS
func dequeueReusableCellClass<T: UICollectionViewCell>(for indexPath: IndexPath, type: T.Type? = nil, reuseIdentifier: String = T.reuseIdentifier) -> T {
^~~~~~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewController.swift:160:19: error: 'UICollectionView' is unavailable in watchOS
private extension 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/Lib/SwiftUI/PagingCollectionViewController.swift:171:19: error: 'UICollectionViewCell' is unavailable in watchOS
private extension 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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:16:36: error: 'UIView' is unavailable in watchOS
var snapshotIdentifier: ((Int, UIView?) -> String)?
^~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:17:52: error: 'UIView' is unavailable in watchOS
var canReuseSnapshot: ((SnapshotContainerView, UIView?) -> Bool)?
^~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:24:26: error: 'UICollectionView' is unavailable in watchOS
var scrollDirection: UICollectionView.ScrollDirection?
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:30:41: error: 'UICollectionView' is unavailable in watchOS
func getKey<T>() -> WritableKeyPath<UICollectionView, T>?
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:35:34: error: 'UICollectionView' is unavailable in watchOS
let keyPath: WritableKeyPath<UICollectionView, T>
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:41: error: 'UICollectionView' is unavailable in watchOS
func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func getValue<T>() -> T? {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct ScalePageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:12:77: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SnapshotPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:45:84: error: 'UIView' is unavailable in watchOS
func snapshotIdentifier(_ snapshotIdentifier: @escaping (_ index: Int, _ view: UIView?) -> String) -> Self {
^~~~~~
/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/Lib/SwiftUI/SnapshotPageView.swift:56:110: error: 'UIView' is unavailable in watchOS
func canReuseSnapshot(_ canReuseSnapshot: @escaping (_ snapshotContainer: SnapshotContainerView, _ view: UIView?) -> Bool) -> Self {
^~~~~~
/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/Lib/SwiftUI/StackPageView.swift:12:74: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct StackPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift:11:78: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct TransformPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:146:39: error: 'UICollectionView' is unavailable in watchOS
func scrollDirection(_ direction: UICollectionView.ScrollDirection) -> Self {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/TransformPageViewProtocol.swift:156:51: error: 'UICollectionView' is unavailable in watchOS
func collectionView<T>(_ key: WritableKeyPath<UICollectionView, T>, _ value: T) -> Self {
^~~~~~~~~~~~~~~~
/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/Lib/SwiftUI/TransformPageViewProtocol.swift:164:56: error: cannot find type 'UIViewControllerRepresentable' in scope
public extension TransformPageViewProtocol where Self: UIViewControllerRepresentable {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:165:41: error: cannot find type 'UIViewControllerRepresentableContext' in scope
func makeUIViewController(context: UIViewControllerRepresentableContext<Self>) -> Builder.ViewController {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:169:86: error: cannot find type 'Context' in scope
func updateUIViewController(_ uiViewController: Builder.ViewController, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:17:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/TransformableView.swift:50:25: error: 'UIView' is unavailable in watchOS
var selectableView: 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/Lib/TransformableView.swift:46:48: error: 'UICollectionViewCell' is unavailable in watchOS
public extension TransformableView where Self: 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/Lib/TransformableView.swift:61:57: error: 'UIEvent' is unavailable in watchOS
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIEvent.h:62:12: note: 'UIEvent' has been explicitly marked unavailable here
@interface UIEvent : NSObject
^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:61:70: error: 'UIView' is unavailable in watchOS
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> 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/Lib/TransformableView.swift:56:18: error: 'UICollectionViewCell' is unavailable in watchOS
public extension 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/Lib/Utilities/UIView+Utilities.swift:14:33: error: 'UIView' is unavailable in watchOS
public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [NSLayoutConstraint] {
^~~~~~
/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/Lib/Utilities/UIView+Utilities.swift:14:74: error: 'NSLayoutConstraint' is unavailable in watchOS
public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [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/Lib/Utilities/UIView+Utilities.swift:27:33: error: 'UIView' is unavailable in watchOS
public func center(to view: 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/Lib/Utilities/UIView+Utilities.swift:35:36: error: 'UIView' is unavailable in watchOS
public func equalSize(to view: 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/Lib/Utilities/UIView+Utilities.swift:11: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/Lib/ViewAnimator.swift:34:30: error: 'CADisplayLink' is unavailable in watchOS
private var displayLink: CADisplayLink?
^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been explicitly marked unavailable here
@interface CADisplayLink : NSObject
^
SwiftCompile normal arm64_32 Compiling\ BlurEffectView.swift,\ CollectionViewPagingLayout.ZPositionHandler.swift,\ CollectionViewPagingLayout.swift,\ ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ SnapshotContainerView.swift,\ SnapshotTransformView.swift,\ SnapshotTransformViewOptions+Layout.swift,\ SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ScaleTransformViewOptions+Layout.swift,\ ScaleTransformViewOptions.Rotation3dOptions.swift,\ ScaleTransformViewOptions.Translation3dOptions.swift,\ ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal arm64_32 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal arm64 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
Building workspace spi-builder-workspace with scheme CollectionViewPagingLayout
(5 failures)
BUILD FAILURE 6.2 watchOS