The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Parchment, reference main (42036b), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 18:31:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Parchment -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:23:9: note: requirement 'contentSize' declared here
    var contentSize: CGSize { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: warning: main actor-isolated property 'contentInset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:24:9: note: requirement 'contentInset' declared here
    var contentInset: UIEdgeInsets { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:126:59: warning: main actor-isolated property 'showsHorizontalScrollIndicator' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         showsHorizontalScrollIndicator; // default YES. show indicator while we are tracking. fades out after tracking
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:25:9: note: requirement 'showsHorizontalScrollIndicator' declared here
    var showsHorizontalScrollIndicator: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:369:71: warning: main actor-isolated property 'dataSource' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, weak, nullable) id <UICollectionViewDataSource> dataSource;
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:26:9: note: requirement 'dataSource' declared here
    var dataSource: UICollectionViewDataSource? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:115:59: warning: main actor-isolated property 'isScrollEnabled' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic,getter=isScrollEnabled) BOOL          scrollEnabled;                  // default YES. turn off any dragging temporarily
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:27:9: note: requirement 'isScrollEnabled' declared here
    var isScrollEnabled: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:113:59: warning: main actor-isolated property 'alwaysBounceHorizontal' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         alwaysBounceHorizontal;         // default NO. if YES and bounces is YES, even if content is smaller than bounds, allow drag horizontally
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:28:9: note: requirement 'alwaysBounceHorizontal' declared here
    var alwaysBounceHorizontal: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:76:65: warning: main actor-isolated property 'contentInsetAdjustmentBehavior' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:31:9: note: requirement 'contentInsetAdjustmentBehavior' declared here
    var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
        ^
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:33:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier: String)
         ^
                                                                              async
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:34:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ nib: UINib?, forCellWithReuseIdentifier: String)
         ^
                                                                     async
UIKit.UIView.addGestureRecognizer:3:24: warning: main actor-isolated instance method 'addGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.addGestureRecognizer:3:24: note: add 'nonisolated' to 'addGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:35:10: note: mark the protocol requirement 'addGestureRecognizer' 'async' to allow actor-isolated conformances
    func addGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                 async
UIKit.UIView.removeGestureRecognizer:3:24: warning: main actor-isolated instance method 'removeGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.removeGestureRecognizer:3:24: note: add 'nonisolated' to 'removeGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:36:10: note: mark the protocol requirement 'removeGestureRecognizer' 'async' to allow actor-isolated conformances
    func removeGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                    async
UIKit.UICollectionView.reloadData:2:22: warning: main actor-isolated instance method 'reloadData()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func reloadData()}
                     ^
UIKit.UICollectionView.reloadData:2:22: note: add 'nonisolated' to 'reloadData()' to make this instance method not isolated to the actor
@MainActor open func reloadData()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:37:10: note: mark the protocol requirement 'reloadData()' 'async' to allow actor-isolated conformances
    func reloadData()
         ^
                      async
UIKit.UIView.layoutIfNeeded:2:22: warning: main actor-isolated instance method 'layoutIfNeeded()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func layoutIfNeeded()}
                     ^
UIKit.UIView.layoutIfNeeded:2:22: note: add 'nonisolated' to 'layoutIfNeeded()' to make this instance method not isolated to the actor
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:38:10: note: mark the protocol requirement 'layoutIfNeeded()' 'async' to allow actor-isolated conformances
    func layoutIfNeeded()
         ^
                          async
UIKit.UIScrollView.setContentOffset:2:22: warning: main actor-isolated instance method 'setContentOffset(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
UIKit.UIScrollView.setContentOffset:2:22: note: add 'nonisolated' to 'setContentOffset(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:39:10: note: mark the protocol requirement 'setContentOffset(_:animated:)' 'async' to allow actor-isolated conformances
    func setContentOffset(_ contentOffset: CGPoint, animated: Bool)
         ^
                                                                    async
UIKit.UICollectionView.selectItem:2:22: warning: main actor-isolated instance method 'selectItem(at:animated:scrollPosition:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
UIKit.UICollectionView.selectItem:2:22: note: add 'nonisolated' to 'selectItem(at:animated:scrollPosition:)' to make this instance method not isolated to the actor
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:40:10: note: mark the protocol requirement 'selectItem(at:animated:scrollPosition:)' 'async' to allow actor-isolated conformances
    func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)
         ^
                                                                                                               async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewDirection.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:451:57: warning: main actor-isolated property 'indexPathsForVisibleItems' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, readonly) NSArray<NSIndexPath *> *indexPathsForVisibleItems;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:43:29: note: add '@preconcurrency' to the 'CollectionView' conformance to defer isolation checking to run time
extension UICollectionView: CollectionView {}
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:17:9: note: requirement 'indexPathsForVisibleItems' declared here
    var indexPathsForVisibleItems: [IndexPath] { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:160:56: warning: main actor-isolated property 'isDragging' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic, readonly, getter=isDragging) BOOL dragging;
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:18:9: note: requirement 'isDragging' declared here
    var isDragging: Bool { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: warning: main actor-isolated property 'window' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIWindow     *window;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:19:9: note: requirement 'window' declared here
    var window: UIWindow? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:20:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:21:9: note: requirement 'bounds' declared here
    var bounds: CGRect { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: warning: main actor-isolated property 'contentOffset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:22:9: note: requirement 'contentOffset' declared here
    var contentOffset: CGPoint { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:56:59: warning: main actor-isolated property 'contentSize' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGSize                       contentSize;                    // default CGSizeZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:23:9: note: requirement 'contentSize' declared here
    var contentSize: CGSize { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: warning: main actor-isolated property 'contentInset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:24:9: note: requirement 'contentInset' declared here
    var contentInset: UIEdgeInsets { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:126:59: warning: main actor-isolated property 'showsHorizontalScrollIndicator' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         showsHorizontalScrollIndicator; // default YES. show indicator while we are tracking. fades out after tracking
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:25:9: note: requirement 'showsHorizontalScrollIndicator' declared here
    var showsHorizontalScrollIndicator: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:369:71: warning: main actor-isolated property 'dataSource' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, weak, nullable) id <UICollectionViewDataSource> dataSource;
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:26:9: note: requirement 'dataSource' declared here
    var dataSource: UICollectionViewDataSource? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:115:59: warning: main actor-isolated property 'isScrollEnabled' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic,getter=isScrollEnabled) BOOL          scrollEnabled;                  // default YES. turn off any dragging temporarily
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:27:9: note: requirement 'isScrollEnabled' declared here
    var isScrollEnabled: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:113:59: warning: main actor-isolated property 'alwaysBounceHorizontal' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         alwaysBounceHorizontal;         // default NO. if YES and bounces is YES, even if content is smaller than bounds, allow drag horizontally
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:28:9: note: requirement 'alwaysBounceHorizontal' declared here
    var alwaysBounceHorizontal: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:76:65: warning: main actor-isolated property 'contentInsetAdjustmentBehavior' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:31:9: note: requirement 'contentInsetAdjustmentBehavior' declared here
    var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
        ^
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:33:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier: String)
         ^
                                                                              async
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:34:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ nib: UINib?, forCellWithReuseIdentifier: String)
         ^
                                                                     async
UIKit.UIView.addGestureRecognizer:3:24: warning: main actor-isolated instance method 'addGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.addGestureRecognizer:3:24: note: add 'nonisolated' to 'addGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:35:10: note: mark the protocol requirement 'addGestureRecognizer' 'async' to allow actor-isolated conformances
    func addGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                 async
UIKit.UIView.removeGestureRecognizer:3:24: warning: main actor-isolated instance method 'removeGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.removeGestureRecognizer:3:24: note: add 'nonisolated' to 'removeGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:36:10: note: mark the protocol requirement 'removeGestureRecognizer' 'async' to allow actor-isolated conformances
    func removeGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                    async
UIKit.UICollectionView.reloadData:2:22: warning: main actor-isolated instance method 'reloadData()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func reloadData()}
                     ^
UIKit.UICollectionView.reloadData:2:22: note: add 'nonisolated' to 'reloadData()' to make this instance method not isolated to the actor
@MainActor open func reloadData()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:37:10: note: mark the protocol requirement 'reloadData()' 'async' to allow actor-isolated conformances
    func reloadData()
         ^
                      async
UIKit.UIView.layoutIfNeeded:2:22: warning: main actor-isolated instance method 'layoutIfNeeded()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func layoutIfNeeded()}
                     ^
UIKit.UIView.layoutIfNeeded:2:22: note: add 'nonisolated' to 'layoutIfNeeded()' to make this instance method not isolated to the actor
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:38:10: note: mark the protocol requirement 'layoutIfNeeded()' 'async' to allow actor-isolated conformances
    func layoutIfNeeded()
         ^
                          async
UIKit.UIScrollView.setContentOffset:2:22: warning: main actor-isolated instance method 'setContentOffset(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
UIKit.UIScrollView.setContentOffset:2:22: note: add 'nonisolated' to 'setContentOffset(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:39:10: note: mark the protocol requirement 'setContentOffset(_:animated:)' 'async' to allow actor-isolated conformances
    func setContentOffset(_ contentOffset: CGPoint, animated: Bool)
         ^
                                                                    async
UIKit.UICollectionView.selectItem:2:22: warning: main actor-isolated instance method 'selectItem(at:animated:scrollPosition:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
UIKit.UICollectionView.selectItem:2:22: note: add 'nonisolated' to 'selectItem(at:animated:scrollPosition:)' to make this instance method not isolated to the actor
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:40:10: note: mark the protocol requirement 'selectItem(at:animated:scrollPosition:)' 'async' to allow actor-isolated conformances
    func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)
         ^
                                                                                                               async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewState.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:451:57: warning: main actor-isolated property 'indexPathsForVisibleItems' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, readonly) NSArray<NSIndexPath *> *indexPathsForVisibleItems;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:43:29: note: add '@preconcurrency' to the 'CollectionView' conformance to defer isolation checking to run time
