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 v3.7.2 (42036b), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 18:31:23 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

@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-1745951476162245-swift-frontend-Parchment-PagingIndicatorLayoutAttributes.swift-arm64_apple_ios13.1_macabi-o-Onone-3906731522.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9891 seconds (9.1646 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0432 (  6.1%)   0.0608 ( 21.8%)   0.1040 ( 10.5%)   4.1891 ( 45.7%)  parse-and-resolve-imports
   0.0407 (  5.7%)   0.0581 ( 20.8%)   0.0988 ( 10.0%)   4.1838 ( 45.7%)  Import resolution
   0.1359 ( 19.2%)   0.0337 ( 12.1%)   0.1696 ( 17.1%)   0.1698 (  1.9%)  perform-sema
   0.1356 ( 19.1%)   0.0336 ( 12.0%)   0.1692 ( 17.1%)   0.1694 (  1.8%)  Type checking and Semantic analysis
   0.0971 ( 13.7%)   0.0195 (  7.0%)   0.1166 ( 11.8%)   0.1168 (  1.3%)  typecheck-stmt
   0.0800 ( 11.3%)   0.0164 (  5.9%)   0.0964 (  9.7%)   0.0965 (  1.1%)  typecheck-expr
   0.0475 (  6.7%)   0.0158 (  5.6%)   0.0633 (  6.4%)   0.0634 (  0.7%)  typecheck-decl
   0.0373 (  5.3%)   0.0078 (  2.8%)   0.0450 (  4.6%)   0.0451 (  0.5%)  precheck-target
   0.0278 (  3.9%)   0.0114 (  4.1%)   0.0391 (  4.0%)   0.0399 (  0.4%)  IRGen
   0.0116 (  1.6%)   0.0129 (  4.6%)   0.0245 (  2.5%)   0.0244 (  0.3%)  import-clang-decl
   0.0170 (  2.4%)   0.0026 (  0.9%)   0.0195 (  2.0%)   0.0215 (  0.2%)  SILGen
   0.0119 (  1.7%)   0.0011 (  0.4%)   0.0131 (  1.3%)   0.0150 (  0.2%)  SILGen-function
   0.0095 (  1.3%)   0.0031 (  1.1%)   0.0126 (  1.3%)   0.0126 (  0.1%)  build-rewrite-system
   0.0105 (  1.5%)   0.0001 (  0.0%)   0.0106 (  1.1%)   0.0106 (  0.1%)  SIL optimization
   0.0009 (  0.1%)   0.0015 (  0.5%)   0.0024 (  0.2%)   0.0024 (  0.0%)  load-stdlib
   0.0014 (  0.2%)   0.0007 (  0.2%)   0.0020 (  0.2%)   0.0020 (  0.0%)  load-all-members
   0.0015 (  0.2%)   0.0002 (  0.1%)   0.0017 (  0.2%)   0.0017 (  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%)  get-conformance-access-path
   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%)  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.7097 (100.0%)   0.2793 (100.0%)   0.9891 (100.0%)   9.1646 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3769 seconds (5.4813 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0718 (100.0%)   0.3052 (100.0%)   1.3769 (100.0%)   5.4813 (100.0%)  Building Target
   1.0718 (100.0%)   0.3052 (100.0%)   1.3769 (100.0%)   5.4813 (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 LayoutConstraintItem.swift, Typealiases.swift, UILayoutSupport+Extensions.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingViewController.swift,\ PagingOptions.swift,\ PagingMenuInteraction.swift,\ PagingIndicatorOptions.swift,\ PagingTitleCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingMenuInteraction.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingIndicatorOptions.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingTitleCell.swift (in target 'Parchment' from project 'Parchment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:571:17: warning: main actor-isolated instance method 'pageViewController(_:viewControllerBeforeViewController:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewControllerDataSource'; this is an error in the Swift 6 language mode
    public func pageViewController(_: PageViewController, viewControllerBeforeViewController _: UIViewController) -> UIViewController? {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:571:17: note: add 'nonisolated' to 'pageViewController(_:viewControllerBeforeViewController:)' to make this instance method not isolated to the actor
    public func pageViewController(_: PageViewController, viewControllerBeforeViewController _: UIViewController) -> UIViewController? {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:17:5: note: add '@preconcurrency' to the 'PageViewControllerDataSource' conformance to defer isolation checking to run time
    PageViewControllerDataSource,
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift:11:10: note: mark the protocol requirement 'pageViewController(_:viewControllerBeforeViewController:)' 'async' to allow actor-isolated conformances
    func pageViewController(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:580:17: warning: main actor-isolated instance method 'pageViewController(_:viewControllerAfterViewController:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewControllerDataSource'; this is an error in the Swift 6 language mode
    public func pageViewController(_: PageViewController, viewControllerAfterViewController _: UIViewController) -> UIViewController? {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:580:17: note: add 'nonisolated' to 'pageViewController(_:viewControllerAfterViewController:)' to make this instance method not isolated to the actor
    public func pageViewController(_: PageViewController, viewControllerAfterViewController _: UIViewController) -> UIViewController? {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift:21:10: note: mark the protocol requirement 'pageViewController(_:viewControllerAfterViewController:)' 'async' to allow actor-isolated conformances
    func pageViewController(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:605:17: warning: main actor-isolated instance method 'pageViewController(_:willStartScrollingFrom:destinationViewController:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewControllerDelegate'; this is an error in the Swift 6 language mode
    public func pageViewController(_: PageViewController, willStartScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController) {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:605:17: note: add 'nonisolated' to 'pageViewController(_:willStartScrollingFrom:destinationViewController:)' to make this instance method not isolated to the actor
    public func pageViewController(_: PageViewController, willStartScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:18:5: note: add '@preconcurrency' to the 'PageViewControllerDelegate' conformance to defer isolation checking to run time
    PageViewControllerDelegate {
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:16:10: note: mark the protocol requirement 'pageViewController(_:willStartScrollingFrom:destinationViewController:)' 'async' to allow actor-isolated conformances
    func pageViewController(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:591:17: warning: main actor-isolated instance method 'pageViewController(_:isScrollingFrom:destinationViewController:progress:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewControllerDelegate'; this is an error in the Swift 6 language mode
    public func pageViewController(_: PageViewController, isScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController?, progress: CGFloat) {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:591:17: note: add 'nonisolated' to 'pageViewController(_:isScrollingFrom:destinationViewController:progress:)' to make this instance method not isolated to the actor
    public func pageViewController(_: PageViewController, isScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController?, progress: CGFloat) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:33:10: note: mark the protocol requirement 'pageViewController(_:isScrollingFrom:destinationViewController:progress:)' 'async' to allow actor-isolated conformances
    func pageViewController(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:616:17: warning: main actor-isolated instance method 'pageViewController(_:didFinishScrollingFrom:destinationViewController:transitionSuccessful:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewControllerDelegate'; this is an error in the Swift 6 language mode
    public func pageViewController(_: PageViewController, didFinishScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController, transitionSuccessful: Bool) {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:616:17: note: add 'nonisolated' to 'pageViewController(_:didFinishScrollingFrom:destinationViewController:transitionSuccessful:)' to make this instance method not isolated to the actor
    public func pageViewController(_: PageViewController, didFinishScrollingFrom startingViewController: UIViewController, destinationViewController: UIViewController, transitionSuccessful: Bool) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDelegate.swift:50:10: note: mark the protocol requirement 'pageViewController(_:didFinishScrollingFrom:destinationViewController:transitionSuccessful:)' 'async' to allow actor-isolated conformances
    func pageViewController(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:634:17: warning: main actor-isolated instance method 'pagingItemBefore(pagingItem:)' cannot be used to satisfy nonisolated requirement from protocol 'PagingMenuDataSource'; this is an error in the Swift 6 language mode
    public func pagingItemBefore(pagingItem: PagingItem) -> PagingItem? {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:634:17: note: add 'nonisolated' to 'pagingItemBefore(pagingItem:)' to make this instance method not isolated to the actor
    public func pagingItemBefore(pagingItem: PagingItem) -> PagingItem? {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:633:33: note: add '@preconcurrency' to the 'PagingMenuDataSource' conformance to defer isolation checking to run time
extension PagingViewController: PagingMenuDataSource {
                                ^
                                @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift:4:10: note: mark the protocol requirement 'pagingItemBefore(pagingItem:)' 'async' to allow actor-isolated conformances
    func pagingItemBefore(pagingItem: PagingItem) -> PagingItem?
         ^
                                                  async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:638:17: warning: main actor-isolated instance method 'pagingItemAfter(pagingItem:)' cannot be used to satisfy nonisolated requirement from protocol 'PagingMenuDataSource'; this is an error in the Swift 6 language mode
    public func pagingItemAfter(pagingItem: PagingItem) -> PagingItem? {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:638:17: note: add 'nonisolated' to 'pagingItemAfter(pagingItem:)' to make this instance method not isolated to the actor
    public func pagingItemAfter(pagingItem: PagingItem) -> PagingItem? {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift:5:10: note: mark the protocol requirement 'pagingItemAfter(pagingItem:)' 'async' to allow actor-isolated conformances
    func pagingItemAfter(pagingItem: PagingItem) -> PagingItem?
         ^
                                                 async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:644:10: warning: main actor-isolated instance method 'width(for:isSelected:)' cannot be used to satisfy nonisolated requirement from protocol 'PagingControllerSizeDelegate'; this is an error in the Swift 6 language mode
    func width(for pagingItem: PagingItem, isSelected: Bool) -> CGFloat {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:644:10: note: add 'nonisolated' to 'width(for:isSelected:)' to make this instance method not isolated to the actor
    func width(for pagingItem: PagingItem, isSelected: Bool) -> CGFloat {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:643:33: note: add '@preconcurrency' to the 'PagingControllerSizeDelegate' conformance to defer isolation checking to run time
extension PagingViewController: PagingControllerSizeDelegate {
                                ^
                                @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingController.swift:4:10: note: mark the protocol requirement 'width(for:isSelected:)' 'async' to allow actor-isolated conformances
    func width(for: PagingItem, isSelected: Bool) -> CGFloat
         ^
                                                  async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:650:17: warning: main actor-isolated instance method 'selectContent(pagingItem:direction:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'PagingMenuDelegate'; this is an error in the Swift 6 language mode
    public func selectContent(pagingItem: PagingItem, direction: PagingDirection, animated: Bool) {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:650:17: note: add 'nonisolated' to 'selectContent(pagingItem:direction:animated:)' to make this instance method not isolated to the actor
    public func selectContent(pagingItem: PagingItem, direction: PagingDirection, animated: Bool) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:649:33: note: add '@preconcurrency' to the 'PagingMenuDelegate' conformance to defer isolation checking to run time
extension PagingViewController: PagingMenuDelegate {
                                ^
                                @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDelegate.swift:4:10: note: mark the protocol requirement 'selectContent(pagingItem:direction:animated:)' 'async' to allow actor-isolated conformances
    func selectContent(pagingItem: PagingItem, direction: PagingDirection, animated: Bool)
         ^
                                                                                           async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:670:17: warning: main actor-isolated instance method 'removeContent()' cannot be used to satisfy nonisolated requirement from protocol 'PagingMenuDelegate'; this is an error in the Swift 6 language mode
    public func removeContent() {
                ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingViewController.swift:670:17: note: add 'nonisolated' to 'removeContent()' to make this instance method not isolated to the actor
    public func removeContent() {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDelegate.swift:5:10: note: mark the protocol requirement 'removeContent()' 'async' to allow actor-isolated conformances
    func removeContent()
         ^
                         async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingOptions.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/PagingMenuInteraction.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/PagingIndicatorOptions.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/PagingTitleCell.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951476171825-swift-frontend-Parchment-PagingViewController.swift-arm64_apple_ios13.1_macabi-o-Onone-624393664.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2415 seconds (9.3666 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0431 (  4.7%)   0.0538 ( 16.8%)   0.0969 (  7.8%)   4.1550 ( 44.4%)  parse-and-resolve-imports
   0.0404 (  4.4%)   0.0510 ( 15.9%)   0.0914 (  7.4%)   4.1495 ( 44.3%)  Import resolution
   0.1803 ( 19.6%)   0.0454 ( 14.2%)   0.2257 ( 18.2%)   0.2270 (  2.4%)  perform-sema
   0.1791 ( 19.4%)   0.0453 ( 14.1%)   0.2244 ( 18.1%)   0.2258 (  2.4%)  Type checking and Semantic analysis
   0.0968 ( 10.5%)   0.0301 (  9.4%)   0.1269 ( 10.2%)   0.1278 (  1.4%)  typecheck-decl
   0.0981 ( 10.6%)   0.0211 (  6.6%)   0.1192 (  9.6%)   0.1202 (  1.3%)  typecheck-expr
   0.0894 (  9.7%)   0.0168 (  5.2%)   0.1062 (  8.6%)   0.1067 (  1.1%)  typecheck-stmt
   0.0489 (  5.3%)   0.0143 (  4.5%)   0.0632 (  5.1%)   0.0642 (  0.7%)  IRGen
   0.0358 (  3.9%)   0.0055 (  1.7%)   0.0413 (  3.3%)   0.0416 (  0.4%)  SILGen
   0.0215 (  2.3%)   0.0195 (  6.1%)   0.0410 (  3.3%)   0.0414 (  0.4%)  import-clang-decl
   0.0241 (  2.6%)   0.0039 (  1.2%)   0.0280 (  2.3%)   0.0288 (  0.3%)  precheck-target
   0.0214 (  2.3%)   0.0033 (  1.0%)   0.0247 (  2.0%)   0.0248 (  0.3%)  SILGen-function
   0.0135 (  1.5%)   0.0055 (  1.7%)   0.0190 (  1.5%)   0.0197 (  0.2%)  build-rewrite-system
   0.0179 (  1.9%)   0.0003 (  0.1%)   0.0182 (  1.5%)   0.0186 (  0.2%)  SIL optimization
   0.0078 (  0.8%)   0.0027 (  0.9%)   0.0105 (  0.8%)   0.0106 (  0.1%)  load-all-members
   0.0011 (  0.1%)   0.0019 (  0.6%)   0.0030 (  0.2%)   0.0030 (  0.0%)  load-stdlib
   0.0008 (  0.1%)   0.0000 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  perform-whole-module-type-checking
   0.0006 (  0.1%)   0.0001 (  0.0%)   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%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   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%)  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.9209 (100.0%)   0.3206 (100.0%)   1.2415 (100.0%)   9.3666 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4334 seconds (5.5087 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1287 (100.0%)   0.3047 (100.0%)   1.4334 (100.0%)   5.5087 (100.0%)  Building Target
   1.1287 (100.0%)   0.3047 (100.0%)   1.4334 (100.0%)   5.5087 (100.0%)  Total
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-1745951476183206-swift-frontend-Parchment-PagingItem.swift-arm64_apple_ios13.1_macabi-o-Onone-4043076668.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9775 seconds (9.1036 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0391 (  5.3%)   0.0434 ( 17.7%)   0.0825 (  8.4%)   4.1441 ( 45.5%)  parse-and-resolve-imports
   0.0367 (  5.0%)   0.0405 ( 16.5%)   0.0772 (  7.9%)   4.1389 ( 45.5%)  Import resolution
   0.1376 ( 18.8%)   0.0333 ( 13.6%)   0.1709 ( 17.5%)   0.1712 (  1.9%)  perform-sema
   0.1371 ( 18.7%)   0.0332 ( 13.5%)   0.1704 ( 17.4%)   0.1707 (  1.9%)  Type checking and Semantic analysis
   0.1142 ( 15.6%)   0.0268 ( 10.9%)   0.1410 ( 14.4%)   0.1413 (  1.6%)  typecheck-stmt
   0.0834 ( 11.4%)   0.0136 (  5.6%)   0.0971 (  9.9%)   0.0974 (  1.1%)  typecheck-expr
   0.0430 (  5.9%)   0.0113 (  4.6%)   0.0543 (  5.6%)   0.0544 (  0.6%)  typecheck-decl
   0.0375 (  5.1%)   0.0096 (  3.9%)   0.0471 (  4.8%)   0.0471 (  0.5%)  precheck-target
   0.0294 (  4.0%)   0.0090 (  3.6%)   0.0383 (  3.9%)   0.0391 (  0.4%)  IRGen
   0.0120 (  1.6%)   0.0141 (  5.7%)   0.0260 (  2.7%)   0.0260 (  0.3%)  import-clang-decl
   0.0220 (  3.0%)   0.0033 (  1.4%)   0.0253 (  2.6%)   0.0253 (  0.3%)  SILGen
   0.0144 (  2.0%)   0.0012 (  0.5%)   0.0156 (  1.6%)   0.0156 (  0.2%)  SILGen-function
   0.0125 (  1.7%)   0.0001 (  0.0%)   0.0126 (  1.3%)   0.0131 (  0.1%)  SIL optimization
   0.0097 (  1.3%)   0.0033 (  1.3%)   0.0130 (  1.3%)   0.0130 (  0.1%)  build-rewrite-system
   0.0010 (  0.1%)   0.0019 (  0.8%)   0.0029 (  0.3%)   0.0029 (  0.0%)  load-stdlib
   0.0017 (  0.2%)   0.0008 (  0.3%)   0.0025 (  0.3%)   0.0028 (  0.0%)  load-all-members
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  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.7320 (100.0%)   0.2454 (100.0%)   0.9775 (100.0%)   9.1036 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3758 seconds (5.4592 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0887 (100.0%)   0.2872 (100.0%)   1.3758 (100.0%)   5.4592 (100.0%)  Building Target
   1.0887 (100.0%)   0.2872 (100.0%)   1.3758 (100.0%)   5.4592 (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

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-1745951476184393-swift-frontend-Parchment-PagingViewControllerSizeDelegate.swift-arm64_apple_ios13.1_macabi-o-Onone-34327856.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5038 seconds (8.6036 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0415 ( 13.5%)   0.0527 ( 26.8%)   0.0942 ( 18.7%)   4.1439 ( 48.2%)  parse-and-resolve-imports
   0.0388 ( 12.6%)   0.0493 ( 25.1%)   0.0881 ( 17.5%)   4.1377 ( 48.1%)  Import resolution
   0.0471 ( 15.3%)   0.0180 (  9.1%)   0.0651 ( 12.9%)   0.0651 (  0.8%)  perform-sema
   0.0469 ( 15.3%)   0.0179 (  9.1%)   0.0647 ( 12.9%)   0.0648 (  0.8%)  Type checking and Semantic analysis
   0.0298 (  9.7%)   0.0084 (  4.3%)   0.0383 (  7.6%)   0.0383 (  0.4%)  typecheck-stmt
   0.0171 (  5.6%)   0.0095 (  4.8%)   0.0267 (  5.3%)   0.0267 (  0.3%)  typecheck-decl
   0.0161 (  5.3%)   0.0088 (  4.5%)   0.0249 (  5.0%)   0.0249 (  0.3%)  IRGen
   0.0172 (  5.6%)   0.0057 (  2.9%)   0.0229 (  4.5%)   0.0229 (  0.3%)  precheck-target
   0.0097 (  3.1%)   0.0122 (  6.2%)   0.0218 (  4.3%)   0.0220 (  0.3%)  import-clang-decl
   0.0162 (  5.3%)   0.0052 (  2.6%)   0.0214 (  4.2%)   0.0214 (  0.2%)  typecheck-expr
   0.0073 (  2.4%)   0.0025 (  1.3%)   0.0098 (  1.9%)   0.0098 (  0.1%)  build-rewrite-system
   0.0058 (  1.9%)   0.0030 (  1.5%)   0.0088 (  1.7%)   0.0090 (  0.1%)  load-all-members
   0.0047 (  1.5%)   0.0001 (  0.1%)   0.0048 (  1.0%)   0.0048 (  0.1%)  SIL optimization
   0.0042 (  1.4%)   0.0006 (  0.3%)   0.0048 (  0.9%)   0.0048 (  0.1%)  SILGen
   0.0028 (  0.9%)   0.0004 (  0.2%)   0.0032 (  0.6%)   0.0032 (  0.0%)  SILGen-function
   0.0010 (  0.3%)   0.0021 (  1.1%)   0.0031 (  0.6%)   0.0031 (  0.0%)  load-stdlib
   0.0009 (  0.3%)   0.0001 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  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%)  perform-whole-module-type-checking
   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%)  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%)  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.3073 (100.0%)   0.1965 (100.0%)   0.5038 (100.0%)   8.6036 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3930 seconds (5.4595 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0779 (100.0%)   0.3152 (100.0%)   1.3930 (100.0%)   5.4595 (100.0%)  Building Target
   1.0779 (100.0%)   0.3152 (100.0%)   1.3930 (100.0%)   5.4595 (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

SwiftDriverJobDiscovery normal arm64 Compiling ConstraintRelation.swift, ConstraintView+Extensions.swift, ConstraintView.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-1745951476181928-swift-frontend-Parchment-PagingBorderOptions.swift-arm64_apple_ios13.1_macabi-o-Onone-3101207953.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6659 seconds (8.8875 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0435 (  9.4%)   0.0510 ( 25.3%)   0.0945 ( 14.2%)   4.2048 ( 47.3%)  parse-and-resolve-imports
   0.0411 (  8.9%)   0.0486 ( 24.1%)   0.0897 ( 13.5%)   4.2000 ( 47.3%)  Import resolution
   0.0854 ( 18.4%)   0.0227 ( 11.3%)   0.1081 ( 16.2%)   0.1082 (  1.2%)  perform-sema
   0.0851 ( 18.3%)   0.0226 ( 11.2%)   0.1078 ( 16.2%)   0.1079 (  1.2%)  Type checking and Semantic analysis
   0.0589 ( 12.7%)   0.0109 (  5.4%)   0.0698 ( 10.5%)   0.0699 (  0.8%)  typecheck-stmt
   0.0465 ( 10.0%)   0.0076 (  3.8%)   0.0541 (  8.1%)   0.0542 (  0.6%)  typecheck-expr
   0.0350 (  7.5%)   0.0123 (  6.1%)   0.0473 (  7.1%)   0.0474 (  0.5%)  typecheck-decl
   0.0170 (  3.7%)   0.0061 (  3.0%)   0.0231 (  3.5%)   0.0231 (  0.3%)  IRGen
   0.0079 (  1.7%)   0.0101 (  5.0%)   0.0180 (  2.7%)   0.0180 (  0.2%)  import-clang-decl
   0.0153 (  3.3%)   0.0022 (  1.1%)   0.0175 (  2.6%)   0.0175 (  0.2%)  precheck-target
   0.0086 (  1.9%)   0.0029 (  1.4%)   0.0115 (  1.7%)   0.0115 (  0.1%)  build-rewrite-system
   0.0068 (  1.5%)   0.0013 (  0.6%)   0.0081 (  1.2%)   0.0082 (  0.1%)  SILGen
   0.0068 (  1.5%)   0.0001 (  0.0%)   0.0068 (  1.0%)   0.0070 (  0.1%)  SIL optimization
   0.0050 (  1.1%)   0.0010 (  0.5%)   0.0060 (  0.9%)   0.0061 (  0.1%)  SILGen-function
   0.0010 (  0.2%)   0.0017 (  0.9%)   0.0027 (  0.4%)   0.0027 (  0.0%)  load-stdlib
   0.0004 (  0.1%)   0.0003 (  0.1%)   0.0007 (  0.1%)   0.0007 (  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.4644 (100.0%)   0.2015 (100.0%)   0.6659 (100.0%)   8.8875 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3207 seconds (5.4472 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0364 (100.0%)   0.2844 (100.0%)   1.3207 (100.0%)   5.4472 (100.0%)  Building Target
   1.0364 (100.0%)   0.2844 (100.0%)   1.3207 (100.0%)   5.4472 (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 ConstraintLayoutGuide.swift, ConstraintLayoutGuideDSL.swift, ConstraintLayoutSupport.swift, ConstraintLayoutSupportDSL.swift (in target 'SnapKit' from project 'SnapKit')
SwiftDriverJobDiscovery normal arm64 Compiling ConstraintMaker.swift, ConstraintMakerEditable.swift, ConstraintMakerExtendable.swift, ConstraintMakerFinalizable.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')
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
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
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
SwiftCompile normal arm64 Compiling\ PageViewController.swift,\ PagingViewControllerDelegate.swift,\ PagingTransition.swift,\ PagingFiniteDataSource.swift,\ PageViewManagerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingTransition.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingFiniteDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951480742574-swift-frontend-Parchment-PageViewController.swift-arm64_apple_ios13.1_macabi-o-Onone-1227037438.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8910 seconds (0.8934 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1266 ( 19.2%)   0.0300 ( 12.9%)   0.1565 ( 17.6%)   0.1570 ( 17.6%)  perform-sema
   0.1259 ( 19.1%)   0.0298 ( 12.8%)   0.1557 ( 17.5%)   0.1561 ( 17.5%)  Type checking and Semantic analysis
   0.0723 ( 11.0%)   0.0175 (  7.5%)   0.0898 ( 10.1%)   0.0900 ( 10.1%)  typecheck-expr
   0.0443 (  6.7%)   0.0428 ( 18.5%)   0.0872 (  9.8%)   0.0876 (  9.8%)  parse-and-resolve-imports
   0.0417 (  6.3%)   0.0405 ( 17.4%)   0.0821 (  9.2%)   0.0825 (  9.2%)  Import resolution
   0.0657 ( 10.0%)   0.0127 (  5.5%)   0.0784 (  8.8%)   0.0787 (  8.8%)  typecheck-stmt
   0.0571 (  8.7%)   0.0168 (  7.3%)   0.0739 (  8.3%)   0.0741 (  8.3%)  typecheck-decl
   0.0290 (  4.4%)   0.0073 (  3.1%)   0.0363 (  4.1%)   0.0363 (  4.1%)  precheck-target
   0.0237 (  3.6%)   0.0063 (  2.7%)   0.0301 (  3.4%)   0.0301 (  3.4%)  IRGen
   0.0150 (  2.3%)   0.0137 (  5.9%)   0.0287 (  3.2%)   0.0287 (  3.2%)  import-clang-decl
   0.0178 (  2.7%)   0.0032 (  1.4%)   0.0211 (  2.4%)   0.0211 (  2.4%)  SILGen
   0.0105 (  1.6%)   0.0037 (  1.6%)   0.0142 (  1.6%)   0.0142 (  1.6%)  build-rewrite-system
   0.0106 (  1.6%)   0.0020 (  0.9%)   0.0126 (  1.4%)   0.0126 (  1.4%)  SILGen-function
   0.0071 (  1.1%)   0.0035 (  1.5%)   0.0105 (  1.2%)   0.0105 (  1.2%)  load-all-members
   0.0099 (  1.5%)   0.0004 (  0.2%)   0.0103 (  1.2%)   0.0104 (  1.2%)  SIL optimization
   0.0011 (  0.2%)   0.0015 (  0.6%)   0.0026 (  0.3%)   0.0026 (  0.3%)  load-stdlib
   0.0004 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  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.6590 (100.0%)   0.2320 (100.0%)   0.8910 (100.0%)   0.8934 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9069 seconds (0.9185 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6928 (100.0%)   0.2142 (100.0%)   0.9069 (100.0%)   0.9185 (100.0%)  Building Target
   0.6928 (100.0%)   0.2142 (100.0%)   0.9069 (100.0%)   0.9185 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:224:10: warning: main actor-isolated instance method 'viewControllerBefore' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDataSource'; this is an error in the Swift 6 language mode
    func viewControllerBefore(_ viewController: UIViewController) -> UIViewController? {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:224:10: note: add 'nonisolated' to 'viewControllerBefore' to make this instance method not isolated to the actor
    func viewControllerBefore(_ viewController: UIViewController) -> UIViewController? {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:219:31: note: add '@preconcurrency' to the 'PageViewManagerDataSource' conformance to defer isolation checking to run time
extension PageViewController: PageViewManagerDataSource {
                              ^
                              @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift:4:10: note: mark the protocol requirement 'viewControllerBefore' 'async' to allow actor-isolated conformances
    func viewControllerBefore(_ viewController: UIViewController) -> UIViewController?
         ^
                                                                  async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:220:10: warning: main actor-isolated instance method 'viewControllerAfter' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDataSource'; this is an error in the Swift 6 language mode
    func viewControllerAfter(_ viewController: UIViewController) -> UIViewController? {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:220:10: note: add 'nonisolated' to 'viewControllerAfter' to make this instance method not isolated to the actor
    func viewControllerAfter(_ viewController: UIViewController) -> UIViewController? {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDataSource.swift:5:10: note: mark the protocol requirement 'viewControllerAfter' 'async' to allow actor-isolated conformances
    func viewControllerAfter(_ viewController: UIViewController) -> UIViewController?
         ^
                                                                 async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:232:10: warning: main actor-isolated instance method 'scrollForward()' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func scrollForward() {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:232:10: note: add 'nonisolated' to 'scrollForward()' to make this instance method not isolated to the actor
    func scrollForward() {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:231:31: note: add '@preconcurrency' to the 'PageViewManagerDelegate' conformance to defer isolation checking to run time
extension PageViewController: PageViewManagerDelegate {
                              ^
                              @preconcurrency
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:4:10: note: mark the protocol requirement 'scrollForward()' 'async' to allow actor-isolated conformances
    func scrollForward()
         ^
                         async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:252:10: warning: main actor-isolated instance method 'scrollReverse()' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func scrollReverse() {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:252:10: note: add 'nonisolated' to 'scrollReverse()' to make this instance method not isolated to the actor
    func scrollReverse() {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:5:10: note: mark the protocol requirement 'scrollReverse()' 'async' to allow actor-isolated conformances
    func scrollReverse()
         ^
                         async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:272:10: warning: main actor-isolated instance method 'layoutViews(for:keepContentOffset:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func layoutViews(for viewControllers: [UIViewController], keepContentOffset: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:272:10: note: add 'nonisolated' to 'layoutViews(for:keepContentOffset:)' to make this instance method not isolated to the actor
    func layoutViews(for viewControllers: [UIViewController], keepContentOffset: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:6:10: note: mark the protocol requirement 'layoutViews(for:keepContentOffset:)' 'async' to allow actor-isolated conformances
    func layoutViews(for viewControllers: [UIViewController], keepContentOffset: Bool)
         ^
                                                                                       async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:324:10: warning: main actor-isolated instance method 'addViewController' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func addViewController(_ viewController: UIViewController) {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:324:10: note: add 'nonisolated' to 'addViewController' to make this instance method not isolated to the actor
    func addViewController(_ viewController: UIViewController) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:7:10: note: mark the protocol requirement 'addViewController' 'async' to allow actor-isolated conformances
    func addViewController(_ viewController: UIViewController)
         ^
                                                               async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:331:10: warning: main actor-isolated instance method 'removeViewController' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func removeViewController(_ viewController: UIViewController) {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:331:10: note: add 'nonisolated' to 'removeViewController' to make this instance method not isolated to the actor
    func removeViewController(_ viewController: UIViewController) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:8:10: note: mark the protocol requirement 'removeViewController' 'async' to allow actor-isolated conformances
    func removeViewController(_ viewController: UIViewController)
         ^
                                                                  async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:338:10: warning: main actor-isolated instance method 'beginAppearanceTransition(isAppearing:viewController:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func beginAppearanceTransition(isAppearing: Bool, viewController: UIViewController, animated: Bool) {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:338:10: note: add 'nonisolated' to 'beginAppearanceTransition(isAppearing:viewController:animated:)' to make this instance method not isolated to the actor
    func beginAppearanceTransition(isAppearing: Bool, viewController: UIViewController, animated: Bool) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:9:10: note: mark the protocol requirement 'beginAppearanceTransition(isAppearing:viewController:animated:)' 'async' to allow actor-isolated conformances
    func beginAppearanceTransition(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:342:10: warning: main actor-isolated instance method 'endAppearanceTransition(viewController:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func endAppearanceTransition(viewController: UIViewController) {
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:342:10: note: add 'nonisolated' to 'endAppearanceTransition(viewController:)' to make this instance method not isolated to the actor
    func endAppearanceTransition(viewController: UIViewController) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:14:10: note: mark the protocol requirement 'endAppearanceTransition(viewController:)' 'async' to allow actor-isolated conformances
    func endAppearanceTransition(viewController: UIViewController)
         ^
                                                                   async
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:346:10: warning: main actor-isolated instance method 'willScroll(from:to:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func willScroll(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:346:10: note: add 'nonisolated' to 'willScroll(from:to:)' to make this instance method not isolated to the actor
    func willScroll(
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:15:10: note: mark the protocol requirement 'willScroll(from:to:)' 'async' to allow actor-isolated conformances
    func willScroll(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:370:10: warning: main actor-isolated instance method 'isScrolling(from:to:progress:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func isScrolling(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:370:10: note: add 'nonisolated' to 'isScrolling(from:to:progress:)' to make this instance method not isolated to the actor
    func isScrolling(
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:19:10: note: mark the protocol requirement 'isScrolling(from:to:progress:)' 'async' to allow actor-isolated conformances
    func isScrolling(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:357:10: warning: main actor-isolated instance method 'didFinishScrolling(from:to:transitionSuccessful:)' cannot be used to satisfy nonisolated requirement from protocol 'PageViewManagerDelegate'; this is an error in the Swift 6 language mode
    func didFinishScrolling(
         ^
/Users/admin/builder/spi-builder-workspace/Parchment/Classes/PageViewController.swift:357:10: note: add 'nonisolated' to 'didFinishScrolling(from:to:transitionSuccessful:)' to make this instance method not isolated to the actor
    func didFinishScrolling(
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewManagerDelegate.swift:24:10: note: mark the protocol requirement 'didFinishScrolling(from:to:transitionSuccessful:)' 'async' to allow actor-isolated conformances
    func didFinishScrolling(
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingViewControllerDelegate.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/PagingTransition.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/PagingFiniteDataSource.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/PageViewManagerDelegate.swift (in target 'Parchment' from project 'Parchment')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling PagingBorderOptions.swift, PagingMenuItemSource.swift, PagingDistance.swift, PagingViewControllerDataSource.swift, PagingStaticDataSource.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling PagingState.swift, AnyPagingItem.swift, PagingIndicatorMetric.swift, PageViewControllerDelegate.swift, PagingIndexItem.swift, PagingSizeCache.swift (in target 'Parchment' from project 'Parchment')
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:21.767 appintentsmetadataprocessor[759:4392] Starting appintentsmetadataprocessor export
2025-04-29 11:31:21.808 appintentsmetadataprocessor[759:4392] Extracted no relevant App Intents symbols, skipping writing output
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 PagingIndicatorLayoutAttributes.swift, PagingItems.swift, PagingCollectionViewLayout.swift, PagingMenuItemSize.swift, PageViewManagerDataSource.swift (in target 'Parchment' from project 'Parchment')
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 PagingCellViewModel.swift, PagingDirection.swift, PagingView.swift, PagingMenuDataSource.swift, PagingCell.swift, PageViewControllerDataSource.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 PageViewController.swift, PagingViewControllerDelegate.swift, PagingTransition.swift, PagingFiniteDataSource.swift, PageViewManagerDelegate.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 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
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:22.104 appintentsmetadataprocessor[763:4420] Starting appintentsmetadataprocessor export
2025-04-29 11:31:22.107 appintentsmetadataprocessor[763:4420] 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:a75c981a2389b565f562a74bdcc6b7a782c00283, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a75c981a2389b565f562a74bdcc6b7a782c00283, 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.