The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Anima, reference main (edbde6), with Swift 6.1 for watchOS using Xcode 16.3 on 8 Feb 2026 21:31:27 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

    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/DisplayLink+Combine.swift:119:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'DisplayLink' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = DisplayLink()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift:24:13: note: class 'DisplayLink' does not conform to the 'Sendable' protocol
final class DisplayLink: Publisher {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift:119:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = DisplayLink()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/DisplayLink+Combine.swift:119:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = DisplayLink()
               ^
    nonisolated(unsafe)
/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/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
       ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rotation.swift:24:23: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var zero: Rotation = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rotation.swift:24:23: note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    public static var zero: Rotation = .init()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rotation.swift:24:23: note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    public static var zero: Rotation = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Rotation.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var zero: Rotation = .init()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:24:23: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var zero: Scale = .init(0, 0, 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:24:23: note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    public static var zero: Scale = .init(0, 0, 0)
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:24:23: note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    public static var zero: Scale = .init(0, 0, 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var zero: Scale = .init(0, 0, 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:27:23: warning: static property 'none' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var none: Scale = .init()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:27:23: note: convert 'none' to a 'let' constant to make 'Sendable' shared state immutable
    public static var none: Scale = .init()
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:27:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    public static var none: Scale = .init()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Scale.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var none: Scale = .init()
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
EmitSwiftModule normal arm64_32 (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ NSObject+Observe.swift,\ NotificationCenter+.swift,\ KeyPath+.swift,\ ApproximateEquatable.swift,\ CVTimeStamp+.swift,\ Comparable+Clamp.swift,\ CoreGraphics+.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 (in target 'Anima' from project 'Anima')
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

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 Compiling\ NSUIBezierpath+.swift,\ NSUIEdgeInset+.swift,\ NSValue+.swift,\ Number+FloatInitializable.swift,\ Sequence+Sort.swift,\ TimeInterval+.swift,\ VectorArithmetic+.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 (in target 'Anima' from project 'Anima')
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 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/VectorArithmetic+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSUIBezierpath+.swift,\ NSUIEdgeInset+.swift,\ NSValue+.swift,\ Number+FloatInitializable.swift,\ Sequence+Sort.swift,\ TimeInterval+.swift,\ VectorArithmetic+.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 (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64 /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 arm64 /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 arm64 /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 arm64 /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 arm64 /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 arm64 /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 arm64 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Math\ &\ Geometry/VectorArithmetic+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CAKeyframeAnimationEmittable+Layer.swift,\ CAKeyframeAnimationEmittable.swift,\ CAKeyframeAnimationValueConvertible.swift,\ ColorMath.swift,\ BorderConfiguration.swift,\ ShadowConfiguration.swift,\ CALayerExtensions.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/ColorMath.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 (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/ColorMath.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 arm64_32 Compiling\ CAKeyframeAnimationEmittable+Layer.swift,\ CAKeyframeAnimationEmittable.swift,\ CAKeyframeAnimationValueConvertible.swift,\ ColorMath.swift,\ BorderConfiguration.swift,\ ShadowConfiguration.swift,\ CALayerExtensions.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/ColorMath.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 (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/ColorMath.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 armv7k Compiling\ BaseAnimation.swift,\ ValueAnimation.swift,\ CubicAnimation.swift,\ CubicFunction.swift,\ DecayAnimation.swift,\ DecayFunction.swift,\ EasingAnimation.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 (in target 'Anima' from project 'Anima')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
	EmitSwiftModule normal armv7k (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 armv7k Compiling\ BaseAnimation.swift,\ ValueAnimation.swift,\ CubicAnimation.swift,\ CubicFunction.swift,\ DecayAnimation.swift,\ DecayFunction.swift,\ EasingAnimation.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 (in target 'Anima' from project 'Anima')
	Building workspace spi-builder-workspace with scheme Anima
(6 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Anima: /Users/admin/builder/spi-builder-workspace
resolved source packages: Anima
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Anima",
  "name" : "Anima",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Anima",
      "targets" : [
        "Anima"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnimaTests",
      "module_type" : "SwiftTarget",
      "name" : "AnimaTests",
      "path" : "Tests/AnimaTests",
      "sources" : [
        "AnimaTests.swift"
      ],
      "target_dependencies" : [
        "Anima"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Anima",
      "module_type" : "SwiftTarget",
      "name" : "Anima",
      "path" : "Sources/Anima",
      "product_memberships" : [
        "Anima"
      ],
      "sources" : [
        "Anima/Anima+AnimationConfiguration.swift",
        "Anima/Anima+AnimationOptions.swift",
        "Anima/Anima+AnimationState.swift",
        "Anima/Anima+ColorSpace.swift",
        "Anima/Anima.swift",
        "Anima/AnimationController.swift",
        "AnimatableProperty/AnimatableArray.swift",
        "AnimatableProperty/AnimatableProperty.swift",
        "AnimatablePropertyProvider/AnimatablePropertyProvider.swift",
        "AnimatablePropertyProvider/AnimationProvider.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layer.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layout.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Popover.swift",
        "AnimatablePropertyProvider/PropertyAnimator+View.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Window.swift",
        "AnimatablePropertyProvider/PropertyAnimator.swift",
        "Animations/Base/BaseAnimation.swift",
        "Animations/Base/ValueAnimation.swift",
        "Animations/Cubic/CubicAnimation.swift",
        "Animations/Cubic/CubicFunction.swift",
        "Animations/Decay/DecayAnimation.swift",
        "Animations/Decay/DecayFunction.swift",
        "Animations/Easing/EasingAnimation.swift",
        "Animations/Easing/TimingFunction.swift",
        "Animations/Misc/ColorAnimation.swift",
        "Animations/Misc/Keyframe.swift",
        "Animations/Spring/Spring.swift",
        "Animations/Spring/SpringAnimation.swift",
        "Extensions/AssociatedValue.swift",
        "Extensions/Colors/CGColor+.swift",
        "Extensions/Colors/NSUIColor+.swift",
        "Extensions/CoreAnimation/CALayer+.swift",
        "Extensions/CoreAnimation/CAMediaTimingFunction+.swift",
        "Extensions/CoreAnimation/CATransform3D+.swift",
        "Extensions/CoreAnimation/InnerShadowLayer.swift",
        "Extensions/DisplayLink+Combine.swift",
        "Extensions/KVO/KeyValueObserver.swift",
        "Extensions/KVO/NSObject+Observe.swift",
        "Extensions/KVO/NotificationCenter+.swift",
        "Extensions/KeyPath+.swift",
        "Extensions/Math & Geometry/ApproximateEquatable.swift",
        "Extensions/Math & Geometry/CVTimeStamp+.swift",
        "Extensions/Math & Geometry/Comparable+Clamp.swift",
        "Extensions/Math & Geometry/CoreGraphics+.swift",
        "Extensions/Math & Geometry/NSUIBezierpath+.swift",
        "Extensions/Math & Geometry/NSUIEdgeInset+.swift",
        "Extensions/Math & Geometry/NSValue+.swift",
        "Extensions/Math & Geometry/Number+FloatInitializable.swift",
        "Extensions/Math & Geometry/Sequence+Sort.swift",
        "Extensions/Math & Geometry/TimeInterval+.swift",
        "Extensions/Math & Geometry/VectorArithmetic+.swift",
        "Extensions/NSUI Typealias.swift",
        "Extensions/Optional.swift",
        "Extensions/SIMD+.swift",
        "Extensions/Views/NSScrollView+.swift",
        "Extensions/Views/NSUIScrollView+.swift",
        "Extensions/Views/NSUITextField+.swift",
        "Extensions/Views/NSUIView+.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift",
        "Misc/ColorMath.swift",
        "Misc/ContentConfiguration/BorderConfiguration.swift",
        "Misc/ContentConfiguration/ShadowConfiguration.swift",
        "Misc/Decomposed/CALayerExtensions.swift",
        "Misc/Decomposed/CATransform3DExtensions.swift",
        "Misc/Decomposed/CGFloatVectorTypes.swift",
        "Misc/Decomposed/SIMDConvenienceExtensions.swift",
        "Misc/Decomposed/SIMDDecomposed.swift",
        "Misc/Rotation.swift",
        "Misc/Rubberband.swift",
        "Misc/Scale.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Anima"
    ]
  }
}
Running build ...
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
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Anima -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Anima: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'AnimaTests' in project 'Anima'
        ➜ Explicit dependency on target 'Anima' in project 'Anima'
    Target 'Anima' in project 'Anima'
        ➜ Explicit dependency on target 'Anima' in project 'Anima'
    Target 'Anima' in project 'Anima' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: ccdca672a3cffa28bf08f95b65b7b016
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ccdca672a3cffa28bf08f95b65b7b016.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver Anima normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Anima -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/armv7k/Anima_const_extract_protocols.json -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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Anima normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Anima -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64/Anima_const_extract_protocols.json -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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Anima normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Anima -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/Objects-normal/arm64_32/Anima.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Anima.build/Debug-watchos/Anima.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /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 -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 -emit-objc-header -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 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
EmitSwiftModule normal arm64_32 (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:31:41: error: cannot find type 'CAFrameRateRange' in scope
    public var preferredFrameRateRange: CAFrameRateRange {
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:200: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:200: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:231: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:231: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:247: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:247: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:262: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:262: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:262: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:334: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:334: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/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+ColorSpace.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/SIMD+.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/ColorMath.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
SwiftCompile normal arm64_32 Compiling\ NSUIColor+.swift,\ CALayer+.swift,\ CAMediaTimingFunction+.swift,\ CATransform3D+.swift,\ InnerShadowLayer.swift,\ DisplayLink+Combine.swift,\ KeyValueObserver.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 (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/Colors/NSUIColor+.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/CoreAnimation/CALayer+.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/CoreAnimation/CAMediaTimingFunction+.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/CoreAnimation/CATransform3D+.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/CoreAnimation/InnerShadowLayer.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/DisplayLink+Combine.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/KeyValueObserver.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+ColorSpace.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+ColorSpace.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+ColorSpace.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 arm64_32 Compiling\ AnimatablePropertyProvider.swift,\ AnimationProvider.swift,\ PropertyAnimator+Layer.swift,\ PropertyAnimator+Layout.swift,\ PropertyAnimator+Popover.swift,\ PropertyAnimator+View.swift,\ PropertyAnimator+Window.swift,\ PropertyAnimator.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 (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/AnimatablePropertyProvider.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/AnimatablePropertyProvider/AnimationProvider.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/AnimatablePropertyProvider/PropertyAnimator+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/AnimatablePropertyProvider/PropertyAnimator+Layout.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/AnimatablePropertyProvider/PropertyAnimator+Popover.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/AnimatablePropertyProvider/PropertyAnimator+View.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/AnimatablePropertyProvider/PropertyAnimator+Window.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/AnimatablePropertyProvider/PropertyAnimator.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ BaseAnimation.swift,\ ValueAnimation.swift,\ CubicAnimation.swift,\ CubicFunction.swift,\ DecayAnimation.swift,\ DecayFunction.swift,\ EasingAnimation.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 (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /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 arm64_32 /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 arm64_32 /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 arm64_32 /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 arm64_32 /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 arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/EasingAnimation.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ TimingFunction.swift,\ ColorAnimation.swift,\ Keyframe.swift,\ Spring.swift,\ SpringAnimation.swift,\ AssociatedValue.swift,\ CGColor+.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 (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Animations/Easing/TimingFunction.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/Animations/Misc/ColorAnimation.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/Animations/Misc/Keyframe.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/Animations/Spring/Spring.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/Animations/Spring/SpringAnimation.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/AssociatedValue.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/Colors/CGColor+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ NSUI\ Typealias.swift,\ Optional.swift,\ SIMD+.swift,\ NSScrollView+.swift,\ NSUIScrollView+.swift,\ NSUITextField+.swift,\ NSUIView+.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/SIMD+.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 (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Extensions/NSUI\ Typealias.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/Optional.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/SIMD+.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/Views/NSScrollView+.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/Views/NSUIScrollView+.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/Views/NSUITextField+.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/Views/NSUIView+.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CAKeyframeAnimationEmittable+Layer.swift,\ CAKeyframeAnimationEmittable.swift,\ CAKeyframeAnimationValueConvertible.swift,\ ColorMath.swift,\ BorderConfiguration.swift,\ ShadowConfiguration.swift,\ CALayerExtensions.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/ColorMath.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 (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/ColorMath.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

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+ColorSpace.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/SIMD+.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/ColorMath.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:31:41: error: cannot find type 'CAFrameRateRange' in scope
    public var preferredFrameRateRange: CAFrameRateRange {
                                        ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Anima/AnimatableProperty/AnimatableProperty.swift:200: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:200: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:231: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:231: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:247: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:247: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:262: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:262: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:262: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:334: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:334: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/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 Compiling\ CATransform3DExtensions.swift,\ CGFloatVectorTypes.swift,\ SIMDConvenienceExtensions.swift,\ SIMDDecomposed.swift,\ Rotation.swift,\ Rubberband.swift,\ Scale.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 (in target 'Anima' from project 'Anima')
SwiftCompile normal arm64 /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 /Users/admin/builder/spi-builder-workspace/Sources/Anima/Misc/Decomposed/CGFloatVectorTypes.swift (in target 'Anima' from project 'Anima')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftEmitModule normal armv7k Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
Command SwiftEmitModule 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')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
	EmitSwiftModule normal arm64 (in target 'Anima' from project 'Anima')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Anima (in target 'Anima' from project 'Anima')
	Building workspace spi-builder-workspace with scheme Anima
(6 failures)
BUILD FAILURE 6.1 watchOS