The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Anima, reference main (6ac7f1), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 15:53:33 UTC.

Build Command

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

Build Log

extension CGAffineTransform: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:241:1: note: add '@retroactive' to silence this warning
extension CGAffineTransform: AnimatableProperty, Animatable {
^                                                ~~~~~~~~~~
                                                 @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:256:1: warning: extension declares a conformance of imported type 'NSDirectionalEdgeInsets' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalEdgeInsets: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:256:1: note: add '@retroactive' to silence this warning
extension NSDirectionalEdgeInsets: AnimatableProperty, Animatable {
^                                                      ~~~~~~~~~~
                                                       @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:279:5: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIEdgeInsets: AnimatableProperty, Animatable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:279:5: note: add '@retroactive' to silence this warning
    extension UIEdgeInsets: AnimatableProperty, Animatable {
    ^                                           ~~~~~~~~~~
                                                @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:291:1: warning: extension declares a conformance of imported type 'CGVector' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGVector: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:291:1: note: add '@retroactive' to silence this warning
extension CGVector: AnimatableProperty, Animatable {
^                                       ~~~~~~~~~~
                                        @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CATransform3D: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:1: note: add '@retroactive' to silence this warning
extension CATransform3D: AnimatableProperty, Animatable {
^                                            ~~~~~~~~~~
                                             @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D: AnimatableProperty, Animatable {
          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:358:1: warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Array: AnimatableProperty, AdditiveArithmetic, VectorArithmetic where Element: AnimatableProperty {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:358:1: note: add '@retroactive' to silence this warning
extension Array: AnimatableProperty, AdditiveArithmetic, VectorArithmetic where Element: AnimatableProperty {
^                                    ~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~
                                     @retroactive AdditiveArithmetic @retroactive VectorArithmetic
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:16:57: error: cannot find type 'CALayer' in scope
public extension AnimatablePropertyProvider where Self: CALayer {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:69:35: error: cannot find type 'CALayer' in scope
public class LayerAnimator<Layer: CALayer>: PropertyAnimator<Layer> {
                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimatablePropertyProvider.swift:26:9: error: invalid redeclaration of 'animator'
    var animator: PropertyAnimator<Self> { getAssociatedValue("PropertyAnimator", object: self, initialValue: PropertyAnimator(self)) }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: note: 'animator' previously declared here
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: note: 'animator' previously declared here
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:14:11: error: cannot find type 'CALayer' in scope
extension CALayer: AnimatablePropertyProvider { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:233:61: error: cannot find type 'UIView' in scope
    public extension AnimatablePropertyProvider where Self: UIView {
                                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:284:37: error: cannot find type 'UIView' in scope
    public class ViewAnimator<View: UIView>: PropertyAnimator<View> {
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: error: invalid redeclaration of 'animator'
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:241:13: note: 'animator' previously declared here
        var animator: ViewAnimator<Self> { getAssociatedValue("PropertyAnimator", initialValue: ViewAnimator(self)) }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:241:13: note: 'animator' previously declared here
        var animator: ViewAnimator<Self> { getAssociatedValue("PropertyAnimator", initialValue: ViewAnimator(self)) }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:69:45: error: type 'Layer' does not conform to protocol 'AnimatablePropertyProvider'
public class LayerAnimator<Layer: CALayer>: PropertyAnimator<Layer> {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:172:27: error: cannot find type 'CATransform3D' in scope
    public var transform: CATransform3D {
                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:215:45: error: cannot find type 'CAShapeLayer' in scope
public extension LayerAnimator where Layer: CAShapeLayer {
                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:265:45: error: cannot find type 'CAReplicatorLayer' in scope
public extension LayerAnimator where Layer: CAReplicatorLayer {
                                            ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:273:28: error: cannot find type 'CATransform3D' in scope
    var instanceTransform: CATransform3D {
                           ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:309:45: error: cannot find type 'CATiledLayer' in scope
public extension LayerAnimator where Layer: CATiledLayer {
                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:317:45: error: cannot find type 'CAGradientLayer' in scope
public extension LayerAnimator where Layer: CAGradientLayer {
                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:343:45: error: cannot find type 'CAEmitterLayer' in scope
public extension LayerAnimator where Layer: CAEmitterLayer {
                                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:393:31: error: cannot find type 'CALayer' in scope
    func addSublayer(_ layer: CALayer) {
                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:415:11: error: cannot find type 'CAGradientLayer' in scope
extension CAGradientLayer {
          ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:422:19: error: cannot find type 'CAShapeLayer' in scope
private extension CAShapeLayer {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:429:19: error: cannot find type 'CAGradientLayer' in scope
private extension CAGradientLayer {
                  ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift:14:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint: AnimatablePropertyProvider {
          ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift:62:47: error: cannot find type 'NSLayoutConstraint' in scope
public class LayoutAnimator: PropertyAnimator<NSLayoutConstraint> {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:231:15: error: cannot find type 'UIView' in scope
    extension UIView: AnimatablePropertyProvider {}
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:284:46: error: type 'View' does not conform to protocol 'AnimatablePropertyProvider'
    public class ViewAnimator<View: UIView>: PropertyAnimator<View> {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:375:33: error: cannot find type 'CATransform3D' in scope
        public var transform3D: CATransform3D {
                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:429:40: error: cannot find type 'UIView' in scope
        public func addSubview(_ view: UIView) {
                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:673:47: error: cannot find type 'UITextField' in scope
    public extension ViewAnimator where View: UITextField {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:687:47: error: cannot find type 'UITextView' in scope
    public extension ViewAnimator where View: UITextView {
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:689:13: error: invalid redeclaration of 'fontSize'
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:695:13: error: invalid redeclaration of 'textColor'
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:701:47: error: cannot find type 'UIScrollView' in scope
    public extension ViewAnimator where View: UIScrollView {
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:736:47: error: cannot find type 'UIStackView' in scope
    public extension ViewAnimator where View: UIStackView {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:744:47: error: cannot find type 'UIImageView' in scope
    public extension ViewAnimator where View: UIImageView {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:746:13: error: invalid redeclaration of 'tintColor'
        var tintColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:752:47: error: cannot find type 'UIButton' in scope
    public extension ViewAnimator where View: UIButton {
                                              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:754:13: error: invalid redeclaration of 'tintColor'
        var tintColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:760:47: error: cannot find type 'UILabel' in scope
    public extension ViewAnimator where View: UILabel {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:762:13: error: invalid redeclaration of 'textColor'
        var textColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:768:13: error: invalid redeclaration of 'fontSize'
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:785:47: error: cannot find type 'UIProgressView' in scope
    public extension ViewAnimator where View: UIProgressView {
                                              ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/TimingFunction.swift:53:37: error: 'CAMediaTimingFunction' is unavailable in watchOS
    public init(_ caTimingFunction: CAMediaTimingFunction) {
                                    ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:166:28: error: 'Spring' is only available in watchOS 10.0 or newer
    init(_ spring: SwiftUI.Spring) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:166:5: note: add @available attribute to enclosing initializer
    init(_ spring: SwiftUI.Spring) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:37:15: note: add @available attribute to enclosing struct
public struct Spring: Sendable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:372:35: error: 'Spring' is only available in watchOS 10.0 or newer
    internal var swiftUI: SwiftUI.Spring {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:372:18: note: add @available attribute to enclosing property
    internal var swiftUI: SwiftUI.Spring {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:370:8: note: add @available attribute to enclosing extension
public extension Spring {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:21:26: error: cannot find type 'UIView' in scope
    typealias NSUIView = UIView
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:16:11: error: cannot find type 'CALayer' in scope
extension CALayer {
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:179:5: error: cannot find 'CATransaction' in scope
    CATransaction.begin()
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:180:5: error: cannot find 'CATransaction' in scope
    CATransaction.setDisableActions(true)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:182:5: error: cannot find 'CATransaction' in scope
    CATransaction.commit()
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift:12:11: error: 'CAMediaTimingFunction' is unavailable in watchOS
extension CAMediaTimingFunction {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    extension CATransform3D: Equatable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:5: note: add '@retroactive' to silence this warning
    extension CATransform3D: Equatable {
    ^                        ~~~~~~~~~
                             @retroactive Equatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:13:37: error: 'CATransform3D' is unavailable in watchOS
        public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                                    ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:13:57: error: 'CATransform3D' is unavailable in watchOS
        public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                                                        ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D: Equatable {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:18:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:16:25: error: cannot find type 'CALayer' in scope
class InnerShadowLayer: CALayer {
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:46:21: error: initializer does not override a designated initializer from its superclass
    override public init() {
    ~~~~~~~~        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:56:21: error: initializer does not override a designated initializer from its superclass
    override public init(layer: Any) {
    ~~~~~~~~        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:70:25: error: property does not override any property from its superclass
    override public var bounds: CGRect {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:77:25: error: property does not override any property from its superclass
    override public var cornerRadius: CGFloat {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/CoreGraphics+.swift:46:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGPoint: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/CoreGraphics+.swift:46:1: note: add '@retroactive' to silence this warning
extension CGPoint: Hashable {
^                  ~~~~~~~~
                   @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:15:1: warning: extension declares a conformance of imported type 'NSDirectionalRectEdge' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalRectEdge: Hashable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:15:1: note: add '@retroactive' to silence this warning
extension NSDirectionalRectEdge: Hashable {}
^                                ~~~~~~~~
                                 @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:38:5: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIEdgeInsets: Hashable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:38:5: note: add '@retroactive' to silence this warning
    extension UIEdgeInsets: Hashable {
    ^                       ~~~~~~~~
                            @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:91:1: warning: extension declares a conformance of imported type 'NSDirectionalEdgeInsets' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalEdgeInsets: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:91:1: note: add '@retroactive' to silence this warning
extension NSDirectionalEdgeInsets: Hashable {
^                                  ~~~~~~~~
                                   @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSValue+.swift:110:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:24:32: error: cannot find type 'UIScrollView' in scope
    typealias NSUIScrollView = UIScrollView
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:25:28: error: cannot find type 'UIScreen' in scope
    typealias NSUIScreen = UIScreen
                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:26:31: error: cannot find type 'UITextField' in scope
    typealias NSUITextField = UITextField
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:27:30: error: cannot find type 'UITextView' in scope
    typealias NSUITextView = UITextView
                             ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIView+.swift:134:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:41:136: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: DecayAnimation<T>, for keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                       ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:54:137: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: EasingAnimation<T>, for keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                        ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:67:160: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: SpringAnimation<T>, forKey key: String? = nil, keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                                               ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:12:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
                 ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:39:33: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation() -> CAKeyframeAnimation
                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:48:60: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(forFramerate framerate: Int) -> CAKeyframeAnimation
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:56:33: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation() -> CAKeyframeAnimation {
                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:60:60: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(forFramerate framerate: Int) -> CAKeyframeAnimation {
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:71:70: error: 'CAKeyframeAnimation' is unavailable in watchOS
    internal func keyframeAnimation(forFramerate framerate: Int?) -> CAKeyframeAnimation {
                                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:116:40: error: cannot find type 'UIScreen' in scope
    func keyframeAnimation(for screen: UIScreen) -> CAKeyframeAnimation {
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:116:53: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for screen: UIScreen) -> CAKeyframeAnimation {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:127:40: error: cannot find type 'UIWindow' in scope
    func keyframeAnimation(for window: UIWindow) -> CAKeyframeAnimation {
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:127:53: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for window: UIWindow) -> CAKeyframeAnimation {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:138:38: error: cannot find type 'UIView' in scope
    func keyframeAnimation(for view: UIView) -> CAKeyframeAnimation {
                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:138:49: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for view: UIView) -> CAKeyframeAnimation {
                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:217:11: error: cannot find type 'UIScreen' in scope
extension UIScreen {
          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift:115:11: error: cannot find type 'CATransform3D' in scope
extension CATransform3D: CAKeyframeAnimationValueConvertible {
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift:82:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift:130:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift:14:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:14:24: error: 'CATransform3D' is unavailable in watchOS
  static var identity: CATransform3D {
                       ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:19:27: error: 'CATransform3D' is unavailable in watchOS
  public static var zero: CATransform3D {
                          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:11:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D {
          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:384:26: error: 'CATransform3D' is unavailable in watchOS
    func recomposed() -> CATransform3D {
                         ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:316:18: error: 'CATransform3D' is unavailable in watchOS
public extension CATransform3D {
                 ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift:27:23: error: 'CATransform3D' is unavailable in watchOS
    init(_ transform: CATransform3D) {
                      ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift:367:23: error: 'CATransform3D' is unavailable in watchOS
    init(_ transform: CATransform3D) {
                      ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationState.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/AnimationController.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimatablePropertyProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimationProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Popover.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Window.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/BaseAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/ValueAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/EasingAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/TimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Misc/ColorAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Misc/Keyframe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/SpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/AssociatedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/NSUIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/KeyValueObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NSObject+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KeyPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/ApproximateEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/CVTimeStamp+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Comparable+Clamp.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/CoreGraphics+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSUIBezierpath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSUIEdgeInset+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSValue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Number+FloatInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Sequence+Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/TimeInterval+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/VectorArithmetic+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI\ Typealias.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Optional.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSScrollView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIScrollView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUITextField+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CGFloatVectorTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rotation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rubberband.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -profile-generate -profile-coverage-mapping -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/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima_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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Anima -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
Failed frontend command:
EmitSwiftModule normal armv7k (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima.swift:258:48: error: cannot find type 'CAFrameRateRange' in scope
    public static var preferredFrameRateRange: CAFrameRateRange {
                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/AnimationController.swift:30:41: error: cannot find type 'CAFrameRateRange' in scope
    public var preferredFrameRateRange: CAFrameRateRange {
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:241:1: warning: extension declares a conformance of imported type 'CGAffineTransform' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGAffineTransform: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:241:1: note: add '@retroactive' to silence this warning
extension CGAffineTransform: AnimatableProperty, Animatable {
^                                                ~~~~~~~~~~
                                                 @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:256:1: warning: extension declares a conformance of imported type 'NSDirectionalEdgeInsets' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalEdgeInsets: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:256:1: note: add '@retroactive' to silence this warning
extension NSDirectionalEdgeInsets: AnimatableProperty, Animatable {
^                                                      ~~~~~~~~~~
                                                       @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:279:5: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIEdgeInsets: AnimatableProperty, Animatable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:279:5: note: add '@retroactive' to silence this warning
    extension UIEdgeInsets: AnimatableProperty, Animatable {
    ^                                           ~~~~~~~~~~
                                                @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:291:1: warning: extension declares a conformance of imported type 'CGVector' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGVector: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:291:1: note: add '@retroactive' to silence this warning
extension CGVector: AnimatableProperty, Animatable {
^                                       ~~~~~~~~~~
                                        @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CATransform3D: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:1: note: add '@retroactive' to silence this warning
extension CATransform3D: AnimatableProperty, Animatable {
^                                            ~~~~~~~~~~
                                             @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D: AnimatableProperty, Animatable {
          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:358:1: warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Array: AnimatableProperty, AdditiveArithmetic, VectorArithmetic where Element: AnimatableProperty {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:358:1: note: add '@retroactive' to silence this warning
extension Array: AnimatableProperty, AdditiveArithmetic, VectorArithmetic where Element: AnimatableProperty {
^                                    ~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~
                                     @retroactive AdditiveArithmetic @retroactive VectorArithmetic
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:16:57: error: cannot find type 'CALayer' in scope
public extension AnimatablePropertyProvider where Self: CALayer {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:69:35: error: cannot find type 'CALayer' in scope
public class LayerAnimator<Layer: CALayer>: PropertyAnimator<Layer> {
                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimatablePropertyProvider.swift:26:9: error: invalid redeclaration of 'animator'
    var animator: PropertyAnimator<Self> { getAssociatedValue("PropertyAnimator", object: self, initialValue: PropertyAnimator(self)) }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: note: 'animator' previously declared here
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: note: 'animator' previously declared here
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:14:11: error: cannot find type 'CALayer' in scope
extension CALayer: AnimatablePropertyProvider { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:233:61: error: cannot find type 'UIView' in scope
    public extension AnimatablePropertyProvider where Self: UIView {
                                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:284:37: error: cannot find type 'UIView' in scope
    public class ViewAnimator<View: UIView>: PropertyAnimator<View> {
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: error: invalid redeclaration of 'animator'
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:241:13: note: 'animator' previously declared here
        var animator: ViewAnimator<Self> { getAssociatedValue("PropertyAnimator", initialValue: ViewAnimator(self)) }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:241:13: note: 'animator' previously declared here
        var animator: ViewAnimator<Self> { getAssociatedValue("PropertyAnimator", initialValue: ViewAnimator(self)) }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:69:45: error: type 'Layer' does not conform to protocol 'AnimatablePropertyProvider'
public class LayerAnimator<Layer: CALayer>: PropertyAnimator<Layer> {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:172:27: error: cannot find type 'CATransform3D' in scope
    public var transform: CATransform3D {
                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:215:45: error: cannot find type 'CAShapeLayer' in scope
public extension LayerAnimator where Layer: CAShapeLayer {
                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:265:45: error: cannot find type 'CAReplicatorLayer' in scope
public extension LayerAnimator where Layer: CAReplicatorLayer {
                                            ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:273:28: error: cannot find type 'CATransform3D' in scope
    var instanceTransform: CATransform3D {
                           ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:309:45: error: cannot find type 'CATiledLayer' in scope
public extension LayerAnimator where Layer: CATiledLayer {
                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:317:45: error: cannot find type 'CAGradientLayer' in scope
public extension LayerAnimator where Layer: CAGradientLayer {
                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:343:45: error: cannot find type 'CAEmitterLayer' in scope
public extension LayerAnimator where Layer: CAEmitterLayer {
                                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:393:31: error: cannot find type 'CALayer' in scope
    func addSublayer(_ layer: CALayer) {
                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:415:11: error: cannot find type 'CAGradientLayer' in scope
extension CAGradientLayer {
          ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:422:19: error: cannot find type 'CAShapeLayer' in scope
private extension CAShapeLayer {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:429:19: error: cannot find type 'CAGradientLayer' in scope
private extension CAGradientLayer {
                  ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift:14:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint: AnimatablePropertyProvider {
          ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift:62:47: error: cannot find type 'NSLayoutConstraint' in scope
public class LayoutAnimator: PropertyAnimator<NSLayoutConstraint> {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:231:15: error: cannot find type 'UIView' in scope
    extension UIView: AnimatablePropertyProvider {}
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:284:46: error: type 'View' does not conform to protocol 'AnimatablePropertyProvider'
    public class ViewAnimator<View: UIView>: PropertyAnimator<View> {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:375:33: error: cannot find type 'CATransform3D' in scope
        public var transform3D: CATransform3D {
                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:429:40: error: cannot find type 'UIView' in scope
        public func addSubview(_ view: UIView) {
                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:673:47: error: cannot find type 'UITextField' in scope
    public extension ViewAnimator where View: UITextField {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:687:47: error: cannot find type 'UITextView' in scope
    public extension ViewAnimator where View: UITextView {
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:689:13: error: invalid redeclaration of 'fontSize'
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:695:13: error: invalid redeclaration of 'textColor'
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:701:47: error: cannot find type 'UIScrollView' in scope
    public extension ViewAnimator where View: UIScrollView {
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:736:47: error: cannot find type 'UIStackView' in scope
    public extension ViewAnimator where View: UIStackView {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:744:47: error: cannot find type 'UIImageView' in scope
    public extension ViewAnimator where View: UIImageView {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:746:13: error: invalid redeclaration of 'tintColor'
        var tintColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:752:47: error: cannot find type 'UIButton' in scope
    public extension ViewAnimator where View: UIButton {
                                              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:754:13: error: invalid redeclaration of 'tintColor'
        var tintColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:760:47: error: cannot find type 'UILabel' in scope
    public extension ViewAnimator where View: UILabel {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:762:13: error: invalid redeclaration of 'textColor'
        var textColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:768:13: error: invalid redeclaration of 'fontSize'
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:785:47: error: cannot find type 'UIProgressView' in scope
    public extension ViewAnimator where View: UIProgressView {
                                              ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/TimingFunction.swift:53:37: error: 'CAMediaTimingFunction' is unavailable in watchOS
    public init(_ caTimingFunction: CAMediaTimingFunction) {
                                    ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:166:28: error: 'Spring' is only available in watchOS 10.0 or newer
    init(_ spring: SwiftUI.Spring) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:166:5: note: add @available attribute to enclosing initializer
    init(_ spring: SwiftUI.Spring) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:37:15: note: add @available attribute to enclosing struct
public struct Spring: Sendable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:372:35: error: 'Spring' is only available in watchOS 10.0 or newer
    internal var swiftUI: SwiftUI.Spring {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:372:18: note: add @available attribute to enclosing property
    internal var swiftUI: SwiftUI.Spring {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:370:8: note: add @available attribute to enclosing extension
public extension Spring {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:21:26: error: cannot find type 'UIView' in scope
    typealias NSUIView = UIView
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:16:11: error: cannot find type 'CALayer' in scope
extension CALayer {
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:179:5: error: cannot find 'CATransaction' in scope
    CATransaction.begin()
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:180:5: error: cannot find 'CATransaction' in scope
    CATransaction.setDisableActions(true)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:182:5: error: cannot find 'CATransaction' in scope
    CATransaction.commit()
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift:12:11: error: 'CAMediaTimingFunction' is unavailable in watchOS
extension CAMediaTimingFunction {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    extension CATransform3D: Equatable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:5: note: add '@retroactive' to silence this warning
    extension CATransform3D: Equatable {
    ^                        ~~~~~~~~~
                             @retroactive Equatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:13:37: error: 'CATransform3D' is unavailable in watchOS
        public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                                    ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:13:57: error: 'CATransform3D' is unavailable in watchOS
        public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                                                        ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D: Equatable {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:18:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:16:25: error: cannot find type 'CALayer' in scope
class InnerShadowLayer: CALayer {
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:46:21: error: initializer does not override a designated initializer from its superclass
    override public init() {
    ~~~~~~~~        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:56:21: error: initializer does not override a designated initializer from its superclass
    override public init(layer: Any) {
    ~~~~~~~~        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:70:25: error: property does not override any property from its superclass
    override public var bounds: CGRect {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:77:25: error: property does not override any property from its superclass
    override public var cornerRadius: CGFloat {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/CoreGraphics+.swift:46:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGPoint: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/CoreGraphics+.swift:46:1: note: add '@retroactive' to silence this warning
extension CGPoint: Hashable {
^                  ~~~~~~~~
                   @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:15:1: warning: extension declares a conformance of imported type 'NSDirectionalRectEdge' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalRectEdge: Hashable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:15:1: note: add '@retroactive' to silence this warning
extension NSDirectionalRectEdge: Hashable {}
^                                ~~~~~~~~
                                 @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:38:5: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIEdgeInsets: Hashable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:38:5: note: add '@retroactive' to silence this warning
    extension UIEdgeInsets: Hashable {
    ^                       ~~~~~~~~
                            @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:91:1: warning: extension declares a conformance of imported type 'NSDirectionalEdgeInsets' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalEdgeInsets: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:91:1: note: add '@retroactive' to silence this warning
extension NSDirectionalEdgeInsets: Hashable {
^                                  ~~~~~~~~
                                   @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSValue+.swift:110:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:24:32: error: cannot find type 'UIScrollView' in scope
    typealias NSUIScrollView = UIScrollView
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:25:28: error: cannot find type 'UIScreen' in scope
    typealias NSUIScreen = UIScreen
                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:26:31: error: cannot find type 'UITextField' in scope
    typealias NSUITextField = UITextField
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:27:30: error: cannot find type 'UITextView' in scope
    typealias NSUITextView = UITextView
                             ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIView+.swift:134:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:41:136: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: DecayAnimation<T>, for keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                       ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:54:137: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: EasingAnimation<T>, for keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                        ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:67:160: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: SpringAnimation<T>, forKey key: String? = nil, keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                                               ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:12:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
                 ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:39:33: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation() -> CAKeyframeAnimation
                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:48:60: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(forFramerate framerate: Int) -> CAKeyframeAnimation
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:56:33: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation() -> CAKeyframeAnimation {
                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:60:60: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(forFramerate framerate: Int) -> CAKeyframeAnimation {
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:71:70: error: 'CAKeyframeAnimation' is unavailable in watchOS
    internal func keyframeAnimation(forFramerate framerate: Int?) -> CAKeyframeAnimation {
                                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:116:40: error: cannot find type 'UIScreen' in scope
    func keyframeAnimation(for screen: UIScreen) -> CAKeyframeAnimation {
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:116:53: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for screen: UIScreen) -> CAKeyframeAnimation {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:127:40: error: cannot find type 'UIWindow' in scope
    func keyframeAnimation(for window: UIWindow) -> CAKeyframeAnimation {
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:127:53: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for window: UIWindow) -> CAKeyframeAnimation {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:138:38: error: cannot find type 'UIView' in scope
    func keyframeAnimation(for view: UIView) -> CAKeyframeAnimation {
                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:138:49: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for view: UIView) -> CAKeyframeAnimation {
                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:217:11: error: cannot find type 'UIScreen' in scope
extension UIScreen {
          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift:115:11: error: cannot find type 'CATransform3D' in scope
extension CATransform3D: CAKeyframeAnimationValueConvertible {
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift:82:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift:130:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift:14:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:14:24: error: 'CATransform3D' is unavailable in watchOS
  static var identity: CATransform3D {
                       ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:19:27: error: 'CATransform3D' is unavailable in watchOS
  public static var zero: CATransform3D {
                          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:11:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D {
          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:384:26: error: 'CATransform3D' is unavailable in watchOS
    func recomposed() -> CATransform3D {
                         ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:316:18: error: 'CATransform3D' is unavailable in watchOS
public extension CATransform3D {
                 ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift:27:23: error: 'CATransform3D' is unavailable in watchOS
    init(_ transform: CATransform3D) {
                      ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift:367:23: error: 'CATransform3D' is unavailable in watchOS
    init(_ transform: CATransform3D) {
                      ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationState.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/AnimationController.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimatablePropertyProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimationProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Popover.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Window.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/BaseAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/ValueAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/EasingAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/TimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Misc/ColorAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Misc/Keyframe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/SpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/AssociatedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/NSUIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/KeyValueObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NSObject+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KeyPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/ApproximateEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/CVTimeStamp+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Comparable+Clamp.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/CoreGraphics+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSUIBezierpath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSUIEdgeInset+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSValue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Number+FloatInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Sequence+Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/TimeInterval+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/VectorArithmetic+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI\ Typealias.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Optional.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSScrollView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIScrollView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUITextField+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CGFloatVectorTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rotation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rubberband.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -profile-generate -profile-coverage-mapping -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/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima_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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Anima -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima.abi.json
SwiftCompile normal armv7k Compiling\ CAKeyframeAnimationEmittable+Layer.swift,\ CAKeyframeAnimationEmittable.swift,\ CAKeyframeAnimationValueConvertible.swift,\ BorderConfiguration.swift,\ ShadowConfiguration.swift,\ CALayerExtensions.swift,\ CATransform3DExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift (in target 'Anima' from project 'Anima')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Anima+AnimationConfiguration.swift,\ Anima+AnimationOptions.swift,\ Anima+AnimationState.swift,\ Anima.swift,\ AnimationController.swift,\ AnimatableArray.swift,\ AnimatableProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationState.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/AnimationController.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationConfiguration.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationOptions.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationState.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/AnimationController.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableArray.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CoreGraphics+.swift,\ NSUIBezierpath+.swift,\ NSUIEdgeInset+.swift,\ NSValue+.swift,\ Number+FloatInitializable.swift,\ Sequence+Sort.swift,\ TimeInterval+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/CoreGraphics+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/NSUIBezierpath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/NSUIEdgeInset+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/NSValue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Number+FloatInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Sequence+Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/TimeInterval+.swift (in target 'Anima' from project 'Anima')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/CoreGraphics+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/NSUIBezierpath+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/NSUIEdgeInset+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/NSValue+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Number+FloatInitializable.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Sequence+Sort.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/TimeInterval+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ KeyValueObserver.swift,\ NSObject+Observe.swift,\ NotificationCenter+.swift,\ KeyPath+.swift,\ ApproximateEquatable.swift,\ CVTimeStamp+.swift,\ Comparable+Clamp.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/KeyValueObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NSObject+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KeyPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/ApproximateEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/CVTimeStamp+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Comparable+Clamp.swift (in target 'Anima' from project 'Anima')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/KeyValueObserver.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NSObject+Observe.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NotificationCenter+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KeyPath+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/ApproximateEquatable.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/CVTimeStamp+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Comparable+Clamp.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima+AnimationState.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/AnimationController.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimatablePropertyProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimationProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Popover.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Window.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/BaseAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/ValueAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/EasingAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/TimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Misc/ColorAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Misc/Keyframe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/SpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/AssociatedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/NSUIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/KeyValueObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NSObject+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KeyPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/ApproximateEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/CVTimeStamp+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Comparable+Clamp.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/CoreGraphics+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSUIBezierpath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSUIEdgeInset+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/NSValue+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Number+FloatInitializable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/Sequence+Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/TimeInterval+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ \&\ Geometry/VectorArithmetic+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI\ Typealias.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Optional.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSScrollView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIScrollView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUITextField+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIView+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CGFloatVectorTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rotation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rubberband.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -profile-generate -profile-coverage-mapping -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/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima_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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Anima -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima.abi.json
EmitSwiftModule normal arm64 (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/Anima.swift:258:48: error: cannot find type 'CAFrameRateRange' in scope
    public static var preferredFrameRateRange: CAFrameRateRange {
                                               ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Anima/AnimationController.swift:30:41: error: cannot find type 'CAFrameRateRange' in scope
    public var preferredFrameRateRange: CAFrameRateRange {
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:241:1: warning: extension declares a conformance of imported type 'CGAffineTransform' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGAffineTransform: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:241:1: note: add '@retroactive' to silence this warning
extension CGAffineTransform: AnimatableProperty, Animatable {
^                                                ~~~~~~~~~~
                                                 @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:256:1: warning: extension declares a conformance of imported type 'NSDirectionalEdgeInsets' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalEdgeInsets: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:256:1: note: add '@retroactive' to silence this warning
extension NSDirectionalEdgeInsets: AnimatableProperty, Animatable {
^                                                      ~~~~~~~~~~
                                                       @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:279:5: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIEdgeInsets: AnimatableProperty, Animatable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:279:5: note: add '@retroactive' to silence this warning
    extension UIEdgeInsets: AnimatableProperty, Animatable {
    ^                                           ~~~~~~~~~~
                                                @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:291:1: warning: extension declares a conformance of imported type 'CGVector' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGVector: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:291:1: note: add '@retroactive' to silence this warning
extension CGVector: AnimatableProperty, Animatable {
^                                       ~~~~~~~~~~
                                        @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Animatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CATransform3D: AnimatableProperty, Animatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:1: note: add '@retroactive' to silence this warning
extension CATransform3D: AnimatableProperty, Animatable {
^                                            ~~~~~~~~~~
                                             @retroactive Animatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:302:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D: AnimatableProperty, Animatable {
          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:358:1: warning: extension declares a conformance of imported type 'Array' to imported protocols 'AdditiveArithmetic', 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Array: AnimatableProperty, AdditiveArithmetic, VectorArithmetic where Element: AnimatableProperty {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:358:1: note: add '@retroactive' to silence this warning
extension Array: AnimatableProperty, AdditiveArithmetic, VectorArithmetic where Element: AnimatableProperty {
^                                    ~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~
                                     @retroactive AdditiveArithmetic @retroactive VectorArithmetic
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:16:57: error: cannot find type 'CALayer' in scope
public extension AnimatablePropertyProvider where Self: CALayer {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:69:35: error: cannot find type 'CALayer' in scope
public class LayerAnimator<Layer: CALayer>: PropertyAnimator<Layer> {
                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimatablePropertyProvider.swift:26:9: error: invalid redeclaration of 'animator'
    var animator: PropertyAnimator<Self> { getAssociatedValue("PropertyAnimator", object: self, initialValue: PropertyAnimator(self)) }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: note: 'animator' previously declared here
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: note: 'animator' previously declared here
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:14:11: error: cannot find type 'CALayer' in scope
extension CALayer: AnimatablePropertyProvider { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:233:61: error: cannot find type 'UIView' in scope
    public extension AnimatablePropertyProvider where Self: UIView {
                                                            ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:284:37: error: cannot find type 'UIView' in scope
    public class ViewAnimator<View: UIView>: PropertyAnimator<View> {
                                    ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:24:9: error: invalid redeclaration of 'animator'
    var animator: LayerAnimator<Self> {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:241:13: note: 'animator' previously declared here
        var animator: ViewAnimator<Self> { getAssociatedValue("PropertyAnimator", initialValue: ViewAnimator(self)) }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:241:13: note: 'animator' previously declared here
        var animator: ViewAnimator<Self> { getAssociatedValue("PropertyAnimator", initialValue: ViewAnimator(self)) }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:69:45: error: type 'Layer' does not conform to protocol 'AnimatablePropertyProvider'
public class LayerAnimator<Layer: CALayer>: PropertyAnimator<Layer> {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:172:27: error: cannot find type 'CATransform3D' in scope
    public var transform: CATransform3D {
                          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:215:45: error: cannot find type 'CAShapeLayer' in scope
public extension LayerAnimator where Layer: CAShapeLayer {
                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:265:45: error: cannot find type 'CAReplicatorLayer' in scope
public extension LayerAnimator where Layer: CAReplicatorLayer {
                                            ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:273:28: error: cannot find type 'CATransform3D' in scope
    var instanceTransform: CATransform3D {
                           ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:309:45: error: cannot find type 'CATiledLayer' in scope
public extension LayerAnimator where Layer: CATiledLayer {
                                            ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:317:45: error: cannot find type 'CAGradientLayer' in scope
public extension LayerAnimator where Layer: CAGradientLayer {
                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:343:45: error: cannot find type 'CAEmitterLayer' in scope
public extension LayerAnimator where Layer: CAEmitterLayer {
                                            ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:393:31: error: cannot find type 'CALayer' in scope
    func addSublayer(_ layer: CALayer) {
                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:415:11: error: cannot find type 'CAGradientLayer' in scope
extension CAGradientLayer {
          ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:422:19: error: cannot find type 'CAShapeLayer' in scope
private extension CAShapeLayer {
                  ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layer.swift:429:19: error: cannot find type 'CAGradientLayer' in scope
private extension CAGradientLayer {
                  ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift:14:11: error: cannot find type 'NSLayoutConstraint' in scope
extension NSLayoutConstraint: AnimatablePropertyProvider {
          ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+Layout.swift:62:47: error: cannot find type 'NSLayoutConstraint' in scope
public class LayoutAnimator: PropertyAnimator<NSLayoutConstraint> {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:231:15: error: cannot find type 'UIView' in scope
    extension UIView: AnimatablePropertyProvider {}
              ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:284:46: error: type 'View' does not conform to protocol 'AnimatablePropertyProvider'
    public class ViewAnimator<View: UIView>: PropertyAnimator<View> {
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:375:33: error: cannot find type 'CATransform3D' in scope
        public var transform3D: CATransform3D {
                                ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:429:40: error: cannot find type 'UIView' in scope
        public func addSubview(_ view: UIView) {
                                       ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:673:47: error: cannot find type 'UITextField' in scope
    public extension ViewAnimator where View: UITextField {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:687:47: error: cannot find type 'UITextView' in scope
    public extension ViewAnimator where View: UITextView {
                                              ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:689:13: error: invalid redeclaration of 'fontSize'
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:695:13: error: invalid redeclaration of 'textColor'
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:701:47: error: cannot find type 'UIScrollView' in scope
    public extension ViewAnimator where View: UIScrollView {
                                              ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:736:47: error: cannot find type 'UIStackView' in scope
    public extension ViewAnimator where View: UIStackView {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:744:47: error: cannot find type 'UIImageView' in scope
    public extension ViewAnimator where View: UIImageView {
                                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:746:13: error: invalid redeclaration of 'tintColor'
        var tintColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:752:47: error: cannot find type 'UIButton' in scope
    public extension ViewAnimator where View: UIButton {
                                              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:754:13: error: invalid redeclaration of 'tintColor'
        var tintColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:335:20: note: 'tintColor' previously declared here
        public var tintColor: UIColor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:760:47: error: cannot find type 'UILabel' in scope
    public extension ViewAnimator where View: UILabel {
                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:762:13: error: invalid redeclaration of 'textColor'
        var textColor: UIColor {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:675:13: note: 'textColor' previously declared here
        var textColor: UIColor? {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:768:13: error: invalid redeclaration of 'fontSize'
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:681:13: note: 'fontSize' previously declared here
        var fontSize: CGFloat {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator+View.swift:785:47: error: cannot find type 'UIProgressView' in scope
    public extension ViewAnimator where View: UIProgressView {
                                              ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/TimingFunction.swift:53:37: error: 'CAMediaTimingFunction' is unavailable in watchOS
    public init(_ caTimingFunction: CAMediaTimingFunction) {
                                    ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:166:28: error: 'Spring' is only available in watchOS 10.0 or newer
    init(_ spring: SwiftUI.Spring) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:166:5: note: add @available attribute to enclosing initializer
    init(_ spring: SwiftUI.Spring) {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:37:15: note: add @available attribute to enclosing struct
public struct Spring: Sendable, Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:372:35: error: 'Spring' is only available in watchOS 10.0 or newer
    internal var swiftUI: SwiftUI.Spring {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:372:18: note: add @available attribute to enclosing property
    internal var swiftUI: SwiftUI.Spring {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Spring/Spring.swift:370:8: note: add @available attribute to enclosing extension
public extension Spring {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:21:26: error: cannot find type 'UIView' in scope
    typealias NSUIView = UIView
                         ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:16:11: error: cannot find type 'CALayer' in scope
extension CALayer {
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:179:5: error: cannot find 'CATransaction' in scope
    CATransaction.begin()
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:180:5: error: cannot find 'CATransaction' in scope
    CATransaction.setDisableActions(true)
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift:182:5: error: cannot find 'CATransaction' in scope
    CATransaction.commit()
    ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift:12:11: error: 'CAMediaTimingFunction' is unavailable in watchOS
extension CAMediaTimingFunction {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    extension CATransform3D: Equatable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:5: note: add '@retroactive' to silence this warning
    extension CATransform3D: Equatable {
    ^                        ~~~~~~~~~
                             @retroactive Equatable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:13:37: error: 'CATransform3D' is unavailable in watchOS
        public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                                    ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:13:57: error: 'CATransform3D' is unavailable in watchOS
        public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
                                                        ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:12:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D: Equatable {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift:18:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:16:25: error: cannot find type 'CALayer' in scope
class InnerShadowLayer: CALayer {
                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:46:21: error: initializer does not override a designated initializer from its superclass
    override public init() {
    ~~~~~~~~        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:56:21: error: initializer does not override a designated initializer from its superclass
    override public init(layer: Any) {
    ~~~~~~~~        ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:70:25: error: property does not override any property from its superclass
    override public var bounds: CGRect {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift:77:25: error: property does not override any property from its superclass
    override public var cornerRadius: CGFloat {
    ~~~~~~~~            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/CoreGraphics+.swift:46:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGPoint: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/CoreGraphics+.swift:46:1: note: add '@retroactive' to silence this warning
extension CGPoint: Hashable {
^                  ~~~~~~~~
                   @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:15:1: warning: extension declares a conformance of imported type 'NSDirectionalRectEdge' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalRectEdge: Hashable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:15:1: note: add '@retroactive' to silence this warning
extension NSDirectionalRectEdge: Hashable {}
^                                ~~~~~~~~
                                 @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:38:5: warning: extension declares a conformance of imported type 'UIEdgeInsets' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    extension UIEdgeInsets: Hashable {
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:38:5: note: add '@retroactive' to silence this warning
    extension UIEdgeInsets: Hashable {
    ^                       ~~~~~~~~
                            @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:91:1: warning: extension declares a conformance of imported type 'NSDirectionalEdgeInsets' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension NSDirectionalEdgeInsets: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSUIEdgeInset+.swift:91:1: note: add '@retroactive' to silence this warning
extension NSDirectionalEdgeInsets: Hashable {
^                                  ~~~~~~~~
                                   @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math & Geometry/NSValue+.swift:110:15: error: 'CATransform3D' is unavailable in watchOS
    extension CATransform3D {
              ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:24:32: error: cannot find type 'UIScrollView' in scope
    typealias NSUIScrollView = UIScrollView
                               ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:25:28: error: cannot find type 'UIScreen' in scope
    typealias NSUIScreen = UIScreen
                           ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:26:31: error: cannot find type 'UITextField' in scope
    typealias NSUITextField = UITextField
                              ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI Typealias.swift:27:30: error: cannot find type 'UITextView' in scope
    typealias NSUITextView = UITextView
                             ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Views/NSUIView+.swift:134:11: error: cannot find type 'UIView' in scope
extension UIView {
          ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:41:136: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: DecayAnimation<T>, for keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                       ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:54:137: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: EasingAnimation<T>, for keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                        ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:67:160: error: 'CALayer' is unavailable in watchOS
    func add<T: AnimatableProperty & CAKeyframeAnimationValueConvertible>(_ animation: SpringAnimation<T>, forKey key: String? = nil, keyPath: WritableKeyPath<CALayer, T>) {
                                                                                                                                                               ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift:12:18: error: 'CALayer' is unavailable in watchOS
public extension CALayer {
                 ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:39:33: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation() -> CAKeyframeAnimation
                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:48:60: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(forFramerate framerate: Int) -> CAKeyframeAnimation
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:56:33: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation() -> CAKeyframeAnimation {
                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:60:60: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(forFramerate framerate: Int) -> CAKeyframeAnimation {
                                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:71:70: error: 'CAKeyframeAnimation' is unavailable in watchOS
    internal func keyframeAnimation(forFramerate framerate: Int?) -> CAKeyframeAnimation {
                                                                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:116:40: error: cannot find type 'UIScreen' in scope
    func keyframeAnimation(for screen: UIScreen) -> CAKeyframeAnimation {
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:116:53: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for screen: UIScreen) -> CAKeyframeAnimation {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:127:40: error: cannot find type 'UIWindow' in scope
    func keyframeAnimation(for window: UIWindow) -> CAKeyframeAnimation {
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:127:53: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for window: UIWindow) -> CAKeyframeAnimation {
                                                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:138:38: error: cannot find type 'UIView' in scope
    func keyframeAnimation(for view: UIView) -> CAKeyframeAnimation {
                                     ^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:138:49: error: 'CAKeyframeAnimation' is unavailable in watchOS
    func keyframeAnimation(for view: UIView) -> CAKeyframeAnimation {
                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:217:11: error: cannot find type 'UIScreen' in scope
extension UIScreen {
          ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift:115:11: error: cannot find type 'CATransform3D' in scope
extension CATransform3D: CAKeyframeAnimationValueConvertible {
          ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift:82:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift:130:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift:14:11: error: 'CALayer' is unavailable in watchOS
extension CALayer {
          ^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:14:24: error: 'CATransform3D' is unavailable in watchOS
  static var identity: CATransform3D {
                       ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:19:27: error: 'CATransform3D' is unavailable in watchOS
  public static var zero: CATransform3D {
                          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:11:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D {
          ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:384:26: error: 'CATransform3D' is unavailable in watchOS
    func recomposed() -> CATransform3D {
                         ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift:316:18: error: 'CATransform3D' is unavailable in watchOS
public extension CATransform3D {
                 ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift:27:23: error: 'CATransform3D' is unavailable in watchOS
    init(_ transform: CATransform3D) {
                      ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/SIMDDecomposed.swift:367:23: error: 'CATransform3D' is unavailable in watchOS
    init(_ transform: CATransform3D) {
                      ^~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
SwiftCompile normal arm64_32 Compiling\ CAKeyframeAnimationEmittable+Layer.swift,\ CAKeyframeAnimationEmittable.swift,\ CAKeyframeAnimationValueConvertible.swift,\ BorderConfiguration.swift,\ ShadowConfiguration.swift,\ CALayerExtensions.swift,\ CATransform3DExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/BorderConfiguration.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/ContentConfiguration/ShadowConfiguration.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CALayerExtensions.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CATransform3DExtensions.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ KeyValueObserver.swift,\ NSObject+Observe.swift,\ NotificationCenter+.swift,\ KeyPath+.swift,\ ApproximateEquatable.swift,\ CVTimeStamp+.swift,\ Comparable+Clamp.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/KeyValueObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NSObject+Observe.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NotificationCenter+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KeyPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/ApproximateEquatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/CVTimeStamp+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Comparable+Clamp.swift (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/KeyValueObserver.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NSObject+Observe.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KVO/NotificationCenter+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/KeyPath+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/ApproximateEquatable.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/CVTimeStamp+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/Comparable+Clamp.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ PropertyAnimator.swift,\ BaseAnimation.swift,\ ValueAnimation.swift,\ CubicAnimation.swift,\ CubicFunction.swift,\ DecayAnimation.swift,\ DecayFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/BaseAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/ValueAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayFunction.swift (in target 'Anima' from project 'Anima')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/BaseAnimation.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Base/ValueAnimation.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicAnimation.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Cubic/CubicFunction.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayAnimation.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Decay/DecayFunction.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGColor+.swift,\ NSUIColor+.swift,\ CALayer+.swift,\ CAMediaTimingFunction+.swift,\ CATransform3D+.swift,\ InnerShadowLayer.swift,\ DisplayLink+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/NSUIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift (in target 'Anima' from project 'Anima')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'Anima' from project 'Anima')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
	EmitSwiftModule normal armv7k (in target 'Anima' from project 'Anima')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
	EmitSwiftModule normal arm64 (in target 'Anima' from project 'Anima')
	SwiftCompile normal arm64 Compiling\ CGColor+.swift,\ NSUIColor+.swift,\ CALayer+.swift,\ CAMediaTimingFunction+.swift,\ CATransform3D+.swift,\ InnerShadowLayer.swift,\ DisplayLink+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/NSUIColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CALayer+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/CoreAnimation/InnerShadowLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift (in target 'Anima' from project 'Anima')
	Building workspace spi-builder-workspace with scheme Anima
(8 failures)
BUILD FAILURE 6.1 watchOS