The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CollectionViewPagingLayout, reference 1.1.0 (4bdec3), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 21:56:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=tvOS

Build Log

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:94:18: note: add '@MainActor' to make instance method 'applyScaleAndTranslation(progress:)' part of global actor 'MainActor'
    private func applyScaleAndTranslation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:118: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
            translateX = max(translateX, scalableView.bounds.width * min.x)
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:94:18: note: add '@MainActor' to make instance method 'applyScaleAndTranslation(progress:)' part of global actor 'MainActor'
    private func applyScaleAndTranslation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:119: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
            translateY = max(translateY, scalableView.bounds.height * min.y)
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:94:18: note: add '@MainActor' to make instance method 'applyScaleAndTranslation(progress:)' part of global actor 'MainActor'
    private func applyScaleAndTranslation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:122: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
            translateX = min(translateX, scalableView.bounds.width * max.x)
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:94:18: note: add '@MainActor' to make instance method 'applyScaleAndTranslation(progress:)' part of global actor 'MainActor'
    private func applyScaleAndTranslation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:123: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
            translateY = min(translateY, scalableView.bounds.height * max.y)
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:94:18: note: add '@MainActor' to make instance method 'applyScaleAndTranslation(progress:)' part of global actor 'MainActor'
    private func applyScaleAndTranslation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:128:22: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        scalableView.transform = transform
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:94:18: note: add '@MainActor' to make instance method 'applyScaleAndTranslation(progress:)' part of global actor 'MainActor'
    private func applyScaleAndTranslation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:132:71: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        var transform = CATransform3DMakeAffineTransform(scalableView.transform)
                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:140:26: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            scalableView.layer.isDoubleSided = options.isDoubleSided
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:144:73: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            var x = options.translateRatios.0 * progress * scalableView.bounds.width
                                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:145:78: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            var y = options.translateRatios.1 * abs(progress) * scalableView.bounds.height
                                                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:146:78: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            var z = options.translateRatios.2 * abs(progress) * scalableView.bounds.width
                                                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:147:68: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            x = max(x, options.minTranslateRatios.0 * scalableView.bounds.width)
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:148:68: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            x = min(x, options.maxTranslateRatios.0 * scalableView.bounds.width)
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:149:68: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            y = max(y, options.minTranslateRatios.1 * scalableView.bounds.height)
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:150:68: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            y = min(y, options.maxTranslateRatios.1 * scalableView.bounds.height)
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:151:68: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            z = max(z, options.minTranslateRatios.2 * scalableView.bounds.width)
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:152:68: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            z = min(z, options.maxTranslateRatios.2 * scalableView.bounds.width)
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:156:22: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        scalableView.layer.transform = transform
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:131:18: note: add '@MainActor' to make instance method 'applyCATransform3D(progress:)' part of global actor 'MainActor'
    private func applyCATransform3D(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:161:80: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            scaleBlurViewHost.subviews.first(where: { $0 is BlurEffectView })?.removeFromSuperview()
                                                                               ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:161:31: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            scaleBlurViewHost.subviews.first(where: { $0 is BlurEffectView })?.removeFromSuperview()
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:165:41: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let view = scaleBlurViewHost.subviews.first(where: { $0 is BlurEffectView }) as? BlurEffectView {
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:168:24: warning: call to main actor-isolated initializer 'init(effect:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            blurView = BlurEffectView(effect: UIBlurEffect(style: scaleOptions.blurEffectStyle))
                       ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:11:49: note: calls to initializer 'init(effect:)' from outside of its actor context are implicitly asynchronous
public class BlurEffectView: UIVisualEffectView {
                                                ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:11:49: note: main actor isolation inferred from inheritance from class 'UIVisualEffectView'
public class BlurEffectView: UIVisualEffectView {
                                                ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:168:47: warning: call to main actor-isolated initializer 'init(style:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            blurView = BlurEffectView(effect: UIBlurEffect(style: scaleOptions.blurEffectStyle))
                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:63:1: note: calls to initializer 'init(style:)' from outside of its actor context are implicitly asynchronous
+ (UIBlurEffect *)effectWithStyle:(UIBlurEffectStyle)style;
^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:169:31: warning: call to main actor-isolated instance method 'fill(with:edges:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            scaleBlurViewHost.fill(with: blurView)
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift:14:17: note: calls to instance method 'fill(with:edges:)' from outside of its actor context are implicitly asynchronous
    public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [NSLayoutConstraint] {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:171:18: warning: call to main actor-isolated instance method 'setBlurRadius(effect:radius:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        blurView.setBlurRadius(radius: abs(progress) * scaleOptions.blurEffectRadiusRatio)
                 ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:17: note: calls to instance method 'setBlurRadius(effect:radius:)' from outside of its actor context are implicitly asynchronous
    public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:17: note: main actor isolation inferred from inheritance from class 'UIVisualEffectView'
    public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:172:18: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        blurView.transform = CGAffineTransform.identity.translatedBy(x: scalableView.transform.tx, y: scalableView.transform.ty)
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:172:86: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        blurView.transform = CGAffineTransform.identity.translatedBy(x: scalableView.transform.tx, y: scalableView.transform.ty)
                                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:172:116: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        blurView.transform = CGAffineTransform.identity.translatedBy(x: scalableView.transform.tx, y: scalableView.transform.ty)
                                                                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:159:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
SwiftCompile normal arm64 Compiling\ SnapshotTransformViewOptions.PiecesValue.swift,\ SnapshotTransformViewOptions.swift,\ StackTransformView.swift,\ StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:32:18: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        cardView.superview ?? cardView
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:43:21: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:43:9: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:92:41: note: property declared here
@property (nonatomic, readonly) UIView *contentView; // add custom subviews to the cell's contentView
                                        ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:43:39: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:92:41: note: property declared here
@property (nonatomic, readonly) UIView *contentView; // add custom subviews to the cell's contentView
                                        ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:95:30: warning: main actor-isolated property 'layer' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let layer = cardView.layer
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: property declared here
@property(nonatomic,readonly,strong)                 CALayer  *layer;              // returns view's layer. Will always return a non-nil value. view is layer's delegate
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:91:18: note: add '@MainActor' to make instance method 'applyStyle(progress:)' part of global actor 'MainActor'
    private func applyStyle(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:119:33: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        var xSpacing = cardView.bounds.width * stackOptions.spacingFactor
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:121:47: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            xSpacing = min(xSpacing, cardView.bounds.width * max)
                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:125:33: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        var ySpacing = cardView.bounds.height * stackOptions.spacingFactor
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:127:47: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            ySpacing = min(ySpacing, cardView.bounds.height * max)
                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:131:47: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        yAdjustment = ((scale - 1) * cardView.bounds.height) / 2 // make y equal for all cards
                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:132: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
        yAdjustment += perspectiveProgress * cardView.bounds.height
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:135:47: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        xAdjustment = ((scale - 1) * cardView.bounds.width) / 2 // make x equal for all cards
                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:136: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
        xAdjustment += perspectiveProgress * cardView.bounds.width
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:141:37: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            xAdjustment -= cardView.bounds.width * stackOptions.popOffsetRatio.width * progress
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:142:37: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            yAdjustment -= cardView.bounds.height * stackOptions.popOffsetRatio.height * progress
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:148:18: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        cardView.transform = transform
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:102:18: note: add '@MainActor' to make instance method 'applyScale(progress:)' part of global actor 'MainActor'
    private func applyScale(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:152:18: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        cardView.alpha = 1
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:151:18: note: add '@MainActor' to make instance method 'applyAlpha(progress:)' part of global actor 'MainActor'
    private func applyAlpha(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:157:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            cardView.alpha = 1 - progress.interpolate(
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:151:18: note: add '@MainActor' to make instance method 'applyAlpha(progress:)' part of global actor 'MainActor'
    private func applyAlpha(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:161:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            cardView.alpha = progress.interpolate(in: .init(-1, -1 + stackOptions.topStackAlphaSpeedFactor))
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:151:18: note: add '@MainActor' to make instance method 'applyAlpha(progress:)' part of global actor 'MainActor'
    private func applyAlpha(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:164:21: warning: main actor-isolated property 'alpha' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if cardView.alpha > 0, progress >= 0 {
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: property declared here
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:151:18: note: add '@MainActor' to make instance method 'applyAlpha(progress:)' part of global actor 'MainActor'
    private func applyAlpha(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:165:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            cardView.alpha -= progress * stackOptions.alphaFactor
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:151:18: note: add '@MainActor' to make instance method 'applyAlpha(progress:)' part of global actor 'MainActor'
    private func applyAlpha(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:188:18: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        cardView.transform = cardView.transform.rotated(by: angle)
                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:170:18: note: add '@MainActor' to make instance method 'applyRotation(progress:)' part of global actor 'MainActor'
    private func applyRotation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:188:39: warning: main actor-isolated property 'transform' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        cardView.transform = cardView.transform.rotated(by: angle)
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: property declared here
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:170:18: note: add '@MainActor' to make instance method 'applyRotation(progress:)' part of global actor 'MainActor'
    private func applyRotation(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:193:80: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackBlurViewHost.subviews.first(where: { $0 is BlurEffectView })?.removeFromSuperview()
                                                                               ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:191:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:193:31: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackBlurViewHost.subviews.first(where: { $0 is BlurEffectView })?.removeFromSuperview()
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:191:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:197:41: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let view = stackBlurViewHost.subviews.first(where: { $0 is BlurEffectView }) as? BlurEffectView {
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:191:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:200:24: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            blurView = BlurEffectView()
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:191:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:201:31: warning: call to main actor-isolated instance method 'fill(with:edges:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackBlurViewHost.fill(with: blurView)
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift:14:17: note: calls to instance method 'fill(with:edges:)' from outside of its actor context are implicitly asynchronous
    public func fill(with view: UIView, edges: UIEdgeInsets = .zero) -> [NSLayoutConstraint] {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:191:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:204:18: warning: call to main actor-isolated instance method 'setBlurRadius(effect:radius:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        blurView.setBlurRadius(effect: UIBlurEffect(style: stackOptions.blurEffectStyle), radius: radius * stackOptions.maxBlurEffectRadius)
                 ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:17: note: calls to instance method 'setBlurRadius(effect:radius:)' from outside of its actor context are implicitly asynchronous
    public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift:49:17: note: main actor isolation inferred from inheritance from class 'UIVisualEffectView'
    public func setBlurRadius(effect: UIBlurEffect? = nil, radius: CGFloat = 1.0) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:191:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:204:40: warning: call to main actor-isolated initializer 'init(style:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        blurView.setBlurRadius(effect: UIBlurEffect(style: stackOptions.blurEffectStyle), radius: radius * stackOptions.maxBlurEffectRadius)
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:63:1: note: calls to initializer 'init(style:)' from outside of its actor context are implicitly asynchronous
+ (UIBlurEffect *)effectWithStyle:(UIBlurEffectStyle)style;
^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:191:18: note: add '@MainActor' to make instance method 'applyBlurEffect(progress:)' part of global actor 'MainActor'
    private func applyBlurEffect(progress: CGFloat) {
                 ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StackTransformViewOptions.swift,\ PagePadding.swift,\ PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:116:9: warning: main actor-isolated property 'selectableView' cannot be used to satisfy nonisolated requirement from protocol 'TransformableView'; this is an error in the Swift 6 language mode
    var selectableView: UIView? {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:99:37: note: add '@preconcurrency' to the 'TransformableView' conformance to defer isolation checking to run time
extension PagingCollectionViewCell: TransformableView,
                                    ^
                                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:17:9: note: requirement 'selectableView' declared here
    var selectableView: UIView? { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:132:10: warning: main actor-isolated instance method 'transform(progress:)' cannot be used to satisfy nonisolated requirement from protocol 'TransformableView'; this is an error in the Swift 6 language mode
    func transform(progress: CGFloat) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:132:10: note: add 'nonisolated' to 'transform(progress:)' to make this instance method not isolated to the actor
    func transform(progress: CGFloat) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:26:10: note: mark the protocol requirement 'transform(progress:)' 'async' to allow actor-isolated conformances
    func transform(progress: CGFloat)
         ^
                                      async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:147:10: warning: main actor-isolated instance method 'zPosition(progress:)' cannot be used to satisfy nonisolated requirement from protocol 'TransformableView'; this is an error in the Swift 6 language mode
    func zPosition(progress: CGFloat) -> Int {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:147:10: note: add 'nonisolated' to 'zPosition(progress:)' to make this instance method not isolated to the actor
    func zPosition(progress: CGFloat) -> Int {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:33:10: note: mark the protocol requirement 'zPosition(progress:)' 'async' to allow actor-isolated conformances
    func zPosition(progress: CGFloat) -> Int
         ^
                                      async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:120:9: warning: main actor-isolated property 'scaleOptions' cannot be used to satisfy nonisolated requirement from protocol 'ScaleTransformView'; this is an error in the Swift 6 language mode
    var scaleOptions: ScaleTransformViewOptions {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:100:5: note: add '@preconcurrency' to the 'ScaleTransformView' conformance to defer isolation checking to run time
    ScaleTransformView,
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:15:9: note: requirement 'scaleOptions' declared here
    var scaleOptions: ScaleTransformViewOptions { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:104:9: warning: main actor-isolated property 'scalableView' cannot be used to satisfy nonisolated requirement from protocol 'ScaleTransformView'; this is an error in the Swift 6 language mode
    var scalableView: UIView {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:18:9: note: requirement 'scalableView' declared here
    var scalableView: UIView { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:124:9: warning: main actor-isolated property 'stackOptions' cannot be used to satisfy nonisolated requirement from protocol 'StackTransformView'; this is an error in the Swift 6 language mode
    var stackOptions: StackTransformViewOptions {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:101:5: note: add '@preconcurrency' to the 'StackTransformView' conformance to defer isolation checking to run time
    StackTransformView,
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:15:9: note: requirement 'stackOptions' declared here
    var stackOptions: StackTransformViewOptions { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:108:9: warning: main actor-isolated property 'cardView' cannot be used to satisfy nonisolated requirement from protocol 'StackTransformView'; this is an error in the Swift 6 language mode
    var cardView: UIView {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:18:9: note: requirement 'cardView' declared here
    var cardView: UIView { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:128:9: warning: main actor-isolated property 'snapshotOptions' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    var snapshotOptions: SnapshotTransformViewOptions {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:102:5: note: add '@preconcurrency' to the 'SnapshotTransformView' conformance to defer isolation checking to run time
    SnapshotTransformView
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:14:9: note: requirement 'snapshotOptions' declared here
    var snapshotOptions: SnapshotTransformViewOptions { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:112:9: warning: main actor-isolated property 'targetView' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    var targetView: UIView {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:17:9: note: requirement 'targetView' declared here
    var targetView: UIView { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:151:9: warning: main actor-isolated property 'snapshotIdentifier' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    var snapshotIdentifier: String {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:21:9: note: requirement 'snapshotIdentifier' declared here
    var snapshotIdentifier: String { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:169:10: warning: main actor-isolated instance method 'canReuse(snapshot:)' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    func canReuse(snapshot: SnapshotContainerView) -> Bool {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:169:10: note: add 'nonisolated' to 'canReuse(snapshot:)' to make this instance method not isolated to the actor
    func canReuse(snapshot: SnapshotContainerView) -> Bool {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:30:10: note: mark the protocol requirement 'canReuse(snapshot:)' 'async' to allow actor-isolated conformances
    func canReuse(snapshot: SnapshotContainerView) -> Bool
         ^
                                                   async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:37:27: warning: call to main actor-isolated instance method 'updatePagePaddings()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    self?.updatePagePaddings()
                          ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:57:18: note: calls to instance method 'updatePagePaddings()' from outside of its actor context are implicitly asynchronous
    private func updatePagePaddings() {
                 ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:57:18: note: main actor isolation inferred from inheritance from class 'UICollectionViewCell'
    private func updatePagePaddings() {
                 ^
SwiftCompile normal arm64 Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionViewPagingLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewControllerBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewModifierData.o -index-unit-output-path /CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewController.o -index-unit-output-path /CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewControllerBuilder.o -index-unit-output-path /CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewModifierData.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:50:17: warning: main actor-isolated instance method 'onCurrentPageChanged(layout:currentPage:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewPagingLayoutDelegate'; this is an error in the Swift 6 language mode
    public func onCurrentPageChanged(layout: CollectionViewPagingLayout, currentPage: Int) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:50:17: note: add 'nonisolated' to 'onCurrentPageChanged(layout:currentPage:)' to make this instance method not isolated to the actor
    public func onCurrentPageChanged(layout: CollectionViewPagingLayout, currentPage: Int) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:14:5: note: add '@preconcurrency' to the 'CollectionViewPagingLayoutDelegate' conformance to defer isolation checking to run time
    CollectionViewPagingLayoutDelegate,
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:17:10: note: mark the protocol requirement 'onCurrentPageChanged(layout:currentPage:)' 'async' to allow actor-isolated conformances
    func onCurrentPageChanged(layout: CollectionViewPagingLayout, currentPage: Int)
         ^
                                                                                    async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:155:10: warning: main actor-isolated instance method 'isListSame(as:)' cannot be used to satisfy nonisolated requirement from protocol 'PagingCollectionViewControllerEquatableList'; this is an error in the Swift 6 language mode
    func isListSame<T>(as list: [T]) -> Bool {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:155:10: note: add 'nonisolated' to 'isListSame(as:)' to make this instance method not isolated to the actor
    func isListSame<T>(as list: [T]) -> Bool {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:154:43: note: add '@preconcurrency' to the 'PagingCollectionViewControllerEquatableList' conformance to defer isolation checking to run time
extension PagingCollectionViewController: PagingCollectionViewControllerEquatableList where ValueType: Equatable {
                                          ^
                                          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:151:10: note: mark the protocol requirement 'isListSame(as:)' 'async' to allow actor-isolated conformances
    func isListSame<T>(as list: [T]) -> Bool
         ^
                                     async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:114:24: error: 'isPagingEnabled' is unavailable in tvOS
        collectionView.isPagingEnabled = true
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:114:59: note: 'isPagingEnabled' has been explicitly marked unavailable here
@property(nonatomic,getter=isPagingEnabled) BOOL          pagingEnabled API_UNAVAILABLE(tvos);// default NO. if YES, stop on multiples of view bounds
                                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:52:30: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let viewController = ViewController()
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:51:10: note: add '@MainActor' to make instance method 'make()' part of global actor 'MainActor'
    func make() -> ViewController {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:53:24: warning: main actor-isolated property 'pageViewBuilder' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        viewController.pageViewBuilder = pageViewBuilder
                       ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:21:9: note: mutation of this property is only permitted within the actor
    var pageViewBuilder: ((ValueType, CGFloat) -> PageContent)!
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:51:10: note: add '@MainActor' to make instance method 'make()' part of global actor 'MainActor'
    func make() -> ViewController {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:54:24: warning: main actor-isolated property 'modifierData' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        viewController.modifierData = modifierData
                       ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:20:9: note: mutation of this property is only permitted within the actor
    var modifierData: PagingCollectionViewModifierData?
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:51:10: note: add '@MainActor' to make instance method 'make()' part of global actor 'MainActor'
    func make() -> ViewController {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:55:24: warning: call to main actor-isolated instance method 'update(list:currentIndex:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        viewController.update(list: data, currentIndex: nil)
                       ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:57:10: note: calls to instance method 'update(list:currentIndex:)' from outside of its actor context are implicitly asynchronous
    func update(list: [ValueType], currentIndex: Int?) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:57:10: note: main actor isolation inferred from inheritance from class 'UIViewController'
    func update(list: [ValueType], currentIndex: Int?) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:51:10: note: add '@MainActor' to make instance method 'make()' part of global actor 'MainActor'
    func make() -> ViewController {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:64:24: warning: main actor-isolated property 'modifierData' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        viewController.modifierData = modifierData
                       ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:20:9: note: mutation of this property is only permitted within the actor
    var modifierData: PagingCollectionViewModifierData?
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:60:10: note: add '@MainActor' to make instance method 'update(viewController:)' part of global actor 'MainActor'
    func update(viewController: ViewController) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:65:24: warning: call to main actor-isolated instance method 'update(list:currentIndex:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        viewController.update(list: data, currentIndex: selectedIndex)
                       ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:57:10: note: calls to instance method 'update(list:currentIndex:)' from outside of its actor context are implicitly asynchronous
    func update(list: [ValueType], currentIndex: Int?) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:57:10: note: main actor isolation inferred from inheritance from class 'UIViewController'
    func update(list: [ValueType], currentIndex: Int?) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:60:10: note: add '@MainActor' to make instance method 'update(viewController:)' part of global actor 'MainActor'
    func update(viewController: ViewController) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:73:24: warning: main actor-isolated property 'onCurrentPageChanged' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        viewController.onCurrentPageChanged = { [data, selection] in
                       ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:22:9: note: mutation of this property is only permitted within the actor
    var onCurrentPageChanged: ((Int) -> Void)?
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift:72:18: note: add '@MainActor' to make instance method 'setupOnCurrentPageChanged' part of global actor 'MainActor'
    private func setupOnCurrentPageChanged(_ viewController: ViewController) {
                 ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getValue<T>() -> T? {
                  ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
SwiftCompile normal arm64 Compiling\ ScalePageView.swift,\ SnapshotPageView.swift,\ StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:16:16: warning: main actor-isolated property 'builder' cannot be used to satisfy nonisolated requirement from protocol 'TransformPageViewProtocol'; this is an error in the Swift 6 language mode
    public var builder: Builder
               ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:12:105: note: add '@preconcurrency' to the 'TransformPageViewProtocol' conformance to defer isolation checking to run time
public struct ScalePageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                                                        ^
                                                                                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:18:9: note: requirement 'builder' declared here
    var builder: Builder { get }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:16:16: warning: main actor-isolated property 'builder' cannot be used to satisfy nonisolated requirement from protocol 'TransformPageViewProtocol'; this is an error in the Swift 6 language mode
    public var builder: Builder
               ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:12:108: note: add '@preconcurrency' to the 'TransformPageViewProtocol' conformance to defer isolation checking to run time
public struct SnapshotPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                                                           ^
                                                                                                           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:18:9: note: requirement 'builder' declared here
    var builder: Builder { get }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift:16:16: warning: main actor-isolated property 'builder' cannot be used to satisfy nonisolated requirement from protocol 'TransformPageViewProtocol'; this is an error in the Swift 6 language mode
    public var builder: Builder
               ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift:12:105: note: add '@preconcurrency' to the 'TransformPageViewProtocol' conformance to defer isolation checking to run time
public struct StackPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                                                        ^
                                                                                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:18:9: note: requirement 'builder' declared here
    var builder: Builder { get }
        ^
SwiftCompile normal arm64 Compiling\ ScaleTransformViewOptions+Layout.swift,\ ScaleTransformViewOptions.Rotation3dOptions.swift,\ ScaleTransformViewOptions.Translation3dOptions.swift,\ ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SnapshotContainerView.swift,\ SnapshotTransformView.swift,\ SnapshotTransformViewOptions+Layout.swift,\ SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:39:21: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:39:9: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:92:41: note: property declared here
@property (nonatomic, readonly) UIView *contentView; // add custom subviews to the cell's contentView
                                        ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:39:39: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:92:41: note: property declared here
@property (nonatomic, readonly) UIView *contentView; // add custom subviews to the cell's contentView
                                        ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:47:30: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        var superview = self.superview
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:53:36: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            superview = superview?.superview
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:55:45: warning: call to main actor-isolated instance method 'indexPath(for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        var identifier = "\(collectionView?.indexPath(for: self) ?? IndexPath())"
                                            ^
UIKit.UICollectionView.indexPath:2:22: note: calls to instance method 'indexPath(for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func indexPath(for cell: UICollectionViewCell) -> IndexPath?}
                     ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:58:45: warning: main actor-isolated property 'contentOffset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            identifier.append("\(scrollView.contentOffset)")
                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: note: property declared here
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:61:40: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let scrollView = targetView.subviews.first(where: { $0 is UIScrollView }) as? UIScrollView {
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:62:45: warning: main actor-isolated property 'contentOffset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            identifier.append("\(scrollView.contentOffset)")
                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:55:59: note: property declared here
@property(nonatomic)         CGPoint                      contentOffset;                  // default CGPointZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:70:45: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        snapshot.snapshotSize == targetView.bounds.size
                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:69:10: note: add '@MainActor' to make instance method 'canReuse(snapshot:)' part of global actor 'MainActor'
    func canReuse(snapshot: SnapshotContainerView) -> Bool {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:101:24: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            targetView.transform = .identity
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:99:10: note: add '@MainActor' to make instance method 'applySnapshotTransform(snapshot:progress:)' part of global actor 'MainActor'
    func applySnapshotTransform(snapshot: SnapshotContainerView, progress: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:102:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            snapshot.alpha = 0
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:99:10: note: add '@MainActor' to make instance method 'applySnapshotTransform(snapshot:progress:)' part of global actor 'MainActor'
    func applySnapshotTransform(snapshot: SnapshotContainerView, progress: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:104:22: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            snapshot.alpha = 1
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:99:10: note: add '@MainActor' to make instance method 'applySnapshotTransform(snapshot:progress:)' part of global actor 'MainActor'
    func applySnapshotTransform(snapshot: SnapshotContainerView, progress: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:106:24: warning: main actor-isolated property 'transform' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            targetView.transform = CGAffineTransform.identity.translatedBy(x: 0, y: -2 * UIScreen.main.bounds.height)
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:190:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGAffineTransform transform;   // default is CGAffineTransformIdentity. animatable. Please use this property instead of the affineTransform property on the layer
                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:99:10: note: add '@MainActor' to make instance method 'applySnapshotTransform(snapshot:progress:)' part of global actor 'MainActor'
    func applySnapshotTransform(snapshot: SnapshotContainerView, progress: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:106:104: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            targetView.transform = CGAffineTransform.identity.translatedBy(x: 0, y: -2 * UIScreen.main.bounds.height)
                                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:59:39: note: property declared here
@property(nonatomic,readonly) CGRect  bounds;                // Bounds of entire screen in points
                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:99:10: note: add '@MainActor' to make instance method 'applySnapshotTransform(snapshot:progress:)' part of global actor 'MainActor'
    func applySnapshotTransform(snapshot: SnapshotContainerView, progress: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:106:99: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            targetView.transform = CGAffineTransform.identity.translatedBy(x: 0, y: -2 * UIScreen.main.bounds.height)
                                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:99:10: note: add '@MainActor' to make instance method 'applySnapshotTransform(snapshot:progress:)' part of global actor 'MainActor'
    func applySnapshotTransform(snapshot: SnapshotContainerView, progress: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:108:18: warning: call to main actor-isolated instance method 'transform(progress:options:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        snapshot.transform(progress: progress, options: snapshotOptions)
                 ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:164:10: note: calls to instance method 'transform(progress:options:)' from outside of its actor context are implicitly asynchronous
    func transform(progress: CGFloat, options: SnapshotTransformViewOptions) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:164:10: note: main actor isolation inferred from inheritance from class 'UIView'
    func transform(progress: CGFloat, options: SnapshotTransformViewOptions) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:99:10: note: add '@MainActor' to make instance method 'applySnapshotTransform(snapshot:progress:)' part of global actor 'MainActor'
    func applySnapshotTransform(snapshot: SnapshotContainerView, progress: CGFloat) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:115:31: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        targetView.superview?.subviews.filter { $0 is SnapshotContainerView }.forEach {
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:114:18: note: add '@MainActor' to make instance method 'hideOtherSnapshots()' part of global actor 'MainActor'
    private func hideOtherSnapshots() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:115:20: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        targetView.superview?.subviews.filter { $0 is SnapshotContainerView }.forEach {
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:114:18: note: add '@MainActor' to make instance method 'hideOtherSnapshots()' part of global actor 'MainActor'
    private func hideOtherSnapshots() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:118:23: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                snapshot.alpha = 0
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:126:46: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let snapshot = targetView.superview?.subviews.first {
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:123:18: note: add '@MainActor' to make instance method 'findSnapshot()' part of global actor 'MainActor'
    private func findSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:126:35: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let snapshot = targetView.superview?.subviews.first {
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:123:18: note: add '@MainActor' to make instance method 'findSnapshot()' part of global actor 'MainActor'
    private func findSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:131:22: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            snapshot.removeFromSuperview()
                     ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:123:18: note: add '@MainActor' to make instance method 'findSnapshot()' part of global actor 'MainActor'
    private func findSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:135:22: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            snapshot.removeFromSuperview()
                     ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:123:18: note: add '@MainActor' to make instance method 'findSnapshot()' part of global actor 'MainActor'
    private func findSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:138:19: warning: main actor-isolated property 'alpha' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        snapshot?.alpha = 1
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:304:56: note: mutation of this property is only permitted within the actor
@property(nonatomic)                 CGFloat           alpha;                      // animatable. default is 1.0
                                                       ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:123:18: note: add '@MainActor' to make instance method 'findSnapshot()' part of global actor 'MainActor'
    private func findSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:146:10: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        .removeFromSuperview()
         ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:143:31: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        targetView.superview?.subviews.first {
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:143:20: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        targetView.superview?.subviews.first {
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:148:26: warning: call to main actor-isolated initializer 'init(targetView:pieceSizeRatio:identifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        guard let view = SnapshotContainerView(targetView: targetView,
                         ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:25:12: note: calls to initializer 'init(targetView:pieceSizeRatio:identifier:)' from outside of its actor context are implicitly asynchronous
    public init?(targetView: UIView, pieceSizeRatio: CGSize, identifier: String) {
           ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift:25:12: note: main actor isolation inferred from inheritance from class 'UIView'
    public init?(targetView: UIView, pieceSizeRatio: CGSize, identifier: String) {
           ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:153:31: warning: call to main actor-isolated instance method 'insertSubview(_:aboveSubview:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        targetView.superview?.insertSubview(view, aboveSubview: targetView)
                              ^
UIKit.UIView.insertSubview:2:22: note: calls to instance method 'insertSubview(_:aboveSubview:)' from outside of its actor context are implicitly asynchronous
@MainActor open func insertSubview(_ view: UIView, aboveSubview siblingSubview: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:153:20: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        targetView.superview?.insertSubview(view, aboveSubview: targetView)
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:154:20: warning: call to main actor-isolated instance method 'equalSize(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        targetView.equalSize(to: view)
                   ^
/Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift:35:17: note: calls to instance method 'equalSize(to:)' from outside of its actor context are implicitly asynchronous
    public func equalSize(to view: UIView) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:155:20: warning: call to main actor-isolated instance method 'center(to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        targetView.center(to: view)
                   ^
/Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift:27:17: note: calls to instance method 'center(to:)' from outside of its actor context are implicitly asynchronous
    public func center(to view: UIView) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:142:18: note: add '@MainActor' to make instance method 'makeSnapshot()' part of global actor 'MainActor'
    private func makeSnapshot() -> SnapshotContainerView? {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:108:18: warning: sending 'self.snapshotOptions' risks causing data races; this is an error in the Swift 6 language mode
        snapshot.transform(progress: progress, options: snapshotOptions)
        ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:108:18: note: sending task-isolated 'self.snapshotOptions' to main actor-isolated instance method 'transform(progress:options:)' risks causing data races between main actor-isolated and task-isolated uses
        snapshot.transform(progress: progress, options: snapshotOptions)
                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:51:21: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:51:9: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:92:41: note: property declared here
@property (nonatomic, readonly) UIView *contentView; // add custom subviews to the cell's contentView
                                        ^
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:51:39: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        contentView.subviews.first ?? contentView
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionViewCell.h:92:41: note: property declared here
@property (nonatomic, readonly) UIView *contentView; // add custom subviews to the cell's contentView
                                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Multipliable.swift,\ UIView+Utilities.swift,\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal arm64 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:116:9: warning: main actor-isolated property 'selectableView' cannot be used to satisfy nonisolated requirement from protocol 'TransformableView'; this is an error in the Swift 6 language mode
    var selectableView: UIView? {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:99:37: note: add '@preconcurrency' to the 'TransformableView' conformance to defer isolation checking to run time
extension PagingCollectionViewCell: TransformableView,
                                    ^
                                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:17:9: note: requirement 'selectableView' declared here
    var selectableView: UIView? { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:132:10: warning: main actor-isolated instance method 'transform(progress:)' cannot be used to satisfy nonisolated requirement from protocol 'TransformableView'; this is an error in the Swift 6 language mode
    func transform(progress: CGFloat) {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:132:10: note: add 'nonisolated' to 'transform(progress:)' to make this instance method not isolated to the actor
    func transform(progress: CGFloat) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:26:10: note: mark the protocol requirement 'transform(progress:)' 'async' to allow actor-isolated conformances
    func transform(progress: CGFloat)
         ^
                                      async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:147:10: warning: main actor-isolated instance method 'zPosition(progress:)' cannot be used to satisfy nonisolated requirement from protocol 'TransformableView'; this is an error in the Swift 6 language mode
    func zPosition(progress: CGFloat) -> Int {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:147:10: note: add 'nonisolated' to 'zPosition(progress:)' to make this instance method not isolated to the actor
    func zPosition(progress: CGFloat) -> Int {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift:33:10: note: mark the protocol requirement 'zPosition(progress:)' 'async' to allow actor-isolated conformances
    func zPosition(progress: CGFloat) -> Int
         ^
                                      async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:120:9: warning: main actor-isolated property 'scaleOptions' cannot be used to satisfy nonisolated requirement from protocol 'ScaleTransformView'; this is an error in the Swift 6 language mode
    var scaleOptions: ScaleTransformViewOptions {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:100:5: note: add '@preconcurrency' to the 'ScaleTransformView' conformance to defer isolation checking to run time
    ScaleTransformView,
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:15:9: note: requirement 'scaleOptions' declared here
    var scaleOptions: ScaleTransformViewOptions { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:104:9: warning: main actor-isolated property 'scalableView' cannot be used to satisfy nonisolated requirement from protocol 'ScaleTransformView'; this is an error in the Swift 6 language mode
    var scalableView: UIView {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift:18:9: note: requirement 'scalableView' declared here
    var scalableView: UIView { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:124:9: warning: main actor-isolated property 'stackOptions' cannot be used to satisfy nonisolated requirement from protocol 'StackTransformView'; this is an error in the Swift 6 language mode
    var stackOptions: StackTransformViewOptions {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:101:5: note: add '@preconcurrency' to the 'StackTransformView' conformance to defer isolation checking to run time
    StackTransformView,
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:15:9: note: requirement 'stackOptions' declared here
    var stackOptions: StackTransformViewOptions { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:108:9: warning: main actor-isolated property 'cardView' cannot be used to satisfy nonisolated requirement from protocol 'StackTransformView'; this is an error in the Swift 6 language mode
    var cardView: UIView {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift:18:9: note: requirement 'cardView' declared here
    var cardView: UIView { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:128:9: warning: main actor-isolated property 'snapshotOptions' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    var snapshotOptions: SnapshotTransformViewOptions {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:102:5: note: add '@preconcurrency' to the 'SnapshotTransformView' conformance to defer isolation checking to run time
    SnapshotTransformView
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:14:9: note: requirement 'snapshotOptions' declared here
    var snapshotOptions: SnapshotTransformViewOptions { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:112:9: warning: main actor-isolated property 'targetView' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    var targetView: UIView {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:17:9: note: requirement 'targetView' declared here
    var targetView: UIView { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:151:9: warning: main actor-isolated property 'snapshotIdentifier' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    var snapshotIdentifier: String {
        ^
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:21:9: note: requirement 'snapshotIdentifier' declared here
    var snapshotIdentifier: String { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:169:10: warning: main actor-isolated instance method 'canReuse(snapshot:)' cannot be used to satisfy nonisolated requirement from protocol 'SnapshotTransformView'; this is an error in the Swift 6 language mode
    func canReuse(snapshot: SnapshotContainerView) -> Bool {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift:169:10: note: add 'nonisolated' to 'canReuse(snapshot:)' to make this instance method not isolated to the actor
    func canReuse(snapshot: SnapshotContainerView) -> Bool {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift:30:10: note: mark the protocol requirement 'canReuse(snapshot:)' 'async' to allow actor-isolated conformances
    func canReuse(snapshot: SnapshotContainerView) -> Bool
         ^
                                                   async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:50:17: warning: main actor-isolated instance method 'onCurrentPageChanged(layout:currentPage:)' cannot be used to satisfy nonisolated requirement from protocol 'CollectionViewPagingLayoutDelegate'; this is an error in the Swift 6 language mode
    public func onCurrentPageChanged(layout: CollectionViewPagingLayout, currentPage: Int) {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:50:17: note: add 'nonisolated' to 'onCurrentPageChanged(layout:currentPage:)' to make this instance method not isolated to the actor
    public func onCurrentPageChanged(layout: CollectionViewPagingLayout, currentPage: Int) {
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:14:5: note: add '@preconcurrency' to the 'CollectionViewPagingLayoutDelegate' conformance to defer isolation checking to run time
    CollectionViewPagingLayoutDelegate,
    ^
    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift:17:10: note: mark the protocol requirement 'onCurrentPageChanged(layout:currentPage:)' 'async' to allow actor-isolated conformances
    func onCurrentPageChanged(layout: CollectionViewPagingLayout, currentPage: Int)
         ^
                                                                                    async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:155:10: warning: main actor-isolated instance method 'isListSame(as:)' cannot be used to satisfy nonisolated requirement from protocol 'PagingCollectionViewControllerEquatableList'; this is an error in the Swift 6 language mode
    func isListSame<T>(as list: [T]) -> Bool {
         ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:155:10: note: add 'nonisolated' to 'isListSame(as:)' to make this instance method not isolated to the actor
    func isListSame<T>(as list: [T]) -> Bool {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:154:43: note: add '@preconcurrency' to the 'PagingCollectionViewControllerEquatableList' conformance to defer isolation checking to run time
extension PagingCollectionViewController: PagingCollectionViewControllerEquatableList where ValueType: Equatable {
                                          ^
                                          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:151:10: note: mark the protocol requirement 'isListSame(as:)' 'async' to allow actor-isolated conformances
    func isListSame<T>(as list: [T]) -> Bool
         ^
                                     async
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getValue<T>() -> T? {
                  ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:16:16: warning: main actor-isolated property 'builder' cannot be used to satisfy nonisolated requirement from protocol 'TransformPageViewProtocol'; this is an error in the Swift 6 language mode
    public var builder: Builder
               ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift:12:105: note: add '@preconcurrency' to the 'TransformPageViewProtocol' conformance to defer isolation checking to run time
public struct ScalePageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                                                        ^
                                                                                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:18:9: note: requirement 'builder' declared here
    var builder: Builder { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:16:16: warning: main actor-isolated property 'builder' cannot be used to satisfy nonisolated requirement from protocol 'TransformPageViewProtocol'; this is an error in the Swift 6 language mode
    public var builder: Builder
               ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift:12:108: note: add '@preconcurrency' to the 'TransformPageViewProtocol' conformance to defer isolation checking to run time
public struct SnapshotPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                                                           ^
                                                                                                           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:18:9: note: requirement 'builder' declared here
    var builder: Builder { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift:16:16: warning: main actor-isolated property 'builder' cannot be used to satisfy nonisolated requirement from protocol 'TransformPageViewProtocol'; this is an error in the Swift 6 language mode
    public var builder: Builder
               ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift:12:105: note: add '@preconcurrency' to the 'TransformPageViewProtocol' conformance to defer isolation checking to run time
public struct StackPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                                                        ^
                                                                                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:18:9: note: requirement 'builder' declared here
    var builder: Builder { get }
        ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift:15:16: warning: main actor-isolated property 'builder' cannot be used to satisfy nonisolated requirement from protocol 'TransformPageViewProtocol'; this is an error in the Swift 6 language mode
    public var builder: Builder
               ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift:11:109: note: add '@preconcurrency' to the 'TransformPageViewProtocol' conformance to defer isolation checking to run time
public struct TransformPageView<ValueType: Identifiable, PageContent: View>: UIViewControllerRepresentable, TransformPageViewProtocol {
                                                                                                            ^
                                                                                                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift:18:9: note: requirement 'builder' declared here
    var builder: Builder { get }
        ^
SwiftCompile normal arm64 Compiling\ TransformPageView.swift,\ TransformPageViewProtocol.swift,\ TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriver\ Compilation\ Requirements CollectionViewPagingLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ScaleTransformViewOptions+Layout.swift, ScaleTransformViewOptions.Rotation3dOptions.swift, ScaleTransformViewOptions.Translation3dOptions.swift, ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CollectionViewPagingLayout-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CollectionViewPagingLayout-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftmodule (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftdoc (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.abi.json (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftsourceinfo (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    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/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CollectionViewPagingLayout.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotContainerView.swift, SnapshotTransformView.swift, SnapshotTransformViewOptions+Layout.swift, SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotTransformViewOptions.PiecesValue.swift, SnapshotTransformViewOptions.swift, StackTransformView.swift, StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriverJobDiscovery normal arm64 Compiling TransformableView.swift, CGFloat+Interpolate.swift, CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriverJobDiscovery normal arm64 Compiling Multipliable.swift, UIView+Utilities.swift, ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriverJobDiscovery normal arm64 Compiling BlurEffectView.swift, CollectionViewPagingLayout.ZPositionHandler.swift, CollectionViewPagingLayout.swift, ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriverJobDiscovery normal arm64 Compiling ScalePageView.swift, SnapshotPageView.swift, StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	Building workspace spi-builder-workspace with scheme CollectionViewPagingLayout
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CollectionViewPagingLayout: /Users/admin/builder/spi-builder-workspace
resolved source packages: CollectionViewPagingLayout
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionViewPagingLayout",
  "name" : "CollectionViewPagingLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionViewPagingLayout",
      "targets" : [
        "CollectionViewPagingLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionViewPagingLayout",
      "module_type" : "SwiftTarget",
      "name" : "CollectionViewPagingLayout",
      "path" : "Lib",
      "product_memberships" : [
        "CollectionViewPagingLayout"
      ],
      "sources" : [
        "BlurEffectView.swift",
        "CollectionViewPagingLayout.ZPositionHandler.swift",
        "CollectionViewPagingLayout.swift",
        "Scale/ScaleTransformView.swift",
        "Scale/ScaleTransformViewOptions+Layout.swift",
        "Scale/ScaleTransformViewOptions.Rotation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.Translation3dOptions.swift",
        "Scale/ScaleTransformViewOptions.swift",
        "Snapshot/SnapshotContainerView.swift",
        "Snapshot/SnapshotTransformView.swift",
        "Snapshot/SnapshotTransformViewOptions+Layout.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecePosition.swift",
        "Snapshot/SnapshotTransformViewOptions.PiecesValue.swift",
        "Snapshot/SnapshotTransformViewOptions.swift",
        "Stack/StackTransformView.swift",
        "Stack/StackTransformViewOptions+Layout.swift",
        "Stack/StackTransformViewOptions.swift",
        "SwiftUI/PagePadding.swift",
        "SwiftUI/PagingCollectionViewCell.swift",
        "SwiftUI/PagingCollectionViewController.swift",
        "SwiftUI/PagingCollectionViewControllerBuilder.swift",
        "SwiftUI/PagingCollectionViewModifierData.swift",
        "SwiftUI/ScalePageView.swift",
        "SwiftUI/SnapshotPageView.swift",
        "SwiftUI/StackPageView.swift",
        "SwiftUI/TransformPageView.swift",
        "SwiftUI/TransformPageViewProtocol.swift",
        "TransformCurve.swift",
        "TransformableView.swift",
        "Utilities/CGFloat+Interpolate.swift",
        "Utilities/CGFloat+Range.swift",
        "Utilities/Multipliable.swift",
        "Utilities/UIView+Utilities.swift",
        "ViewAnimator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CollectionViewPagingLayout"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CollectionViewPagingLayout -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  CollectionViewPagingLayout: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
        ➜ Explicit dependency on target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout'
    Target 'CollectionViewPagingLayout' in project 'CollectionViewPagingLayout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2e26e435bd8453530826eebcd228a10b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2e26e435bd8453530826eebcd228a10b.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver CollectionViewPagingLayout normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CollectionViewPagingLayout -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-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/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BlurEffectView.swift,\ CollectionViewPagingLayout.ZPositionHandler.swift,\ CollectionViewPagingLayout.swift,\ ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SnapshotContainerView.swift,\ SnapshotTransformView.swift,\ SnapshotTransformViewOptions+Layout.swift,\ SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StackTransformViewOptions.swift,\ PagePadding.swift,\ PagingCollectionViewCell.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SnapshotTransformViewOptions.PiecesValue.swift,\ SnapshotTransformViewOptions.swift,\ StackTransformView.swift,\ StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Lib/BlurEffectView.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.ZPositionHandler.swift /Users/admin/builder/spi-builder-workspace/Lib/CollectionViewPagingLayout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotContainerView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecePosition.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.PiecesValue.swift /Users/admin/builder/spi-builder-workspace/Lib/Snapshot/SnapshotTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformView.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Stack/StackTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagePadding.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift -primary-file /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift -primary-file /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/CollectionViewPagingLayout_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionViewPagingLayout -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewController.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewControllerBuilder.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewModifierData.o -index-unit-output-path /CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewController.o -index-unit-output-path /CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewControllerBuilder.o -index-unit-output-path /CollectionViewPagingLayout.build/Debug-appletvos/CollectionViewPagingLayout.build/Objects-normal/arm64/PagingCollectionViewModifierData.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift:114:24: error: 'isPagingEnabled' is unavailable in tvOS
        collectionView.isPagingEnabled = true
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:114:59: note: 'isPagingEnabled' has been explicitly marked unavailable here
@property(nonatomic,getter=isPagingEnabled) BOOL          pagingEnabled API_UNAVAILABLE(tvos);// default NO. if YES, stop on multiples of view bounds
                                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:38:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getKey<T>() -> WritableKeyPath<UICollectionView, T>? {
                ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:42:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func getValue<T>() -> T? {
                  ^
/Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift:34:31: note: 'T' previously declared here
struct CollectionViewProperty<T>: CollectionViewPropertyProtocol {
                              ^
SwiftCompile normal arm64 Compiling\ ScaleTransformViewOptions+Layout.swift,\ ScaleTransformViewOptions.Rotation3dOptions.swift,\ ScaleTransformViewOptions.Translation3dOptions.swift,\ ScaleTransformViewOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions+Layout.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Rotation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.Translation3dOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Scale/ScaleTransformViewOptions.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TransformPageView.swift,\ TransformPageViewProtocol.swift,\ TransformCurve.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/TransformPageViewProtocol.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/TransformCurve.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TransformableView.swift,\ CGFloat+Interpolate.swift,\ CGFloat+Range.swift /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/TransformableView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Interpolate.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/Utilities/CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionViewPagingLayout (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
EmitSwiftModule normal arm64 (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ScalePageView.swift,\ SnapshotPageView.swift,\ StackPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/ScalePageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/SnapshotPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Multipliable.swift,\ UIView+Utilities.swift,\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/Multipliable.swift /Users/admin/builder/spi-builder-workspace/Lib/Utilities/UIView+Utilities.swift /Users/admin/builder/spi-builder-workspace/Lib/ViewAnimator.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriverJobDiscovery normal arm64 Compiling TransformableView.swift, CGFloat+Interpolate.swift, CGFloat+Range.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
SwiftDriverJobDiscovery normal arm64 Compiling ScalePageView.swift, SnapshotPageView.swift, StackPageView.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ PagingCollectionViewController.swift,\ PagingCollectionViewControllerBuilder.swift,\ PagingCollectionViewModifierData.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewModifierData.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Lib/SwiftUI/PagingCollectionViewController.swift (in target 'CollectionViewPagingLayout' from project 'CollectionViewPagingLayout')
	Building workspace spi-builder-workspace with scheme CollectionViewPagingLayout
(3 failures)
BUILD FAILURE 6.1 tvOS