extension UICollectionView: CollectionView {}
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:17:9: note: requirement 'indexPathsForVisibleItems' declared here
    var indexPathsForVisibleItems: [IndexPath] { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:160:56: warning: main actor-isolated property 'isDragging' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic, readonly, getter=isDragging) BOOL dragging;
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:18:9: note: requirement 'isDragging' declared here
    var isDragging: Bool { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: warning: main actor-isolated property 'window' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIWindow     *window;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:19:9: note: requirement 'window' declared here
    var window: UIWindow? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:20:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:21:9: note: requirement 'bounds' declared here
    var bounds: CGRect { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: warning: main actor-isolated property 'contentOffset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:22:9: note: requirement 'contentOffset' declared here
    var contentOffset: CGPoint { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:56:59: warning: main actor-isolated property 'contentSize' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGSize                       contentSize;                    // default CGSizeZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:23:9: note: requirement 'contentSize' declared here
    var contentSize: CGSize { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: warning: main actor-isolated property 'contentInset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:24:9: note: requirement 'contentInset' declared here
    var contentInset: UIEdgeInsets { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:126:59: warning: main actor-isolated property 'showsHorizontalScrollIndicator' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         showsHorizontalScrollIndicator; // default YES. show indicator while we are tracking. fades out after tracking
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:25:9: note: requirement 'showsHorizontalScrollIndicator' declared here
    var showsHorizontalScrollIndicator: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:369:71: warning: main actor-isolated property 'dataSource' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, weak, nullable) id <UICollectionViewDataSource> dataSource;
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:26:9: note: requirement 'dataSource' declared here
    var dataSource: UICollectionViewDataSource? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:115:59: warning: main actor-isolated property 'isScrollEnabled' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic,getter=isScrollEnabled) BOOL          scrollEnabled;                  // default YES. turn off any dragging temporarily
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:27:9: note: requirement 'isScrollEnabled' declared here
    var isScrollEnabled: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:113:59: warning: main actor-isolated property 'alwaysBounceHorizontal' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         alwaysBounceHorizontal;         // default NO. if YES and bounces is YES, even if content is smaller than bounds, allow drag horizontally
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:28:9: note: requirement 'alwaysBounceHorizontal' declared here
    var alwaysBounceHorizontal: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:76:65: warning: main actor-isolated property 'contentInsetAdjustmentBehavior' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:31:9: note: requirement 'contentInsetAdjustmentBehavior' declared here
    var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
        ^
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:33:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier: String)
         ^
                                                                              async
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:34:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ nib: UINib?, forCellWithReuseIdentifier: String)
         ^
                                                                     async
UIKit.UIView.addGestureRecognizer:3:24: warning: main actor-isolated instance method 'addGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.addGestureRecognizer:3:24: note: add 'nonisolated' to 'addGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:35:10: note: mark the protocol requirement 'addGestureRecognizer' 'async' to allow actor-isolated conformances
    func addGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                 async
UIKit.UIView.removeGestureRecognizer:3:24: warning: main actor-isolated instance method 'removeGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.removeGestureRecognizer:3:24: note: add 'nonisolated' to 'removeGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:36:10: note: mark the protocol requirement 'removeGestureRecognizer' 'async' to allow actor-isolated conformances
    func removeGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                    async
UIKit.UICollectionView.reloadData:2:22: warning: main actor-isolated instance method 'reloadData()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func reloadData()}
                     ^
UIKit.UICollectionView.reloadData:2:22: note: add 'nonisolated' to 'reloadData()' to make this instance method not isolated to the actor
@MainActor open func reloadData()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:37:10: note: mark the protocol requirement 'reloadData()' 'async' to allow actor-isolated conformances
    func reloadData()
         ^
                      async
UIKit.UIView.layoutIfNeeded:2:22: warning: main actor-isolated instance method 'layoutIfNeeded()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func layoutIfNeeded()}
                     ^
UIKit.UIView.layoutIfNeeded:2:22: note: add 'nonisolated' to 'layoutIfNeeded()' to make this instance method not isolated to the actor
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:38:10: note: mark the protocol requirement 'layoutIfNeeded()' 'async' to allow actor-isolated conformances
    func layoutIfNeeded()
         ^
                          async
UIKit.UIScrollView.setContentOffset:2:22: warning: main actor-isolated instance method 'setContentOffset(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
UIKit.UIScrollView.setContentOffset:2:22: note: add 'nonisolated' to 'setContentOffset(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:39:10: note: mark the protocol requirement 'setContentOffset(_:animated:)' 'async' to allow actor-isolated conformances
    func setContentOffset(_ contentOffset: CGPoint, animated: Bool)
         ^
                                                                    async
UIKit.UICollectionView.selectItem:2:22: warning: main actor-isolated instance method 'selectItem(at:animated:scrollPosition:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
UIKit.UICollectionView.selectItem:2:22: note: add 'nonisolated' to 'selectItem(at:animated:scrollPosition:)' to make this instance method not isolated to the actor
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:40:10: note: mark the protocol requirement 'selectItem(at:animated:scrollPosition:)' 'async' to allow actor-isolated conformances
    func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)
         ^
                                                                                                               async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:32:16: warning: main actor-isolated property 'state' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    public var state: PagingState = .empty
               ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:14:39: note: add '@preconcurrency' to the 'CollectionViewLayout' conformance to defer isolation checking to run time
