Build Information
Successful build of Parchment, reference main (42036b
), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 18:31:33 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 generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:17:9: note: requirement 'indexPathsForVisibleItems' declared here
var indexPathsForVisibleItems: [IndexPath] { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:76:65: warning: main actor-isolated property 'contentInsetAdjustmentBehavior' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:31:9: note: requirement 'contentInsetAdjustmentBehavior' declared here
var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior { get set }
^
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier identifier: String)}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:33:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
func register(_ cellClass: AnyClass?, forCellWithReuseIdentifier: String)
^
async
UIKit.UICollectionView.register:2:22: warning: main actor-isolated instance method 'register(_:forCellWithReuseIdentifier:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
^
UIKit.UICollectionView.register:2:22: note: add 'nonisolated' to 'register(_:forCellWithReuseIdentifier:)' to make this instance method not isolated to the actor
@MainActor open func register(_ nib: UINib?, forCellWithReuseIdentifier identifier: String)}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:34:10: note: mark the protocol requirement 'register(_:forCellWithReuseIdentifier:)' 'async' to allow actor-isolated conformances
func register(_ nib: UINib?, forCellWithReuseIdentifier: String)
^
async
UIKit.UIView.addGestureRecognizer:3:24: warning: main actor-isolated instance method 'addGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
^
UIKit.UIView.addGestureRecognizer:3:24: note: add 'nonisolated' to 'addGestureRecognizer' to make this instance method not isolated to the actor
@MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:35:10: note: mark the protocol requirement 'addGestureRecognizer' 'async' to allow actor-isolated conformances
func addGestureRecognizer(_ recognizer: UIGestureRecognizer)
^
async
UIKit.UIView.removeGestureRecognizer:3:24: warning: main actor-isolated instance method 'removeGestureRecognizer' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
^
UIKit.UIView.removeGestureRecognizer:3:24: note: add 'nonisolated' to 'removeGestureRecognizer' to make this instance method not isolated to the actor
@MainActor open func removeGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:36:10: note: mark the protocol requirement 'removeGestureRecognizer' 'async' to allow actor-isolated conformances
func removeGestureRecognizer(_ recognizer: UIGestureRecognizer)
^
async
UIKit.UICollectionView.reloadData:2:22: warning: main actor-isolated instance method 'reloadData()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func reloadData()}
^
UIKit.UICollectionView.reloadData:2:22: note: add 'nonisolated' to 'reloadData()' to make this instance method not isolated to the actor
@MainActor open func reloadData()}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:37:10: note: mark the protocol requirement 'reloadData()' 'async' to allow actor-isolated conformances
func reloadData()
^
async
UIKit.UIView.layoutIfNeeded:2:22: warning: main actor-isolated instance method 'layoutIfNeeded()' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func layoutIfNeeded()}
^
UIKit.UIView.layoutIfNeeded:2:22: note: add 'nonisolated' to 'layoutIfNeeded()' to make this instance method not isolated to the actor
@MainActor open func layoutIfNeeded()}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:38:10: note: mark the protocol requirement 'layoutIfNeeded()' 'async' to allow actor-isolated conformances
func layoutIfNeeded()
^
async
UIKit.UIScrollView.setContentOffset:2:22: warning: main actor-isolated instance method 'setContentOffset(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
^
UIKit.UIScrollView.setContentOffset:2:22: note: add 'nonisolated' to 'setContentOffset(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setContentOffset(_ contentOffset: CGPoint, animated: Bool)}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:39:10: note: mark the protocol requirement 'setContentOffset(_:animated:)' 'async' to allow actor-isolated conformances
func setContentOffset(_ contentOffset: CGPoint, animated: Bool)
^
async
UIKit.UICollectionView.selectItem:2:22: warning: main actor-isolated instance method 'selectItem(at:animated:scrollPosition:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionView'; this is an error in the Swift 6 language mode
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
^
UIKit.UICollectionView.selectItem:2:22: note: add 'nonisolated' to 'selectItem(at:animated:scrollPosition:)' to make this instance method not isolated to the actor
@MainActor open func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)}
^
/Users/admin/builder/spi-builder-workspace/Parchment/Protocols/CollectionView.swift:40:10: note: mark the protocol requirement 'selectItem(at:animated:scrollPosition:)' 'async' to allow actor-isolated conformances
func selectItem(at indexPath: IndexPath?, animated: Bool, scrollPosition: UICollectionView.ScrollPosition)
^
async
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PageViewDirection.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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 ConstraintRelation.swift, ConstraintView+Extensions.swift, ConstraintView.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-1745951489202069-swift-frontend-Parchment-PagingIndicatorLayoutAttributes.swift-arm64_apple_ios13.0-o-Onone-3807011088.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9322 seconds (6.3137 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0361 ( 5.1%) 0.0419 ( 18.3%) 0.0780 ( 8.4%) 2.7634 ( 43.8%) parse-and-resolve-imports
0.0335 ( 4.8%) 0.0392 ( 17.1%) 0.0727 ( 7.8%) 2.7581 ( 43.7%) Import resolution
0.1380 ( 19.6%) 0.0308 ( 13.5%) 0.1689 ( 18.1%) 0.1705 ( 2.7%) perform-sema
0.1377 ( 19.6%) 0.0308 ( 13.5%) 0.1685 ( 18.1%) 0.1702 ( 2.7%) Type checking and Semantic analysis
0.0992 ( 14.1%) 0.0181 ( 7.9%) 0.1174 ( 12.6%) 0.1183 ( 1.9%) typecheck-stmt
0.0830 ( 11.8%) 0.0155 ( 6.8%) 0.0985 ( 10.6%) 0.0994 ( 1.6%) typecheck-expr
0.0470 ( 6.7%) 0.0136 ( 5.9%) 0.0606 ( 6.5%) 0.0614 ( 1.0%) typecheck-decl
0.0373 ( 5.3%) 0.0075 ( 3.3%) 0.0448 ( 4.8%) 0.0451 ( 0.7%) precheck-target
0.0235 ( 3.3%) 0.0068 ( 3.0%) 0.0302 ( 3.2%) 0.0307 ( 0.5%) IRGen
0.0108 ( 1.5%) 0.0129 ( 5.6%) 0.0237 ( 2.5%) 0.0241 ( 0.4%) import-clang-decl
0.0190 ( 2.7%) 0.0040 ( 1.8%) 0.0230 ( 2.5%) 0.0240 ( 0.4%) SILGen
0.0129 ( 1.8%) 0.0012 ( 0.5%) 0.0141 ( 1.5%) 0.0146 ( 0.2%) SILGen-function
0.0103 ( 1.5%) 0.0035 ( 1.5%) 0.0138 ( 1.5%) 0.0138 ( 0.2%) build-rewrite-system
0.0112 ( 1.6%) 0.0004 ( 0.2%) 0.0116 ( 1.2%) 0.0134 ( 0.2%) SIL optimization
0.0009 ( 0.1%) 0.0017 ( 0.8%) 0.0027 ( 0.3%) 0.0027 ( 0.0%) load-stdlib
0.0016 ( 0.2%) 0.0002 ( 0.1%) 0.0017 ( 0.2%) 0.0017 ( 0.0%) typecheck-for-each
0.0012 ( 0.2%) 0.0004 ( 0.2%) 0.0016 ( 0.2%) 0.0016 ( 0.0%) load-all-members
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 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.7037 (100.0%) 0.2285 (100.0%) 0.9322 (100.0%) 6.3137 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4693 seconds (3.1618 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3611 (100.0%) 0.1082 (100.0%) 0.4693 (100.0%) 3.1618 (100.0%) Building Target
0.3611 (100.0%) 0.1082 (100.0%) 0.4693 (100.0%) 3.1618 (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 ConstraintOffsetTarget.swift, ConstraintPriority.swift, ConstraintPriorityTarget.swift, ConstraintRelatableTarget.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-1745951489204563-swift-frontend-Parchment-PagingBorderOptions.swift-arm64_apple_ios13.0-o-Onone-3608783293.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5282 seconds (5.2821 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0296 ( 7.4%) 0.0285 ( 22.1%) 0.0581 ( 11.0%) 2.4351 ( 46.1%) parse-and-resolve-imports
0.0277 ( 6.9%) 0.0268 ( 20.8%) 0.0545 ( 10.3%) 2.4314 ( 46.0%) Import resolution
0.0764 ( 19.1%) 0.0163 ( 12.6%) 0.0927 ( 17.5%) 0.0927 ( 1.8%) perform-sema
0.0761 ( 19.1%) 0.0162 ( 12.6%) 0.0924 ( 17.5%) 0.0924 ( 1.7%) Type checking and Semantic analysis
0.0538 ( 13.5%) 0.0085 ( 6.6%) 0.0623 ( 11.8%) 0.0623 ( 1.2%) typecheck-stmt
0.0425 ( 10.6%) 0.0057 ( 4.4%) 0.0481 ( 9.1%) 0.0482 ( 0.9%) typecheck-expr
0.0298 ( 7.4%) 0.0083 ( 6.4%) 0.0380 ( 7.2%) 0.0380 ( 0.7%) typecheck-decl
0.0142 ( 3.5%) 0.0040 ( 3.1%) 0.0181 ( 3.4%) 0.0182 ( 0.3%) IRGen
0.0139 ( 3.5%) 0.0015 ( 1.2%) 0.0154 ( 2.9%) 0.0154 ( 0.3%) precheck-target
0.0062 ( 1.5%) 0.0068 ( 5.3%) 0.0129 ( 2.4%) 0.0129 ( 0.2%) import-clang-decl
0.0081 ( 2.0%) 0.0021 ( 1.6%) 0.0103 ( 1.9%) 0.0102 ( 0.2%) build-rewrite-system
0.0076 ( 1.9%) 0.0011 ( 0.8%) 0.0087 ( 1.6%) 0.0087 ( 0.2%) SILGen
0.0065 ( 1.6%) 0.0001 ( 0.1%) 0.0066 ( 1.2%) 0.0066 ( 0.1%) SIL optimization
0.0056 ( 1.4%) 0.0008 ( 0.6%) 0.0064 ( 1.2%) 0.0064 ( 0.1%) SILGen-function
0.0010 ( 0.3%) 0.0020 ( 1.5%) 0.0030 ( 0.6%) 0.0030 ( 0.1%) load-stdlib
0.0003 ( 0.1%) 0.0002 ( 0.1%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3995 (100.0%) 0.1288 (100.0%) 0.5282 (100.0%) 5.2821 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6480 seconds (3.0345 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5068 (100.0%) 0.1412 (100.0%) 0.6480 (100.0%) 3.0345 (100.0%) Building Target
0.5068 (100.0%) 0.1412 (100.0%) 0.6480 (100.0%) 3.0345 (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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 ConstraintDSL.swift, ConstraintDescription.swift, ConstraintDirectionalInsetTarget.swift, ConstraintDirectionalInsets.swift (in target 'SnapKit' from project 'SnapKit')
SwiftCompile normal arm64 Compiling\ PagingCellViewModel.swift,\ PagingDirection.swift,\ PagingView.swift,\ PagingMenuDataSource.swift,\ PagingCell.swift,\ PageViewControllerDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingCellViewModel.swift /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951489208623-swift-frontend-Parchment-PagingCellViewModel.swift-arm64_apple_ios13.0-o-Onone-1174466839.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4001 seconds (5.5029 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0340 ( 13.4%) 0.0376 ( 25.9%) 0.0717 ( 17.9%) 2.6204 ( 47.6%) parse-and-resolve-imports
0.0315 ( 12.3%) 0.0353 ( 24.3%) 0.0668 ( 16.7%) 2.6155 ( 47.5%) Import resolution
0.0374 ( 14.7%) 0.0150 ( 10.3%) 0.0524 ( 13.1%) 0.0542 ( 1.0%) perform-sema
0.0372 ( 14.6%) 0.0149 ( 10.3%) 0.0521 ( 13.0%) 0.0538 ( 1.0%) Type checking and Semantic analysis
0.0294 ( 11.5%) 0.0129 ( 8.9%) 0.0423 ( 10.6%) 0.0440 ( 0.8%) typecheck-decl
0.0150 ( 5.9%) 0.0064 ( 4.4%) 0.0214 ( 5.4%) 0.0214 ( 0.4%) IRGen
0.0087 ( 3.4%) 0.0090 ( 6.2%) 0.0177 ( 4.4%) 0.0177 ( 0.3%) import-clang-decl
0.0124 ( 4.9%) 0.0028 ( 2.0%) 0.0153 ( 3.8%) 0.0153 ( 0.3%) typecheck-stmt
0.0124 ( 4.9%) 0.0027 ( 1.8%) 0.0151 ( 3.8%) 0.0151 ( 0.3%) typecheck-expr
0.0099 ( 3.9%) 0.0014 ( 0.9%) 0.0113 ( 2.8%) 0.0113 ( 0.2%) SILGen
0.0074 ( 2.9%) 0.0010 ( 0.7%) 0.0084 ( 2.1%) 0.0084 ( 0.2%) SILGen-function
0.0054 ( 2.1%) 0.0028 ( 2.0%) 0.0082 ( 2.1%) 0.0082 ( 0.1%) load-all-members
0.0066 ( 2.6%) 0.0001 ( 0.1%) 0.0067 ( 1.7%) 0.0068 ( 0.1%) SIL optimization
0.0040 ( 1.5%) 0.0017 ( 1.2%) 0.0056 ( 1.4%) 0.0057 ( 0.1%) build-rewrite-system
0.0026 ( 1.0%) 0.0003 ( 0.2%) 0.0029 ( 0.7%) 0.0029 ( 0.1%) precheck-target
0.0009 ( 0.3%) 0.0010 ( 0.7%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) load-stdlib
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2550 (100.0%) 0.1451 (100.0%) 0.4001 (100.0%) 5.5029 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4864 seconds (3.0456 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3548 (100.0%) 0.1315 (100.0%) 0.4864 (100.0%) 3.0456 (100.0%) Building Target
0.3548 (100.0%) 0.1315 (100.0%) 0.4864 (100.0%) 3.0456 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Structs/PagingCellViewModel.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Enums/PagingDirection.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingView.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PagingMenuDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Classes/PagingCell.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Parchment/Protocols/PageViewControllerDataSource.swift (in target 'Parchment' from project 'Parchment')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling ConstraintMakerPrioritizable.swift, ConstraintMakerRelatable+Extensions.swift, ConstraintMakerRelatable.swift, ConstraintMultiplierTarget.swift (in target 'SnapKit' from project 'SnapKit')
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-1745951489209174-swift-frontend-Parchment-PageViewController.swift-arm64_apple_ios13.0-o-Onone-4151500281.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8479 seconds (5.9140 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0348 ( 5.5%) 0.0368 ( 17.0%) 0.0716 ( 8.4%) 2.5997 ( 44.0%) parse-and-resolve-imports
0.0314 ( 5.0%) 0.0334 ( 15.4%) 0.0648 ( 7.6%) 2.5928 ( 43.8%) Import resolution
0.1242 ( 19.7%) 0.0298 ( 13.7%) 0.1540 ( 18.2%) 0.1562 ( 2.6%) perform-sema
0.1236 ( 19.6%) 0.0296 ( 13.7%) 0.1532 ( 18.1%) 0.1554 ( 2.6%) Type checking and Semantic analysis
0.0704 ( 11.2%) 0.0180 ( 8.3%) 0.0884 ( 10.4%) 0.0899 ( 1.5%) typecheck-expr
0.0662 ( 10.5%) 0.0123 ( 5.7%) 0.0785 ( 9.3%) 0.0796 ( 1.3%) typecheck-stmt
0.0538 ( 8.5%) 0.0167 ( 7.7%) 0.0706 ( 8.3%) 0.0716 ( 1.2%) typecheck-decl
0.0280 ( 4.4%) 0.0073 ( 3.4%) 0.0353 ( 4.2%) 0.0357 ( 0.6%) precheck-target
0.0226 ( 3.6%) 0.0063 ( 2.9%) 0.0290 ( 3.4%) 0.0290 ( 0.5%) IRGen
0.0137 ( 2.2%) 0.0129 ( 5.9%) 0.0266 ( 3.1%) 0.0275 ( 0.5%) import-clang-decl
0.0208 ( 3.3%) 0.0033 ( 1.5%) 0.0241 ( 2.8%) 0.0242 ( 0.4%) SILGen
0.0111 ( 1.8%) 0.0044 ( 2.0%) 0.0155 ( 1.8%) 0.0157 ( 0.3%) build-rewrite-system
0.0119 ( 1.9%) 0.0017 ( 0.8%) 0.0136 ( 1.6%) 0.0136 ( 0.2%) SILGen-function
0.0103 ( 1.6%) 0.0001 ( 0.0%) 0.0104 ( 1.2%) 0.0105 ( 0.2%) SIL optimization
0.0067 ( 1.1%) 0.0029 ( 1.3%) 0.0096 ( 1.1%) 0.0096 ( 0.2%) load-all-members
0.0008 ( 0.1%) 0.0011 ( 0.5%) 0.0019 ( 0.2%) 0.0019 ( 0.0%) load-stdlib
0.0004 ( 0.1%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) 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%) 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.6313 (100.0%) 0.2166 (100.0%) 0.8479 (100.0%) 5.9140 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5808 seconds (3.1149 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4624 (100.0%) 0.1184 (100.0%) 0.5808 (100.0%) 3.1149 (100.0%) Building Target
0.4624 (100.0%) 0.1184 (100.0%) 0.5808 (100.0%) 3.1149 (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 ConstraintInsetTarget.swift, ConstraintInsets.swift, ConstraintItem.swift, ConstraintLayoutGuide+Extensions.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SnapKit.build/Objects-normal/arm64/SnapKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Parchment.build/Parchment-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Parchment-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment-2b3a172759768ecae4ab80bed0f6565e-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Parchment-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/Objects-normal/arm64/SnapKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapKit.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Headers/Parchment-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment.build/Objects-normal/arm64/Parchment-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Headers/Parchment-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment.build/Objects-normal/arm64/Parchment.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment.build/Objects-normal/arm64/Parchment.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment.build/Objects-normal/arm64/Parchment.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment.build/Objects-normal/arm64/Parchment.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Modules/Parchment.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
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')
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745951491945335-swift-frontend-Parchment-PagingItem.swift-arm64_apple_ios13.0-o-Onone-1864613173.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9245 seconds (0.9371 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1359 ( 19.0%) 0.0282 ( 13.5%) 0.1642 ( 17.8%) 0.1660 ( 17.7%) perform-sema
0.1355 ( 18.9%) 0.0282 ( 13.5%) 0.1637 ( 17.7%) 0.1655 ( 17.7%) Type checking and Semantic analysis
0.1136 ( 15.9%) 0.0229 ( 10.9%) 0.1365 ( 14.8%) 0.1374 ( 14.7%) typecheck-stmt
0.0847 ( 11.8%) 0.0131 ( 6.3%) 0.0978 ( 10.6%) 0.0983 ( 10.5%) typecheck-expr
0.0351 ( 4.9%) 0.0359 ( 17.2%) 0.0710 ( 7.7%) 0.0714 ( 7.6%) parse-and-resolve-imports
0.0325 ( 4.5%) 0.0334 ( 16.0%) 0.0659 ( 7.1%) 0.0663 ( 7.1%) Import resolution
0.0439 ( 6.1%) 0.0103 ( 4.9%) 0.0542 ( 5.9%) 0.0552 ( 5.9%) typecheck-decl
0.0360 ( 5.0%) 0.0076 ( 3.6%) 0.0436 ( 4.7%) 0.0437 ( 4.7%) precheck-target
0.0242 ( 3.4%) 0.0068 ( 3.2%) 0.0310 ( 3.4%) 0.0313 ( 3.3%) IRGen
0.0228 ( 3.2%) 0.0035 ( 1.7%) 0.0263 ( 2.8%) 0.0295 ( 3.1%) SILGen
0.0103 ( 1.4%) 0.0112 ( 5.4%) 0.0215 ( 2.3%) 0.0218 ( 2.3%) import-clang-decl
0.0150 ( 2.1%) 0.0013 ( 0.6%) 0.0163 ( 1.8%) 0.0184 ( 2.0%) SILGen-function
0.0097 ( 1.4%) 0.0035 ( 1.7%) 0.0132 ( 1.4%) 0.0132 ( 1.4%) build-rewrite-system
0.0125 ( 1.8%) 0.0001 ( 0.0%) 0.0126 ( 1.4%) 0.0126 ( 1.3%) SIL optimization
0.0011 ( 0.1%) 0.0023 ( 1.1%) 0.0034 ( 0.4%) 0.0034 ( 0.4%) load-stdlib
0.0015 ( 0.2%) 0.0006 ( 0.3%) 0.0021 ( 0.2%) 0.0021 ( 0.2%) load-all-members
0.0008 ( 0.1%) 0.0001 ( 0.0%) 0.0009 ( 0.1%) 0.0009 ( 0.1%) 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.7153 (100.0%) 0.2092 (100.0%) 0.9245 (100.0%) 0.9371 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4629 seconds (0.4691 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3655 (100.0%) 0.0974 (100.0%) 0.4629 (100.0%) 0.4691 (100.0%) Building Target
0.3655 (100.0%) 0.0974 (100.0%) 0.4629 (100.0%) 0.4691 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling PagingViewControllerSizeDelegate.swift, PagingViewControllerInfiniteDataSource.swift, PagingDiff.swift, PagingIndicatorView.swift, UIEdgeInsets.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+constraints.swift, PageViewDirection.swift, PageViewState.swift, CollectionView.swift, PagingInvalidationContext.swift (in target 'Parchment' from project 'Parchment')
SwiftDriverJobDiscovery normal arm64 Compiling 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')
SwiftDriverJobDiscovery normal arm64 Compiling PagingCellViewModel.swift, PagingDirection.swift, PagingView.swift, PagingMenuDataSource.swift, PagingCell.swift, PageViewControllerDataSource.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier snapkit.SnapKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapKit.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SnapKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/Objects-normal/arm64/SnapKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/Objects-normal/arm64/SnapKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/SnapKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/SnapKit.build/SnapKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/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:32.363 appintentsmetadataprocessor[787:4395] Starting appintentsmetadataprocessor export
2025-04-29 11:31:32.408 appintentsmetadataprocessor[787:4395] Extracted no relevant App Intents symbols, skipping writing output
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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-iphoneos/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-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/DerivedSources/Parchment_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.o -index-unit-output-path /Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling PagingViewController.swift, PagingOptions.swift, PagingMenuInteraction.swift, PagingIndicatorOptions.swift, PagingTitleCell.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')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/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/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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-iphoneos/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-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/DerivedSources/Parchment_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_vers.o -index-unit-output-path /Parchment.build/Debug-iphoneos/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 PagingCellLayoutAttributes.swift, PageViewManager.swift, PagingMenuView.swift, PagingLayout.swift, PagingMenuDelegate.swift (in target 'Parchment' from project 'Parchment')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/SnapKit.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/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 -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling PagingItem.swift, UIColor+interpolation.swift, InvalidationState.swift, PagingController.swift, Tween.swift (in target 'Parchment' from project 'Parchment')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Parchment.build/Parchment-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Parchment-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment-2b3a172759768ecae4ab80bed0f6565e-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Parchment-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Parchment.framework/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.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment.LinkFileList -install_name @rpath/Parchment.framework/Parchment -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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-iphoneos/Parchment.framework/Parchment -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SnapKit.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier com.martinrechsteiner.Parchment --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Parchment --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Objects-normal/arm64/Parchment.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Parchment.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Parchment.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/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:32.699 appintentsmetadataprocessor[791:4422] Starting appintentsmetadataprocessor export
2025-04-29 11:31:32.701 appintentsmetadataprocessor[791:4422] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/ssu --bundle-id com.martinrechsteiner.Parchment --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Parchment.build/Debug-iphoneos/Parchment.build/Parchment.DependencyMetadataFileList --archive-ssu-assets
2025-04-29 11:31:32.727 appintentsnltrainingprocessor[792:4423] Parsing options for appintentsnltrainingprocessor
2025-04-29 11:31:32.728 appintentsnltrainingprocessor[792:4423] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Parchment.framework/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Parchment.framework/Parchment -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Parchment.framework/Parchment.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Parchment.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Parchment.framework
** BUILD SUCCEEDED **
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.