extension PagingCollectionViewLayout: CollectionViewLayout {}
                                      ^
                                      @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:4:9: note: requirement 'state' declared here
    var state: PagingState { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:37:16: warning: main actor-isolated property 'visibleItems' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    public var visibleItems = PagingItems(items: [])
               ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:5:9: note: requirement 'visibleItems' declared here
    var visibleItems: PagingItems { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:78:18: warning: main actor-isolated property 'sizeCache' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    internal var sizeCache: PagingSizeCache?
                 ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:6:9: note: requirement 'sizeCache' declared here
    var sizeCache: PagingSizeCache? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:111:22: warning: main actor-isolated property 'contentInsets' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    private(set) var contentInsets: UIEdgeInsets = .zero
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:7:9: note: requirement 'contentInsets' declared here
    var contentInsets: UIEdgeInsets { get }
        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:42:29: warning: main actor-isolated property 'layoutAttributes' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    public private(set) var layoutAttributes: [IndexPath: PagingCellLayoutAttributes] = [:]
                            ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:8:9: note: requirement 'layoutAttributes' declared here
    var layoutAttributes: [IndexPath: PagingCellLayoutAttributes] { get }
        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:117:24: warning: main actor-isolated instance method 'prepare()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    open override func prepare() {
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:117:24: note: add 'nonisolated' to 'prepare()' to make this instance method not isolated to the actor
    open override func prepare() {
                       ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:9:10: note: mark the protocol requirement 'prepare()' 'async' to allow actor-isolated conformances
    func prepare()
         ^
                   async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:138:24: warning: main actor-isolated instance method 'invalidateLayout()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    open override func invalidateLayout() {
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:138:24: note: add 'nonisolated' to 'invalidateLayout()' to make this instance method not isolated to the actor
    open override func invalidateLayout() {
                       ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:10:10: note: mark the protocol requirement 'invalidateLayout()' 'async' to allow actor-isolated conformances
    func invalidateLayout()
         ^
                            async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:143:24: warning: main actor-isolated instance method 'invalidateLayout(with:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewLayout'; this is an error in the Swift 6 language mode
    open override func invalidateLayout(with context: UICollectionViewLayoutInvalidationContext) {
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:143:24: note: add 'nonisolated' to 'invalidateLayout(with:)' to make this instance method not isolated to the actor
    open override func invalidateLayout(with context: UICollectionViewLayoutInvalidationContext) {
                       ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:11:10: note: mark the protocol requirement 'invalidateLayout(with:)' 'async' to allow actor-isolated conformances
    func invalidateLayout(with context: UICollectionViewLayoutInvalidationContext)
         ^
                                                                                   async
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:451:57: warning: main actor-isolated property 'indexPathsForVisibleItems' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, readonly) NSArray<NSIndexPath *> *indexPathsForVisibleItems;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:43:29: note: add '@preconcurrency' to the 'CollectionView' conformance to defer isolation checking to run time
extension UICollectionView: CollectionView {}
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:17:9: note: requirement 'indexPathsForVisibleItems' declared here
    var indexPathsForVisibleItems: [IndexPath] { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:160:56: warning: main actor-isolated property 'isDragging' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic, readonly, getter=isDragging) BOOL dragging;
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:18:9: note: requirement 'isDragging' declared here
    var isDragging: Bool { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: warning: main actor-isolated property 'window' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIWindow     *window;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:19:9: note: requirement 'window' declared here
    var window: UIWindow? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:20:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:21:9: note: requirement 'bounds' declared here
    var bounds: CGRect { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: warning: main actor-isolated property 'contentOffset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:22:9: note: requirement 'contentOffset' declared here
    var contentOffset: CGPoint { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:56:59: warning: main actor-isolated property 'contentSize' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGSize                       contentSize;                    // default CGSizeZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:23:9: note: requirement 'contentSize' declared here
    var contentSize: CGSize { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: warning: main actor-isolated property 'contentInset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:24:9: note: requirement 'contentInset' declared here
    var contentInset: UIEdgeInsets { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:126:59: warning: main actor-isolated property 'showsHorizontalScrollIndicator' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         showsHorizontalScrollIndicator; // default YES. show indicator while we are tracking. fades out after tracking
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:25:9: note: requirement 'showsHorizontalScrollIndicator' declared here
    var showsHorizontalScrollIndicator: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:369:71: warning: main actor-isolated property 'dataSource' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, weak, nullable) id <UICollectionViewDataSource> dataSource;
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:26:9: note: requirement 'dataSource' declared here
    var dataSource: UICollectionViewDataSource? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:115:59: warning: main actor-isolated property 'isScrollEnabled' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic,getter=isScrollEnabled) BOOL          scrollEnabled;                  // default YES. turn off any dragging temporarily
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:27:9: note: requirement 'isScrollEnabled' declared here
    var isScrollEnabled: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:113:59: warning: main actor-isolated property 'alwaysBounceHorizontal' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         alwaysBounceHorizontal;         // default NO. if YES and bounces is YES, even if content is smaller than bounds, allow drag horizontally
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:28:9: note: requirement 'alwaysBounceHorizontal' declared here
    var alwaysBounceHorizontal: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:76:65: warning: main actor-isolated property 'contentInsetAdjustmentBehavior' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:31:9: note: requirement 'contentInsetAdjustmentBehavior' declared here
    var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
        ^
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:33:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier: String)
         ^
                                                                              async
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:34:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ nib: UINib?, forCellWithReuseIdentifier: String)
         ^
                                                                     async
UIKit.UIView.addGestureRecognizer:3:24: warning: main actor-isolated instance method 'addGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.addGestureRecognizer:3:24: note: add 'nonisolated' to 'addGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:35:10: note: mark the protocol requirement 'addGestureRecognizer' 'async' to allow actor-isolated conformances
    func addGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                 async
UIKit.UIView.removeGestureRecognizer:3:24: warning: main actor-isolated instance method 'removeGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.removeGestureRecognizer:3:24: note: add 'nonisolated' to 'removeGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:36:10: note: mark the protocol requirement 'removeGestureRecognizer' 'async' to allow actor-isolated conformances
    func removeGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                    async
UIKit.UICollectionView.reloadData:2:22: warning: main actor-isolated instance method 'reloadData()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func reloadData()}
                     ^
UIKit.UICollectionView.reloadData:2:22: note: add 'nonisolated' to 'reloadData()' to make this instance method not isolated to the actor
@MainActor open func reloadData()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:37:10: note: mark the protocol requirement 'reloadData()' 'async' to allow actor-isolated conformances
    func reloadData()
         ^
                      async
UIKit.UIView.layoutIfNeeded:2:22: warning: main actor-isolated instance method 'layoutIfNeeded()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func layoutIfNeeded()}
                     ^
UIKit.UIView.layoutIfNeeded:2:22: note: add 'nonisolated' to 'layoutIfNeeded()' to make this instance method not isolated to the actor
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:38:10: note: mark the protocol requirement 'layoutIfNeeded()' 'async' to allow actor-isolated conformances
    func layoutIfNeeded()
         ^
                          async
UIKit.UIScrollView.setContentOffset:2:22: warning: main actor-isolated instance method 'setContentOffset(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
UIKit.UIScrollView.setContentOffset:2:22: note: add 'nonisolated' to 'setContentOffset(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:39:10: note: mark the protocol requirement 'setContentOffset(_:animated:)' 'async' to allow actor-isolated conformances
    func setContentOffset(_ contentOffset: CGPoint, animated: Bool)
         ^
                                                                    async
UIKit.UICollectionView.selectItem:2:22: warning: main actor-isolated instance method 'selectItem(at:animated:scrollPosition:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
UIKit.UICollectionView.selectItem:2:22: note: add 'nonisolated' to 'selectItem(at:animated:scrollPosition:)' to make this instance method not isolated to the actor
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:40:10: note: mark the protocol requirement 'selectItem(at:animated:scrollPosition:)' 'async' to allow actor-isolated conformances
    func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)
         ^
                                                                                                               async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingInvalidationContext.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:451:57: warning: main actor-isolated property 'indexPathsForVisibleItems' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, readonly) NSArray<NSIndexPath *> *indexPathsForVisibleItems;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:43:29: note: add '@preconcurrency' to the 'CollectionView' conformance to defer isolation checking to run time
extension UICollectionView: CollectionView {}
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:17:9: note: requirement 'indexPathsForVisibleItems' declared here
    var indexPathsForVisibleItems: [IndexPath] { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:160:56: warning: main actor-isolated property 'isDragging' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic, readonly, getter=isDragging) BOOL dragging;
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:18:9: note: requirement 'isDragging' declared here
    var isDragging: Bool { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: warning: main actor-isolated property 'window' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIWindow     *window;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:19:9: note: requirement 'window' declared here
    var window: UIWindow? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: warning: main actor-isolated property 'superview' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:20:9: note: requirement 'superview' declared here
    var superview: UIView? { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: warning: main actor-isolated property 'bounds' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:21:9: note: requirement 'bounds' declared here
    var bounds: CGRect { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: warning: main actor-isolated property 'contentOffset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:22:9: note: requirement 'contentOffset' declared here
    var contentOffset: CGPoint { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:56:59: warning: main actor-isolated property 'contentSize' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         CGSize                       contentSize;                    // default CGSizeZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:23:9: note: requirement 'contentSize' declared here
    var contentSize: CGSize { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: warning: main actor-isolated property 'contentInset' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         UIEdgeInsets                 contentInset;                   // default UIEdgeInsetsZero. add additional scroll area around content
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:24:9: note: requirement 'contentInset' declared here
    var contentInset: UIEdgeInsets { get }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:126:59: warning: main actor-isolated property 'showsHorizontalScrollIndicator' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         showsHorizontalScrollIndicator; // default YES. show indicator while we are tracking. fades out after tracking
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:25:9: note: requirement 'showsHorizontalScrollIndicator' declared here
    var showsHorizontalScrollIndicator: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h:369:71: warning: main actor-isolated property 'dataSource' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property (nonatomic, weak, nullable) id <UICollectionViewDataSource> dataSource;
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:26:9: note: requirement 'dataSource' declared here
    var dataSource: UICollectionViewDataSource? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:115:59: warning: main actor-isolated property 'isScrollEnabled' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic,getter=isScrollEnabled) BOOL          scrollEnabled;                  // default YES. turn off any dragging temporarily
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:27:9: note: requirement 'isScrollEnabled' declared here
    var isScrollEnabled: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:113:59: warning: main actor-isolated property 'alwaysBounceHorizontal' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic)         BOOL                         alwaysBounceHorizontal;         // default NO. if YES and bounces is YES, even if content is smaller than bounds, allow drag horizontally
                                                          ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:28:9: note: requirement 'alwaysBounceHorizontal' declared here
    var alwaysBounceHorizontal: Bool { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:76:65: warning: main actor-isolated property 'contentInsetAdjustmentBehavior' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                                                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:31:9: note: requirement 'contentInsetAdjustmentBehavior' declared here
    var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
        ^
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:33:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier: String)
         ^
                                                                              async
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:34:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
    func register(_ nib: UINib?, forCellWithReuseIdentifier: String)
         ^
                                                                     async
UIKit.UIView.addGestureRecognizer:3:24: warning: main actor-isolated instance method 'addGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.addGestureRecognizer:3:24: note: add 'nonisolated' to 'addGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:35:10: note: mark the protocol requirement 'addGestureRecognizer' 'async' to allow actor-isolated conformances
    func addGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                 async
UIKit.UIView.removeGestureRecognizer:3:24: warning: main actor-isolated instance method 'removeGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
UIKit.UIView.removeGestureRecognizer:3:24: note: add 'nonisolated' to 'removeGestureRecognizer' to make this instance method not isolated to the actor
  @MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:36:10: note: mark the protocol requirement 'removeGestureRecognizer' 'async' to allow actor-isolated conformances
    func removeGestureRecognizer(_ recognizer: UIGestureRecognizer)
         ^
                                                                    async
UIKit.UICollectionView.reloadData:2:22: warning: main actor-isolated instance method 'reloadData()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func reloadData()}
                     ^
UIKit.UICollectionView.reloadData:2:22: note: add 'nonisolated' to 'reloadData()' to make this instance method not isolated to the actor
@MainActor open func reloadData()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:37:10: note: mark the protocol requirement 'reloadData()' 'async' to allow actor-isolated conformances
    func reloadData()
         ^
                      async
UIKit.UIView.layoutIfNeeded:2:22: warning: main actor-isolated instance method 'layoutIfNeeded()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func layoutIfNeeded()}
                     ^
UIKit.UIView.layoutIfNeeded:2:22: note: add 'nonisolated' to 'layoutIfNeeded()' to make this instance method not isolated to the actor
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:38:10: note: mark the protocol requirement 'layoutIfNeeded()' 'async' to allow actor-isolated conformances
    func layoutIfNeeded()
         ^
                          async
UIKit.UIScrollView.setContentOffset:2:22: warning: main actor-isolated instance method 'setContentOffset(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
UIKit.UIScrollView.setContentOffset:2:22: note: add 'nonisolated' to 'setContentOffset(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:39:10: note: mark the protocol requirement 'setContentOffset(_:animated:)' 'async' to allow actor-isolated conformances
    func setContentOffset(_ contentOffset: CGPoint, animated: Bool)
         ^
                                                                    async
UIKit.UICollectionView.selectItem:2:22: warning: main actor-isolated instance method 'selectItem(at:animated:scrollPosition:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
UIKit.UICollectionView.selectItem:2:22: note: add 'nonisolated' to 'selectItem(at:animated:scrollPosition:)' to make this instance method not isolated to the actor
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:40:10: note: mark the protocol requirement 'selectItem(at:animated:scrollPosition:)' 'async' to allow actor-isolated conformances
    func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)
         ^
                                                                                                               async
SwiftDriverJobDiscovery normal arm64 Compiling ConstraintInsetTarget.swift, ConstraintInsets.swift, ConstraintItem.swift, ConstraintLayoutGuide+Extensions.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingIndicatorLayoutAttributes.swift,\ PagingItems.swift,\ PagingCollectionViewLayout.swift,\ PagingMenuItemSize.swift,\ PageViewManagerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingItems.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSize.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951480936813-swift-frontend-Parchment-PagingIndicatorLayoutAttributes.swift-arm64_apple_ios13.1_macabi-o-Onone-1261043919.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9471 seconds (8.3935 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0389 (  5.5%)   0.0386 ( 16.3%)   0.0775 (  8.2%)   3.7986 ( 45.3%)  parse-and-resolve-imports
   0.0366 (  5.2%)   0.0368 ( 15.5%)   0.0734 (  7.8%)   3.7945 ( 45.2%)  Import resolution
   0.1388 ( 19.5%)   0.0345 ( 14.6%)   0.1733 ( 18.3%)   0.1736 (  2.1%)  perform-sema
   0.1385 ( 19.5%)   0.0344 ( 14.5%)   0.1729 ( 18.3%)   0.1732 (  2.1%)  Type checking and Semantic analysis
   0.1005 ( 14.2%)   0.0218 (  9.2%)   0.1224 ( 12.9%)   0.1226 (  1.5%)  typecheck-stmt
   0.0818 ( 11.5%)   0.0171 (  7.2%)   0.0988 ( 10.4%)   0.0990 (  1.2%)  typecheck-expr
   0.0467 (  6.6%)   0.0142 (  6.0%)   0.0609 (  6.4%)   0.0610 (  0.7%)  typecheck-decl
   0.0377 (  5.3%)   0.0084 (  3.6%)   0.0461 (  4.9%)   0.0461 (  0.5%)  precheck-target
   0.0275 (  3.9%)   0.0094 (  4.0%)   0.0369 (  3.9%)   0.0371 (  0.4%)  IRGen
   0.0110 (  1.5%)   0.0112 (  4.7%)   0.0221 (  2.3%)   0.0222 (  0.3%)  import-clang-decl
   0.0164 (  2.3%)   0.0030 (  1.3%)   0.0194 (  2.0%)   0.0209 (  0.2%)  SILGen
   0.0114 (  1.6%)   0.0018 (  0.8%)   0.0133 (  1.4%)   0.0147 (  0.2%)  SILGen-function
   0.0093 (  1.3%)   0.0034 (  1.4%)   0.0127 (  1.3%)   0.0127 (  0.2%)  build-rewrite-system
   0.0107 (  1.5%)   0.0001 (  0.0%)   0.0108 (  1.1%)   0.0108 (  0.1%)  SIL optimization
   0.0010 (  0.1%)   0.0014 (  0.6%)   0.0023 (  0.2%)   0.0023 (  0.0%)  load-stdlib
   0.0013 (  0.2%)   0.0006 (  0.2%)   0.0018 (  0.2%)   0.0018 (  0.0%)  load-all-members
   0.0016 (  0.2%)   0.0002 (  0.1%)   0.0018 (  0.2%)   0.0018 (  0.0%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7102 (100.0%)   0.2369 (100.0%)   0.9471 (100.0%)   8.3935 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4135 seconds (5.1548 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0948 (100.0%)   0.3187 (100.0%)   1.4135 (100.0%)   5.1548 (100.0%)  Building Target
   1.0948 (100.0%)   0.3187 (100.0%)   1.4135 (100.0%)   5.1548 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift:14:16: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if backgroundColor != rhs.backgroundColor {
               ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift:4:14: note: property declared here
    open var backgroundColor: UIColor?
             ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift:14:39: warning: main actor-isolated property 'backgroundColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if backgroundColor != rhs.backgroundColor {
                                      ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorLayoutAttributes.swift:4:14: note: property declared here
    open var backgroundColor: UIColor?
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingItems.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:66:30: warning: main actor-isolated initializer 'init()' cannot be used to satisfy nonisolated requirement from protocol 'PagingLayout'; this is an error in the Swift 6 language mode
    public required override init() {
                             ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:66:30: note: add 'nonisolated' to 'init()' to make this initializer not isolated to the actor
    public required override init() {
                             ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCollectionViewLayout.swift:18:64: note: add '@preconcurrency' to the 'PagingLayout' conformance to defer isolation checking to run time
open class PagingCollectionViewLayout: UICollectionViewLayout, PagingLayout {
                                                               ^
                                                               @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingLayout.swift:6:5: note: mark the protocol requirement 'init()' 'async' to allow actor-isolated conformances
    init()
    ^
           async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSize.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling ConstraintViewDSL.swift, Debugging.swift, LayoutConstraint.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingCellLayoutAttributes.swift,\ PageViewManager.swift,\ PagingMenuView.swift,\ PagingLayout.swift,\ PagingMenuDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingLayout.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDelegate.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951480955285-swift-frontend-Parchment-PagingCellLayoutAttributes.swift-arm64_apple_ios13.1_macabi-o-Onone-1523586101.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0341 seconds (8.7623 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0450 (  5.9%)   0.0521 ( 19.3%)   0.0970 (  9.4%)   3.9508 ( 45.1%)  parse-and-resolve-imports
   0.0425 (  5.6%)   0.0497 ( 18.5%)   0.0922 (  8.9%)   3.9459 ( 45.0%)  Import resolution
   0.1454 ( 19.0%)   0.0362 ( 13.4%)   0.1816 ( 17.6%)   0.1868 (  2.1%)  perform-sema
   0.1446 ( 18.9%)   0.0360 ( 13.4%)   0.1806 ( 17.5%)   0.1858 (  2.1%)  Type checking and Semantic analysis
   0.0986 ( 12.9%)   0.0184 (  6.8%)   0.1170 ( 11.3%)   0.1204 (  1.4%)  typecheck-expr
   0.0842 ( 11.0%)   0.0141 (  5.2%)   0.0983 (  9.5%)   0.1016 (  1.2%)  typecheck-stmt
   0.0619 (  8.1%)   0.0226 (  8.4%)   0.0845 (  8.2%)   0.0865 (  1.0%)  typecheck-decl
   0.0358 (  4.7%)   0.0063 (  2.3%)   0.0421 (  4.1%)   0.0425 (  0.5%)  precheck-target
   0.0310 (  4.1%)   0.0092 (  3.4%)   0.0403 (  3.9%)   0.0404 (  0.5%)  IRGen
   0.0157 (  2.0%)   0.0145 (  5.4%)   0.0301 (  2.9%)   0.0309 (  0.4%)  import-clang-decl
   0.0201 (  2.6%)   0.0025 (  0.9%)   0.0227 (  2.2%)   0.0228 (  0.3%)  SILGen
   0.0132 (  1.7%)   0.0010 (  0.4%)   0.0142 (  1.4%)   0.0143 (  0.2%)  SILGen-function
   0.0104 (  1.4%)   0.0001 (  0.0%)   0.0105 (  1.0%)   0.0105 (  0.1%)  SIL optimization
   0.0082 (  1.1%)   0.0019 (  0.7%)   0.0101 (  1.0%)   0.0102 (  0.1%)  build-rewrite-system
   0.0065 (  0.9%)   0.0028 (  1.0%)   0.0093 (  0.9%)   0.0094 (  0.1%)  load-all-members
   0.0012 (  0.2%)   0.0018 (  0.7%)   0.0030 (  0.3%)   0.0030 (  0.0%)  load-stdlib
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7649 (100.0%)   0.2692 (100.0%)   1.0341 (100.0%)   8.7623 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2788 seconds (5.1540 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9693 (100.0%)   0.3095 (100.0%)   1.2788 (100.0%)   5.1540 (100.0%)  Building Target
   0.9693 (100.0%)   0.3095 (100.0%)   1.2788 (100.0%)   5.1540 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift:16:16: warning: main actor-isolated property 'progress' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if progress != rhs.progress {
               ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift:6:14: note: property declared here
    open var progress: CGFloat = 0.0
             ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift:16:32: warning: main actor-isolated property 'progress' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if progress != rhs.progress {
                               ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCellLayoutAttributes.swift:6:14: note: property declared here
    open var progress: CGFloat = 0.0
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewManager.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingMenuView.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingLayout.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDelegate.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling ConstraintDSL.swift, ConstraintDescription.swift, ConstraintDirectionalInsetTarget.swift, ConstraintDirectionalInsets.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingState.swift,\ AnyPagingItem.swift,\ PagingIndicatorMetric.swift,\ PageViewControllerDelegate.swift,\ PagingIndexItem.swift,\ PagingSizeCache.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/AnyPagingItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndicatorMetric.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndexItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingSizeCache.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951480961040-swift-frontend-Parchment-PagingState.swift-arm64_apple_ios13.1_macabi-o-Onone-1496760714.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5696 seconds (8.2137 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0460 ( 12.1%)   0.0523 ( 27.5%)   0.0983 ( 17.3%)   3.9187 ( 47.7%)  parse-and-resolve-imports
   0.0436 ( 11.5%)   0.0498 ( 26.2%)   0.0934 ( 16.4%)   3.9138 ( 47.6%)  Import resolution
   0.0610 ( 16.1%)   0.0180 (  9.5%)   0.0790 ( 13.9%)   0.0794 (  1.0%)  perform-sema
   0.0607 ( 16.0%)   0.0179 (  9.4%)   0.0786 ( 13.8%)   0.0790 (  1.0%)  Type checking and Semantic analysis
   0.0406 ( 10.7%)   0.0103 (  5.4%)   0.0508 (  8.9%)   0.0511 (  0.6%)  typecheck-stmt
   0.0284 (  7.5%)   0.0076 (  4.0%)   0.0360 (  6.3%)   0.0362 (  0.4%)  typecheck-expr
   0.0254 (  6.7%)   0.0088 (  4.6%)   0.0342 (  6.0%)   0.0343 (  0.4%)  typecheck-decl
   0.0185 (  4.9%)   0.0055 (  2.9%)   0.0240 (  4.2%)   0.0249 (  0.3%)  IRGen
   0.0136 (  3.6%)   0.0036 (  1.9%)   0.0171 (  3.0%)   0.0172 (  0.2%)  precheck-target
   0.0140 (  3.7%)   0.0023 (  1.2%)   0.0162 (  2.8%)   0.0166 (  0.2%)  SILGen
   0.0059 (  1.5%)   0.0085 (  4.5%)   0.0144 (  2.5%)   0.0144 (  0.2%)  import-clang-decl
   0.0070 (  1.8%)   0.0023 (  1.2%)   0.0093 (  1.6%)   0.0093 (  0.1%)  build-rewrite-system
   0.0076 (  2.0%)   0.0013 (  0.7%)   0.0089 (  1.6%)   0.0092 (  0.1%)  SILGen-function
   0.0063 (  1.6%)   0.0001 (  0.1%)   0.0064 (  1.1%)   0.0064 (  0.1%)  SIL optimization
   0.0010 (  0.3%)   0.0019 (  1.0%)   0.0029 (  0.5%)   0.0029 (  0.0%)  load-stdlib
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.3795 (100.0%)   0.1902 (100.0%)   0.5696 (100.0%)   8.2137 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2911 seconds (5.1267 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9712 (100.0%)   0.3199 (100.0%)   1.2911 (100.0%)   5.1267 (100.0%)  Building Target
   0.9712 (100.0%)   0.3199 (100.0%)   1.2911 (100.0%)   5.1267 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingState.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/AnyPagingItem.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndicatorMetric.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingIndexItem.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingSizeCache.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling ConstraintLayoutGuide.swift, ConstraintLayoutGuideDSL.swift, ConstraintLayoutSupport.swift, ConstraintLayoutSupportDSL.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingCellViewModel.swift,\ PagingDirection.swift,\ PagingView.swift,\ PagingMenuDataSource.swift,\ PagingCell.swift,\ PageViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingCellViewModel.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951480960307-swift-frontend-Parchment-PagingCellViewModel.swift-arm64_apple_ios13.1_macabi-o-Onone-997855941.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4230 seconds (7.8432 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0396 ( 15.0%)   0.0444 ( 27.9%)   0.0840 ( 19.8%)   3.7940 ( 48.4%)  parse-and-resolve-imports
   0.0373 ( 14.1%)   0.0421 ( 26.4%)   0.0794 ( 18.8%)   3.7894 ( 48.3%)  Import resolution
   0.0361 ( 13.7%)   0.0141 (  8.9%)   0.0502 ( 11.9%)   0.0502 (  0.6%)  perform-sema
   0.0358 ( 13.6%)   0.0141 (  8.9%)   0.0499 ( 11.8%)   0.0499 (  0.6%)  Type checking and Semantic analysis
   0.0299 ( 11.3%)   0.0126 (  7.9%)   0.0424 ( 10.0%)   0.0424 (  0.5%)  typecheck-decl
   0.0174 (  6.6%)   0.0085 (  5.3%)   0.0259 (  6.1%)   0.0259 (  0.3%)  IRGen
   0.0093 (  3.5%)   0.0110 (  6.9%)   0.0203 (  4.8%)   0.0204 (  0.3%)  import-clang-decl
   0.0111 (  4.2%)   0.0021 (  1.3%)   0.0132 (  3.1%)   0.0132 (  0.2%)  typecheck-expr
   0.0111 (  4.2%)   0.0021 (  1.3%)   0.0132 (  3.1%)   0.0132 (  0.2%)  typecheck-stmt
   0.0096 (  3.7%)   0.0011 (  0.7%)   0.0107 (  2.5%)   0.0107 (  0.1%)  SILGen
   0.0061 (  2.3%)   0.0033 (  2.0%)   0.0093 (  2.2%)   0.0094 (  0.1%)  load-all-members
   0.0072 (  2.7%)   0.0007 (  0.5%)   0.0080 (  1.9%)   0.0080 (  0.1%)  SILGen-function
   0.0057 (  2.1%)   0.0001 (  0.0%)   0.0057 (  1.4%)   0.0058 (  0.1%)  SIL optimization
   0.0040 (  1.5%)   0.0011 (  0.7%)   0.0051 (  1.2%)   0.0051 (  0.1%)  build-rewrite-system
   0.0027 (  1.0%)   0.0003 (  0.2%)   0.0029 (  0.7%)   0.0029 (  0.0%)  precheck-target
   0.0010 (  0.4%)   0.0017 (  1.1%)   0.0027 (  0.6%)   0.0027 (  0.0%)  load-stdlib
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2639 (100.0%)   0.1591 (100.0%)   0.4230 (100.0%)   7.8432 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4083 seconds (5.1356 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0674 (100.0%)   0.3409 (100.0%)   1.4083 (100.0%)   5.1356 (100.0%)  Building Target
   1.0674 (100.0%)   0.3409 (100.0%)   1.4083 (100.0%)   5.1356 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingCellViewModel.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling ConstraintMaker.swift, ConstraintMakerEditable.swift, ConstraintMakerExtendable.swift, ConstraintMakerFinalizable.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingBorderOptions.swift,\ PagingMenuItemSource.swift,\ PagingDistance.swift,\ PagingViewControllerDataSource.swift,\ PagingStaticDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingBorderOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951480964291-swift-frontend-Parchment-PagingBorderOptions.swift-arm64_apple_ios13.1_macabi-o-Onone-3031322033.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6295 seconds (8.0980 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0407 (  9.0%)   0.0386 ( 21.7%)   0.0793 ( 12.6%)   3.8135 ( 47.1%)  parse-and-resolve-imports
   0.0383 (  8.5%)   0.0362 ( 20.4%)   0.0744 ( 11.8%)   3.8087 ( 47.0%)  Import resolution
   0.0844 ( 18.7%)   0.0232 ( 13.1%)   0.1076 ( 17.1%)   0.1077 (  1.3%)  perform-sema
   0.0842 ( 18.6%)   0.0231 ( 13.0%)   0.1073 ( 17.0%)   0.1073 (  1.3%)  Type checking and Semantic analysis
   0.0582 ( 12.9%)   0.0115 (  6.5%)   0.0697 ( 11.1%)   0.0697 (  0.9%)  typecheck-stmt
   0.0461 ( 10.2%)   0.0078 (  4.4%)   0.0539 (  8.6%)   0.0539 (  0.7%)  typecheck-expr
   0.0340 (  7.5%)   0.0122 (  6.9%)   0.0462 (  7.3%)   0.0462 (  0.6%)  typecheck-decl
   0.0159 (  3.5%)   0.0057 (  3.2%)   0.0216 (  3.4%)   0.0216 (  0.3%)  IRGen
   0.0075 (  1.7%)   0.0105 (  5.9%)   0.0180 (  2.9%)   0.0180 (  0.2%)  import-clang-decl
   0.0153 (  3.4%)   0.0023 (  1.3%)   0.0176 (  2.8%)   0.0176 (  0.2%)  precheck-target
   0.0084 (  1.9%)   0.0028 (  1.6%)   0.0112 (  1.8%)   0.0112 (  0.1%)  build-rewrite-system
   0.0064 (  1.4%)   0.0010 (  0.6%)   0.0074 (  1.2%)   0.0074 (  0.1%)  SILGen
   0.0063 (  1.4%)   0.0001 (  0.1%)   0.0064 (  1.0%)   0.0064 (  0.1%)  SIL optimization
   0.0046 (  1.0%)   0.0008 (  0.4%)   0.0054 (  0.9%)   0.0054 (  0.1%)  SILGen-function
   0.0010 (  0.2%)   0.0016 (  0.9%)   0.0026 (  0.4%)   0.0026 (  0.0%)  load-stdlib
   0.0004 (  0.1%)   0.0002 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4518 (100.0%)   0.1777 (100.0%)   0.6295 (100.0%)   8.0980 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3699 seconds (5.1204 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0429 (100.0%)   0.3269 (100.0%)   1.3699 (100.0%)   5.1204 (100.0%)  Building Target
   1.0429 (100.0%)   0.3269 (100.0%)   1.3699 (100.0%)   5.1204 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingBorderOptions.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuItemSource.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift:16:27: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return attributes.bounds.width
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:49:30: note: property declared here
@property (nonatomic) CGRect bounds API_AVAILABLE(ios(7.0));
                             ^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift:21:27: warning: main actor-isolated property 'center' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return attributes.center.x
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:46:31: note: property declared here
@property (nonatomic) CGPoint center;
                              ^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift:25:29: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return toAttributes.bounds.width
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:49:30: note: property declared here
@property (nonatomic) CGRect bounds API_AVAILABLE(ios(7.0));
                             ^
/Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDistance.swift:29:29: warning: main actor-isolated property 'center' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return toAttributes.center.x
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:46:31: note: property declared here
@property (nonatomic) CGPoint center;
                              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingStaticDataSource.swift:19:50: warning: main actor-isolated property 'title' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            PagingIndexItem(index: $0, title: $1.title ?? "")
                                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:195:47: note: property declared here
@property(nullable, nonatomic,copy) NSString *title;  // Localized title for use by a parent controller.
                                              ^
SwiftDriverJobDiscovery normal arm64 Compiling ConstraintOffsetTarget.swift, ConstraintPriority.swift, ConstraintPriorityTarget.swift, ConstraintRelatableTarget.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingItem.swift,\ UIColor+interpolation.swift,\ InvalidationState.swift,\ PagingController.swift,\ Tween.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingItem.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIColor+interpolation.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/Tween.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951480969910-swift-frontend-Parchment-PagingItem.swift-arm64_apple_ios13.1_macabi-o-Onone-2856198422.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9754 seconds (8.5655 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0459 (  6.3%)   0.0523 ( 21.2%)   0.0983 ( 10.1%)   3.8874 ( 45.4%)  parse-and-resolve-imports
   0.0434 (  6.0%)   0.0494 ( 20.0%)   0.0928 (  9.5%)   3.8819 ( 45.3%)  Import resolution
   0.1319 ( 18.1%)   0.0292 ( 11.8%)   0.1611 ( 16.5%)   0.1633 (  1.9%)  perform-sema
   0.1315 ( 18.0%)   0.0291 ( 11.8%)   0.1606 ( 16.5%)   0.1629 (  1.9%)  Type checking and Semantic analysis
   0.1110 ( 15.2%)   0.0245 (  9.9%)   0.1354 ( 13.9%)   0.1376 (  1.6%)  typecheck-stmt
   0.0831 ( 11.4%)   0.0132 (  5.3%)   0.0963 (  9.9%)   0.0983 (  1.1%)  typecheck-expr
   0.0422 (  5.8%)   0.0098 (  4.0%)   0.0520 (  5.3%)   0.0528 (  0.6%)  typecheck-decl
   0.0368 (  5.0%)   0.0094 (  3.8%)   0.0462 (  4.7%)   0.0463 (  0.5%)  precheck-target
   0.0289 (  4.0%)   0.0079 (  3.2%)   0.0369 (  3.8%)   0.0372 (  0.4%)  IRGen
   0.0220 (  3.0%)   0.0034 (  1.4%)   0.0254 (  2.6%)   0.0263 (  0.3%)  SILGen
   0.0107 (  1.5%)   0.0118 (  4.8%)   0.0225 (  2.3%)   0.0225 (  0.3%)  import-clang-decl
   0.0147 (  2.0%)   0.0016 (  0.6%)   0.0163 (  1.7%)   0.0173 (  0.2%)  SILGen-function
   0.0108 (  1.5%)   0.0030 (  1.2%)   0.0137 (  1.4%)   0.0137 (  0.2%)  build-rewrite-system
   0.0123 (  1.7%)   0.0001 (  0.1%)   0.0124 (  1.3%)   0.0124 (  0.1%)  SIL optimization
   0.0017 (  0.2%)   0.0007 (  0.3%)   0.0024 (  0.2%)   0.0024 (  0.0%)  load-all-members
   0.0009 (  0.1%)   0.0012 (  0.5%)   0.0021 (  0.2%)   0.0021 (  0.0%)  load-stdlib
   0.0005 (  0.1%)   0.0002 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7286 (100.0%)   0.2468 (100.0%)   0.9754 (100.0%)   8.5655 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3158 seconds (5.1211 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0100 (100.0%)   0.3058 (100.0%)   1.3158 (100.0%)   5.1211 (100.0%)  Building Target
   1.0100 (100.0%)   0.3058 (100.0%)   1.3158 (100.0%)   5.1211 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingItem.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIColor+interpolation.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift:15:32: warning: main actor-isolated property 'invalidateEverything' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if invalidationContext.invalidateEverything {
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:68:38: note: property declared here
@property (nonatomic, readonly) BOOL invalidateEverything; // set to YES when invalidation occurs because the collection view is sent -reloadData
                                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift:17:39: warning: main actor-isolated property 'invalidateDataSourceCounts' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        } else if invalidationContext.invalidateDataSourceCounts {
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:69:38: note: property declared here
@property (nonatomic, readonly) BOOL invalidateDataSourceCounts; // if YES, the layout should requery section and item counts from the collection view - set to YES when the collection view is sent -reloadData and when items are inserted or deleted
                                     ^
/Users/admin/builder/spi-builder-workspace/Parchment/Enums/InvalidationState.swift:20:24: warning: main actor-isolated property 'invalidateSizes' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if context.invalidateSizes {
                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingInvalidationContext.swift:4:9: note: property declared here
    var invalidateSizes: Bool = false
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:384:42: warning: call to main actor-isolated initializer 'init(target:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let swipeGestureRecognizerLeft = UISwipeGestureRecognizer(
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:40:1: note: calls to initializer 'init(target:action:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER; // designated initializer
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:383:18: note: add '@MainActor' to make instance method 'setupGestureRecognizers()' part of global actor 'MainActor'
    private func setupGestureRecognizers() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:388:43: warning: call to main actor-isolated initializer 'init(target:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let swipeGestureRecognizerRight = UISwipeGestureRecognizer(
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:40:1: note: calls to initializer 'init(target:action:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER; // designated initializer
^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:383:18: note: add '@MainActor' to make instance method 'setupGestureRecognizers()' part of global actor 'MainActor'
    private func setupGestureRecognizers() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:393:36: warning: main actor-isolated property 'direction' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        swipeGestureRecognizerLeft.direction = .left
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:34:56: note: mutation of this property is only permitted within the actor
@property(nonatomic) UISwipeGestureRecognizerDirection direction;               // default is UISwipeGestureRecognizerDirectionRight. the desired direction of the swipe. multiple directions may be specified if they will result in the same behavior (for example, UITableView swipe delete)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:383:18: note: add '@MainActor' to make instance method 'setupGestureRecognizers()' part of global actor 'MainActor'
    private func setupGestureRecognizers() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:394:37: warning: main actor-isolated property 'direction' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        swipeGestureRecognizerRight.direction = .right
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:34:56: note: mutation of this property is only permitted within the actor
@property(nonatomic) UISwipeGestureRecognizerDirection direction;               // default is UISwipeGestureRecognizerDirectionRight. the desired direction of the swipe. multiple directions may be specified if they will result in the same behavior (for example, UITableView swipe delete)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:383:18: note: add '@MainActor' to make instance method 'setupGestureRecognizers()' part of global actor 'MainActor'
    private func setupGestureRecognizers() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:408:23: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if recognizer.direction.contains(.left) {
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:34:56: note: property declared here
@property(nonatomic) UISwipeGestureRecognizerDirection direction;               // default is UISwipeGestureRecognizerDirectionRight. the desired direction of the swipe. multiple directions may be specified if they will result in the same behavior (for example, UITableView swipe delete)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:403:32: note: add '@MainActor' to make instance method 'handleSwipeGestureRecognizer' part of global actor 'MainActor'
    @objc private dynamic func handleSwipeGestureRecognizer(_ recognizer: UISwipeGestureRecognizer) {
                               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:410:30: warning: main actor-isolated property 'direction' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        } else if recognizer.direction.contains(.right) {
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:34:56: note: property declared here
@property(nonatomic) UISwipeGestureRecognizerDirection direction;               // default is UISwipeGestureRecognizerDirectionRight. the desired direction of the swipe. multiple directions may be specified if they will result in the same behavior (for example, UITableView swipe delete)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:403:32: note: add '@MainActor' to make instance method 'handleSwipeGestureRecognizer' part of global actor 'MainActor'
    @objc private dynamic func handleSwipeGestureRecognizer(_ recognizer: UISwipeGestureRecognizer) {
                               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:434:35: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let invalidationContext = PagingInvalidationContext()
                                  ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingInvalidationContext.swift:3:81: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
open class PagingInvalidationContext: UICollectionViewLayoutInvalidationContext {
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingInvalidationContext.swift:3:81: note: main actor isolation inferred from inheritance from class 'UICollectionViewLayoutInvalidationContext'
open class PagingInvalidationContext: UICollectionViewLayoutInvalidationContext {
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:419:18: note: add '@MainActor' to make instance method 'updateScrollingState(pagingItem:upcomingPagingItem:initialContentOffset:distance:progress:)' part of global actor 'MainActor'
    private func updateScrollingState(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:451:37: warning: main actor-isolated property 'invalidateSizes' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                invalidationContext.invalidateSizes = true
                                    ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingInvalidationContext.swift:4:9: note: mutation of this property is only permitted within the actor
    var invalidateSizes: Bool = false
        ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:419:18: note: add '@MainActor' to make instance method 'updateScrollingState(pagingItem:upcomingPagingItem:initialContentOffset:distance:progress:)' part of global actor 'MainActor'
    private func updateScrollingState(
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:524:55: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offset += oldLayoutAttributes[indexPath]?.bounds.width ?? 0
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:49:30: note: property declared here
@property (nonatomic) CGRect bounds API_AVAILABLE(ios(7.0));
                             ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:492:18: note: add '@MainActor' to make instance method 'reloadItems(around:keepExisting:)' part of global actor 'MainActor'
    private func reloadItems(around pagingItem: PagingItem, keepExisting: Bool = false) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:529:55: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            offset -= newLayoutAttributes[indexPath]?.bounds.width ?? 0
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewLayout.h:49:30: note: property declared here
@property (nonatomic) CGRect bounds API_AVAILABLE(ios(7.0));
                             ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:492:18: note: add '@MainActor' to make instance method 'reloadItems(around:keepExisting:)' part of global actor 'MainActor'
    private func reloadItems(around pagingItem: PagingItem, keepExisting: Bool = false) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:384:42: warning: sending value of non-Sendable type 'PagingController' risks causing data races; this is an error in the Swift 6 language mode
        let swipeGestureRecognizerLeft = UISwipeGestureRecognizer(
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:384:42: note: sending task-isolated value of non-Sendable type 'PagingController' to main actor-isolated initializer 'init(target:action:)' risks causing races in between task-isolated and main actor-isolated uses
        let swipeGestureRecognizerLeft = UISwipeGestureRecognizer(
                                         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:388:43: warning: sending value of non-Sendable type 'PagingController' risks causing data races; this is an error in the Swift 6 language mode
        let swipeGestureRecognizerRight = UISwipeGestureRecognizer(
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:388:43: note: sending task-isolated value of non-Sendable type 'PagingController' to main actor-isolated initializer 'init(target:action:)' risks causing races in between task-isolated and main actor-isolated uses
        let swipeGestureRecognizerRight = UISwipeGestureRecognizer(
                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/Tween.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling ConstraintRelation.swift, ConstraintView+Extensions.swift, ConstraintView.swift (in target 'SnapKit' from project 'SnapKit')
SwiftDriver\ Compilation SnapKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapKit' from project 'SnapKit')
    cd /Users/admin/builder/spi-builder-workspace/Parchment.xcodeproj
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -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-maccatalyst -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit.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/SnapKit.build/Debug-maccatalyst/SnapKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.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/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/Parchment.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Parchment (in target 'Parchment' from project 'Parchment')
SwiftCompile normal arm64 Compiling\ PagingViewControllerSizeDelegate.swift,\ PagingViewControllerInfiniteDataSource.swift,\ PagingDiff.swift,\ PagingIndicatorView.swift,\ UIEdgeInsets.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerSizeDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerInfiniteDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDiff.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIEdgeInsets.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951485071370-swift-frontend-Parchment-PagingViewControllerSizeDelegate.swift-arm64_apple_ios13.1_macabi-o-Onone-1609206090.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4681 seconds (0.4721 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0436 ( 14.2%)   0.0406 ( 25.5%)   0.0843 ( 18.0%)   0.0867 ( 18.4%)  parse-and-resolve-imports
   0.0408 ( 13.2%)   0.0377 ( 23.6%)   0.0785 ( 16.8%)   0.0793 ( 16.8%)  Import resolution
   0.0463 ( 15.0%)   0.0157 (  9.9%)   0.0621 ( 13.3%)   0.0621 ( 13.2%)  perform-sema
   0.0461 ( 14.9%)   0.0157 (  9.8%)   0.0618 ( 13.2%)   0.0618 ( 13.1%)  Type checking and Semantic analysis
   0.0295 (  9.6%)   0.0078 (  4.9%)   0.0373 (  8.0%)   0.0374 (  7.9%)  typecheck-stmt
   0.0166 (  5.4%)   0.0079 (  5.0%)   0.0245 (  5.2%)   0.0246 (  5.2%)  typecheck-decl
   0.0170 (  5.5%)   0.0053 (  3.3%)   0.0222 (  4.7%)   0.0223 (  4.7%)  precheck-target
   0.0157 (  5.1%)   0.0059 (  3.7%)   0.0216 (  4.6%)   0.0217 (  4.6%)  IRGen
   0.0101 (  3.3%)   0.0105 (  6.6%)   0.0206 (  4.4%)   0.0207 (  4.4%)  import-clang-decl
   0.0154 (  5.0%)   0.0044 (  2.7%)   0.0198 (  4.2%)   0.0199 (  4.2%)  typecheck-expr
   0.0061 (  2.0%)   0.0029 (  1.8%)   0.0090 (  1.9%)   0.0093 (  2.0%)  load-all-members
   0.0069 (  2.2%)   0.0022 (  1.4%)   0.0091 (  2.0%)   0.0092 (  1.9%)  build-rewrite-system
   0.0046 (  1.5%)   0.0006 (  0.4%)   0.0052 (  1.1%)   0.0052 (  1.1%)  SILGen
   0.0045 (  1.5%)   0.0001 (  0.1%)   0.0046 (  1.0%)   0.0046 (  1.0%)  SIL optimization
   0.0031 (  1.0%)   0.0004 (  0.3%)   0.0035 (  0.7%)   0.0035 (  0.7%)  SILGen-function
   0.0010 (  0.3%)   0.0017 (  1.1%)   0.0027 (  0.6%)   0.0027 (  0.6%)  load-stdlib
   0.0009 (  0.3%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.2%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3084 (100.0%)   0.1596 (100.0%)   0.4681 (100.0%)   0.4721 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0116 seconds (1.0257 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7398 (100.0%)   0.2718 (100.0%)   1.0116 (100.0%)   1.0257 (100.0%)  Building Target
   0.7398 (100.0%)   0.2718 (100.0%)   1.0116 (100.0%)   1.0257 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerSizeDelegate.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerInfiniteDataSource.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingDiff.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingIndicatorView.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Extensions/UIEdgeInsets.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/SnapKit.o normal (in target 'SnapKit' from project 'SnapKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SnapKit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.1-macabi -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/SnapKit.o
SwiftDriverJobDiscovery normal arm64 Compiling PagingBorderOptions.swift, PagingMenuItemSource.swift, PagingDistance.swift, PagingViewControllerDataSource.swift, PagingStaticDataSource.swift (in target 'Parchment' from project 'Parchment')
SwiftDriver\ Compilation\ Requirements Parchment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Parchment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.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/Parchment.build/Debug-maccatalyst/Parchment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment-2b3a172759768ecae4ab80bed0f6565e-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PagingState.swift, AnyPagingItem.swift, PagingIndicatorMetric.swift, PageViewControllerDelegate.swift, PagingIndexItem.swift, PagingSizeCache.swift (in target 'Parchment' from project 'Parchment')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Headers/Parchment-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment-Swift.h (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Headers/Parchment-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.swiftmodule (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/arm64-apple-ios-macabi.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.swiftdoc (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/arm64-apple-ios-macabi.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.abi.json (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/arm64-apple-ios-macabi.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.swiftsourceinfo (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Modules/Parchment.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources/Parchment_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources/Parchment_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.o -index-unit-output-path /Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling PagingItem.swift, UIColor+interpolation.swift, InvalidationState.swift, PagingController.swift, Tween.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling PagingViewControllerSizeDelegate.swift, PagingViewControllerInfiniteDataSource.swift, PagingDiff.swift, PagingIndicatorView.swift, UIEdgeInsets.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+constraints.swift, PageViewDirection.swift, PageViewState.swift, CollectionView.swift, PagingInvalidationContext.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling PagingIndicatorLayoutAttributes.swift, PagingItems.swift, PagingCollectionViewLayout.swift, PagingMenuItemSize.swift, PageViewManagerDataSource.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling PagingCellViewModel.swift, PagingDirection.swift, PagingView.swift, PagingMenuDataSource.swift, PagingCell.swift, PageViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling PagingCellLayoutAttributes.swift, PageViewManager.swift, PagingMenuView.swift, PagingLayout.swift, PagingMenuDelegate.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling PageViewController.swift, PagingViewControllerDelegate.swift, PagingTransition.swift, PagingFiniteDataSource.swift, PageViewManagerDelegate.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling PagingViewController.swift, PagingOptions.swift, PagingMenuInteraction.swift, PagingIndicatorOptions.swift, PagingTitleCell.swift (in target 'Parchment' from project 'Parchment')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources/Parchment_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources/Parchment_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.o -index-unit-output-path /Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_vers.o
SwiftDriver\ Compilation Parchment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Parchment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.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/Parchment.build/Debug-maccatalyst/Parchment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment-2b3a172759768ecae4ab80bed0f6565e-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'SnapKit' from project 'SnapKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SnapKit
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SnapKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier snapkit.SnapKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/SnapKit.appintents --target-triple arm64-apple-ios13.1-macabi --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/SnapKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/SnapKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/SnapKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 11:31:26.313 appintentsmetadataprocessor[751:4312] Starting appintentsmetadataprocessor export
2025-04-29 11:31:26.353 appintentsmetadataprocessor[751:4312] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/SnapKit.o (in target 'SnapKit' from project 'SnapKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SnapKit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/SnapKit.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Parchment/Resources/Info.plist (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Parchment/Resources/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Resources/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment normal (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.1-macabi -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.LinkFileList -install_name @rpath/Parchment.framework/Versions/A/Parchment -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.swiftmodule -Wl,-no_warn_duplicate_libraries -weak_framework SwiftUI -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-maccatalyst/SnapKit.build/Objects-normal/arm64/SnapKit.swiftmodule
ExtractAppIntentsMetadata (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Parchment --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier com.martinrechsteiner.Parchment --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Resources --target-triple arm64-apple-ios13.1-macabi --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Parchment.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-maccatalyst/Parchment.build/Objects-normal/arm64/Parchment.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 11:31:26.644 appintentsmetadataprocessor[755:4334] Starting appintentsmetadataprocessor export
2025-04-29 11:31:26.646 appintentsmetadataprocessor[755:4334] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment.tbd (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Parchment.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Parchment.framework/Parchment.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment.tbd (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Parchment.framework/Versions/A/Parchment.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Parchment.framework/Parchment.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "snapkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.6.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SnapKit/SnapKit"
    }
  ],
  "manifest_display_name" : "Parchment",
  "name" : "Parchment",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Parchment",
      "targets" : [
        "Parchment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Parchment",
      "module_type" : "SwiftTarget",
      "name" : "Parchment",
      "path" : "Parchment",
      "product_dependencies" : [
        "SnapKit"
      ],
      "product_memberships" : [
        "Parchment"
      ],
      "sources" : [
        "Classes/PageViewController.swift",
        "Classes/PageViewManager.swift",
        "Classes/PagingCell.swift",
        "Classes/PagingCellLayoutAttributes.swift",
        "Classes/PagingCollectionViewLayout.swift",
        "Classes/PagingController.swift",
        "Classes/PagingFiniteDataSource.swift",
        "Classes/PagingIndicatorLayoutAttributes.swift",
        "Classes/PagingIndicatorView.swift",
        "Classes/PagingInvalidationContext.swift",
        "Classes/PagingMenuView.swift",
        "Classes/PagingOptions.swift",
        "Classes/PagingSizeCache.swift",
        "Classes/PagingStaticDataSource.swift",
        "Classes/PagingTitleCell.swift",
        "Classes/PagingView.swift",
        "Classes/PagingViewController.swift",
        "Enums/InvalidationState.swift",
        "Enums/PageViewDirection.swift",
        "Enums/PageViewState.swift",
        "Enums/PagingBorderOptions.swift",
        "Enums/PagingDirection.swift",
        "Enums/PagingIndicatorOptions.swift",
        "Enums/PagingMenuInteraction.swift",
        "Enums/PagingMenuItemSize.swift",
        "Enums/PagingMenuItemSource.swift",
        "Enums/PagingState.swift",
        "Extensions/UIColor+interpolation.swift",
        "Extensions/UIEdgeInsets.swift",
        "Extensions/UIView+constraints.swift",
        "Protocols/CollectionView.swift",
        "Protocols/PageViewControllerDataSource.swift",
        "Protocols/PageViewControllerDelegate.swift",
        "Protocols/PageViewManagerDataSource.swift",
        "Protocols/PageViewManagerDelegate.swift",
        "Protocols/PagingItem.swift",
        "Protocols/PagingLayout.swift",
        "Protocols/PagingMenuDataSource.swift",
        "Protocols/PagingMenuDelegate.swift",
        "Protocols/PagingViewControllerDataSource.swift",
        "Protocols/PagingViewControllerDelegate.swift",
        "Protocols/PagingViewControllerInfiniteDataSource.swift",
        "Protocols/PagingViewControllerSizeDelegate.swift",
        "Protocols/Tween.swift",
        "Structs/AnyPagingItem.swift",
        "Structs/PagingCellViewModel.swift",
        "Structs/PagingDiff.swift",
        "Structs/PagingDistance.swift",
        "Structs/PagingIndexItem.swift",
        "Structs/PagingIndicatorMetric.swift",
        "Structs/PagingItems.swift",
        "Structs/PagingTransition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.