The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SDCALayer, reference main (f05643), with Swift 6.3 for watchOS using Xcode 26.4 on 14 Apr 2026 11:18:35 UTC.

Build Command

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

Build Log

        case .rotateY: self = .rotateY
              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:37:37: note: 'rotateY' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionRotateY
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:33:15: error: 'rotateZ' is unavailable in watchOS
        case .rotateZ: self = .rotateZ
              ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:39:37: note: 'rotateZ' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionRotateZ
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:34:15: error: 'scale' is unavailable in watchOS
        case .scale: self = .scale
              ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:45:37: note: 'scale' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScale
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:35:15: error: 'scaleX' is unavailable in watchOS
        case .scaleX: self = .scaleX
              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:52:37: note: 'scaleX' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScaleX
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:36:15: error: 'scaleY' is unavailable in watchOS
        case .scaleY: self = .scaleY
              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:54:37: note: 'scaleY' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScaleY
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:37:15: error: 'scaleZ' is unavailable in watchOS
        case .scaleZ: self = .scaleZ
              ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:56:37: note: 'scaleZ' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScaleZ
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:38:15: error: 'translate' is unavailable in watchOS
        case .translate: self = .translate
              ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:62:37: note: 'translate' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslate
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:39:15: error: 'translateX' is unavailable in watchOS
        case .translateX: self = .translateX
              ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:69:37: note: 'translateX' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslateX
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:40:15: error: 'translateY' is unavailable in watchOS
        case .translateY: self = .translateY
              ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:71:37: note: 'translateY' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslateY
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:41:15: error: 'translateZ' is unavailable in watchOS
        case .translateZ: self = .translateZ
              ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:73:37: note: 'translateZ' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslateZ
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:48:37: error: 'rotateX' is unavailable in watchOS
        case .rotateX: .init(name: .rotateX)
                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:35:37: note: 'rotateX' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionRotateX
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:49:37: error: 'rotateY' is unavailable in watchOS
        case .rotateY: .init(name: .rotateY)
                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:37:37: note: 'rotateY' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionRotateY
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:50:37: error: 'rotateZ' is unavailable in watchOS
        case .rotateZ: .init(name: .rotateZ)
                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:39:37: note: 'rotateZ' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionRotateZ
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:51:35: error: 'scale' is unavailable in watchOS
        case .scale: .init(name: .scale)
                                  ^~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:45:37: note: 'scale' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScale
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:52:36: error: 'scaleX' is unavailable in watchOS
        case .scaleX: .init(name: .scaleX)
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:52:37: note: 'scaleX' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScaleX
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:53:36: error: 'scaleY' is unavailable in watchOS
        case .scaleY: .init(name: .scaleY)
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:54:37: note: 'scaleY' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScaleY
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:54:36: error: 'scaleZ' is unavailable in watchOS
        case .scaleZ: .init(name: .scaleZ)
                                   ^~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:56:37: note: 'scaleZ' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionScaleZ
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:55:39: error: 'translate' is unavailable in watchOS
        case .translate: .init(name: .translate)
                                      ^~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:62:37: note: 'translate' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslate
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:56:40: error: 'translateX' is unavailable in watchOS
        case .translateX: .init(name: .translateX)
                                       ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:69:37: note: 'translateX' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslateX
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:57:40: error: 'translateY' is unavailable in watchOS
        case .translateY: .init(name: .translateY)
                                       ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:71:37: note: 'translateY' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslateY
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:58:40: error: 'translateZ' is unavailable in watchOS
        case .translateZ: .init(name: .translateZ)
                                       ^~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:73:37: note: 'translateZ' has been explicitly marked unavailable here
CA_EXTERN CAValueFunctionName const kCAValueFunctionTranslateZ
                                    ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:14:31: error: 'CAGradientLayer' is unavailable in watchOS
    public typealias Target = CAGradientLayer
                              ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:28:49: error: 'CAGradientLayer' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CAGradientLayer, JCAGradientLayer> = .init([
                                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:62:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:82:51: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(to target: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:96:53: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(with target: CALayer) {
                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:116:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:126:31: error: 'CAGradientLayerType' is unavailable in watchOS
    public typealias Target = CAGradientLayerType
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' has been explicitly marked unavailable here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:125:20: warning: unavailable struct 'CAGradientLayerType' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAGradientLayerType: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' declared here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:125:20: warning: unavailable struct 'CAGradientLayerType' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAGradientLayerType: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' declared here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:85:39: error: 'CAGradientLayer' is unavailable in watchOS
        guard let target = target as? CAGradientLayer else { return }
                                      ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:99:39: error: 'CAGradientLayer' is unavailable in watchOS
        guard let target = target as? CAGradientLayer else { return }
                                      ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift:117:21: error: 'CAGradientLayer' is unavailable in watchOS
        let layer = CAGradientLayer()
                    ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
SwiftCompile normal armv7k Compiling\ JCATiledLayer.swift,\ JCATransformLayer.swift,\ CAAnimationConvertible.swift,\ CALayerConvertible.swift,\ OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift (in target 'SDCALayer' from project 'SDCALayer')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/Codable+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/RawIndirectlyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/exported.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/supplementaryOutputs-28 -target armv7k-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer-dependencies-2.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer.swiftmodule -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SDCALayer -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATiledLayer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATransformLayer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAAnimationConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayerConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/OptionalType.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATiledLayer.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATransformLayer.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAAnimationConvertible.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayerConvertible.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/OptionalType.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:14:31: error: 'CATiledLayer' is unavailable in watchOS
    public typealias Target = CATiledLayer
                              ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:26:49: error: 'CATiledLayer' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CATiledLayer, JCATiledLayer> = .init([
                                                ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:51:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:67:51: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(to target: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:75:53: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(with target: CALayer) {
                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:83:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:70:39: error: 'CATiledLayer' is unavailable in watchOS
        guard let target = target as? CATiledLayer else { return }
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:78:39: error: 'CATiledLayer' is unavailable in watchOS
        guard let target = target as? CATiledLayer else { return }
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:84:21: error: 'CATiledLayer' is unavailable in watchOS
        let layer = CATiledLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift:14:31: error: 'CATransformLayer' is unavailable in watchOS
    public typealias Target = CATransformLayer
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransformLayer.h:35:12: note: 'CATransformLayer' has been explicitly marked unavailable here
@interface CATransformLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift:20:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift:21:21: error: 'CATransformLayer' is unavailable in watchOS
        let layer = CATransformLayer()
                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransformLayer.h:35:12: note: 'CATransformLayer' has been explicitly marked unavailable here
@interface CATransformLayer : CALayer
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift:11:78: error: 'CAAnimation' is unavailable in watchOS
public protocol CAAnimationConvertible: IndirectlyCodableModel where Target: CAAnimation {
                                                                             ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift:11:74: error: 'CALayer' is unavailable in watchOS
public protocol CALayerConvertible: IndirectlyCodableModel where Target: CALayer {
                                                                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CAGradientLayer+ICodable.swift,\ CALayer+ICodable.swift,\ CAReplicatorLayer+ICodable.swift,\ CAScrollLayer+ICodable.swift,\ CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/Codable+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/RawIndirectlyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/exported.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/supplementaryOutputs-15 -target armv7k-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer-dependencies-2.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer.swiftmodule -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SDCALayer -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAGradientLayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAReplicatorLayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAScrollLayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAShapeLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAGradientLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAReplicatorLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAScrollLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAShapeLayer+ICodable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:11:11: error: 'CAGradientLayer' is unavailable in watchOS
extension CAGradientLayer {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CAGradientLayerType' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAGradientLayerType: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CAGradientLayerType: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:19:11: error: 'CAGradientLayerType' is unavailable in watchOS
extension CAGradientLayerType: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' has been explicitly marked unavailable here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:11:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayer: IndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:11:1: note: add '@retroactive' to silence this warning
extension CALayer: IndirectlyCodable {
^                  ~~~~~~~~~~~~~~~~~
                   @retroactive IndirectlyCodable
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:11:11: error: 'CALayer' is unavailable in watchOS
extension CALayer: IndirectlyCodable {
          ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:28:1: warning: extension declares a conformance of imported type 'CALayerCornerCurve' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerCornerCurve: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:28:1: note: add '@retroactive' to silence this warning
extension CALayerCornerCurve: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:28:11: error: 'CALayerCornerCurve' is unavailable in watchOS
extension CALayerCornerCurve: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:24:20: note: 'CALayerCornerCurve' has been explicitly marked unavailable here
typedef NSString * CALayerCornerCurve NS_TYPED_ENUM API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:32:1: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CACornerMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:32:1: note: add '@retroactive' to silence this warning
extension CACornerMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:32:11: error: 'CACornerMask' is unavailable in watchOS
extension CACornerMask: RawIndirectlyCodable {
          ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:36:1: warning: extension declares a conformance of imported type 'CALayerContentsGravity' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerContentsGravity: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:36:1: note: add '@retroactive' to silence this warning
extension CALayerContentsGravity: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:36:11: error: 'CALayerContentsGravity' is unavailable in watchOS
extension CALayerContentsGravity: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:21:20: note: 'CALayerContentsGravity' has been explicitly marked unavailable here
typedef NSString * CALayerContentsGravity NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:40:1: warning: extension declares a conformance of imported type 'CALayerContentsFormat' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerContentsFormat: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:40:1: note: add '@retroactive' to silence this warning
extension CALayerContentsFormat: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:40:11: error: 'CALayerContentsFormat' is unavailable in watchOS
extension CALayerContentsFormat: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:22:20: note: 'CALayerContentsFormat' has been explicitly marked unavailable here
typedef NSString * CALayerContentsFormat NS_TYPED_ENUM API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:44:1: warning: extension declares a conformance of imported type 'CALayerContentsFilter' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerContentsFilter: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:44:1: note: add '@retroactive' to silence this warning
extension CALayerContentsFilter: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:44:11: error: 'CALayerContentsFilter' is unavailable in watchOS
extension CALayerContentsFilter: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:23:20: note: 'CALayerContentsFilter' has been explicitly marked unavailable here
typedef NSString * CALayerContentsFilter NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:48:1: warning: extension declares a conformance of imported type 'CAEdgeAntialiasingMask' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:48:1: note: add '@retroactive' to silence this warning
extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:48:11: error: 'CAEdgeAntialiasingMask' is unavailable in watchOS
extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:96:35: note: 'CAEdgeAntialiasingMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (unsigned int, CAEdgeAntialiasingMask)
                                  ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift:12:11: error: 'CAReplicatorLayer' is unavailable in watchOS
extension CAReplicatorLayer {
          ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h:21:12: note: 'CAReplicatorLayer' has been explicitly marked unavailable here
@interface CAReplicatorLayer : CALayer
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:11:11: error: 'CAScrollLayer' is unavailable in watchOS
extension CAScrollLayer {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h:15:12: note: 'CAScrollLayer' has been explicitly marked unavailable here
@interface CAScrollLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CAScrollLayerScrollMode' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAScrollLayerScrollMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CAScrollLayerScrollMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:19:11: error: 'CAScrollLayerScrollMode' is unavailable in watchOS
extension CAScrollLayerScrollMode: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h:12:20: note: 'CAScrollLayerScrollMode' has been explicitly marked unavailable here
typedef NSString * CAScrollLayerScrollMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:11:11: error: 'CAShapeLayer' is unavailable in watchOS
extension CAShapeLayer {
          ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CAShapeLayerFillRule' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAShapeLayerFillRule: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CAShapeLayerFillRule: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:19:11: error: 'CAShapeLayerFillRule' is unavailable in watchOS
extension CAShapeLayerFillRule: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:12:20: note: 'CAShapeLayerFillRule' has been explicitly marked unavailable here
typedef NSString * CAShapeLayerFillRule NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:23:1: warning: extension declares a conformance of imported type 'CAShapeLayerLineCap' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAShapeLayerLineCap: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:23:1: note: add '@retroactive' to silence this warning
extension CAShapeLayerLineCap: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:23:11: error: 'CAShapeLayerLineCap' is unavailable in watchOS
extension CAShapeLayerLineCap: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:14:20: note: 'CAShapeLayerLineCap' has been explicitly marked unavailable here
typedef NSString * CAShapeLayerLineCap NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:27:1: warning: extension declares a conformance of imported type 'CAShapeLayerLineJoin' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAShapeLayerLineJoin: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:27:1: note: add '@retroactive' to silence this warning
extension CAShapeLayerLineJoin: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:27:11: error: 'CAShapeLayerLineJoin' is unavailable in watchOS
extension CAShapeLayerLineJoin: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:13:20: note: 'CAShapeLayerLineJoin' has been explicitly marked unavailable here
typedef NSString * CAShapeLayerLineJoin NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
SwiftCompile normal armv7k Compiling\ CASpringAnimation+ICodable.swift,\ CAMediaTimingFunction+ICodable.swift,\ CAValueFunction+ICodable.swift,\ CGColor+ICodable.swift,\ CGPath+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/Codable+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/RawIndirectlyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/exported.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/supplementaryOutputs-12 -target armv7k-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer-dependencies-2.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer.swiftmodule -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SDCALayer -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CASpringAnimation+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAMediaTimingFunction+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAValueFunction+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CGColor+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CGPath+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CASpringAnimation+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAMediaTimingFunction+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAValueFunction+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CGColor+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CGPath+ICodable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift:11:11: error: 'CASpringAnimation' is unavailable in watchOS
extension CASpringAnimation {
          ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:259:12: note: 'CASpringAnimation' has been explicitly marked unavailable here
@interface CASpringAnimation : CABasicAnimation
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift:12:1: warning: extension declares a conformance of imported type 'CAMediaTimingFunction' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAMediaTimingFunction: IndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift:12:1: note: add '@retroactive' to silence this warning
extension CAMediaTimingFunction: IndirectlyCodable {
^                                ~~~~~~~~~~~~~~~~~
                                 @retroactive IndirectlyCodable
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift:12:11: error: 'CAMediaTimingFunction' is unavailable in watchOS
extension CAMediaTimingFunction: IndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift:12:1: warning: extension declares a conformance of imported type 'CAValueFunction' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAValueFunction: IndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift:12:1: note: add '@retroactive' to silence this warning
extension CAValueFunction: IndirectlyCodable {
^                          ~~~~~~~~~~~~~~~~~
                           @retroactive IndirectlyCodable
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift:12:11: error: 'CAValueFunction' is unavailable in watchOS
extension CAValueFunction: IndirectlyCodable {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:16:12: note: 'CAValueFunction' has been explicitly marked unavailable here
@interface CAValueFunction : NSObject <NSSecureCoding>
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift:11:1: warning: extension declares a conformance of imported type 'CGColor' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'CoreGraphics' introduce this conformance in the future
extension CGColor: IndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift:11:1: note: add '@retroactive' to silence this warning
extension CGColor: IndirectlyCodable {
^                  ~~~~~~~~~~~~~~~~~
                   @retroactive IndirectlyCodable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift:11:1: warning: extension declares a conformance of imported type 'CGPath' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'CoreGraphics' introduce this conformance in the future
extension CGPath: IndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift:11:1: note: add '@retroactive' to silence this warning
extension CGPath: IndirectlyCodable {
^                 ~~~~~~~~~~~~~~~~~
                  @retroactive IndirectlyCodable
SwiftEmitModule normal armv7k Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
EmitSwiftModule normal armv7k (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
2026-04-14 07:18:16.839 xcodebuild[729:4271] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k Compiling\ JCABasicAnimation.swift,\ JCAKeyframeAnimation.swift,\ JCAPropertyAnimation.swift,\ JCASpringAnimation.swift,\ JCAAnimationAny.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k Compiling\ CATextLayer+ICodable.swift,\ CATiledLayer+ICodable.swift,\ CATransformLayer+ICodable.swift,\ JCAAnimation.swift,\ JCAAnimationGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k Compiling\ CAAnimation+ICodable.swift,\ CAAnimationGroup+ICodable.swift,\ CABasicAnimation+ICodable.swift,\ CAKeyframeAnimation+ICodable.swift,\ CAPropertyAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k Compiling\ JCATiledLayer.swift,\ JCATransformLayer.swift,\ CAAnimationConvertible.swift,\ CALayerConvertible.swift,\ OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k Compiling\ CAGradientLayer+ICodable.swift,\ CALayer+ICodable.swift,\ CAReplicatorLayer+ICodable.swift,\ CAScrollLayer+ICodable.swift,\ CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k Compiling\ CASpringAnimation+ICodable.swift,\ CAMediaTimingFunction+ICodable.swift,\ CAValueFunction+ICodable.swift,\ CGColor+ICodable.swift,\ CGPath+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	Building workspace spi-builder-workspace with scheme SDCALayer
(36 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  IndirectlyCodable: https://github.com/p-x9/IndirectlyCodable.git @ 0.1.0
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.1.0
  Yams: https://github.com/jpsim/Yams.git @ 5.4.0
  SDCALayer: /Users/admin/builder/spi-builder-workspace
resolved source packages: IndirectlyCodable, KeyPathValue, Yams, SDCALayer
2026-04-14 07:18:31.857 xcodebuild[1102:5924] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "indirectlycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/IndirectlyCodable.git"
    },
    {
      "identity" : "keypathvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/KeyPathValue.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "SDCALayer",
  "name" : "SDCALayer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SDCALayer",
      "targets" : [
        "SDCALayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDCALayerTests",
      "module_type" : "SwiftTarget",
      "name" : "SDCALayerTests",
      "path" : "Tests/SDCALayerTests",
      "sources" : [
        "SDCALayerTests.swift"
      ],
      "target_dependencies" : [
        "SDCALayer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SDCALayer",
      "module_type" : "SwiftTarget",
      "name" : "SDCALayer",
      "path" : "Sources/SDCALayer",
      "product_dependencies" : [
        "IndirectlyCodable",
        "KeyPathValue",
        "Yams"
      ],
      "product_memberships" : [
        "SDCALayer"
      ],
      "sources" : [
        "Extension/CAMediaTimingFunction+.swift",
        "Extension/CATransform3D+.swift",
        "Extension/CGColor+.swift",
        "Extension/CGPath+.swift",
        "Extension/Codable+.swift",
        "Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift",
        "Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift",
        "Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift",
        "Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift",
        "Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift",
        "Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift",
        "Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift",
        "Extension/IndirectlyCodable/CAValueFunction+ICodable.swift",
        "Extension/IndirectlyCodable/CGColor+ICodable.swift",
        "Extension/IndirectlyCodable/CGPath+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift",
        "Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift",
        "Model/Animation/JCAAnimation.swift",
        "Model/Animation/JCAAnimationGroup.swift",
        "Model/Animation/JCABasicAnimation.swift",
        "Model/Animation/JCAKeyframeAnimation.swift",
        "Model/Animation/JCAPropertyAnimation.swift",
        "Model/Animation/JCASpringAnimation.swift",
        "Model/JCAAnimationAny.swift",
        "Model/JCAMediaTimingFunction.swift",
        "Model/JCAValueFunction.swift",
        "Model/JCGColor.swift",
        "Model/JCGPath.swift",
        "Model/Layer/JCAGradientLayer.swift",
        "Model/Layer/JCALayer.swift",
        "Model/Layer/JCAReplicatorLayer.swift",
        "Model/Layer/JCAScrollLayer.swift",
        "Model/Layer/JCAShapeLayer.swift",
        "Model/Layer/JCATextLayer.swift",
        "Model/Layer/JCATiledLayer.swift",
        "Model/Layer/JCATransformLayer.swift",
        "Protocol/CAAnimationConvertible.swift",
        "Protocol/CALayerConvertible.swift",
        "Protocol/OptionalType.swift",
        "Protocol/RawIndirectlyCodable.swift",
        "SDCAAnimation.swift",
        "SDCALayer.swift",
        "Util/PropertyMap.swift",
        "Util/exported.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SDCALayer"
    ]
  }
}
2026-04-14 07:18:33.240 xcodebuild[1132:6181] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SDCALayer -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 SDCALayer -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.1.0
  SDCALayer: /Users/admin/builder/spi-builder-workspace
  IndirectlyCodable: https://github.com/p-x9/IndirectlyCodable.git @ 0.1.0
  Yams: https://github.com/jpsim/Yams.git @ 5.4.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'SDCALayer' in project 'SDCALayer'
        ➜ Explicit dependency on target 'SDCALayer' in project 'SDCALayer'
        ➜ Explicit dependency on target 'IndirectlyCodable' in project 'IndirectlyCodable'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SDCALayer' in project 'SDCALayer'
        ➜ Explicit dependency on target 'IndirectlyCodable' in project 'IndirectlyCodable'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'KeyPathValue' in project 'KeyPathValue'
        ➜ Explicit dependency on target 'KeyPathValue' in project 'KeyPathValue'
    Target 'KeyPathValue' in project 'KeyPathValue' (no dependencies)
    Target 'IndirectlyCodable' in project 'IndirectlyCodable'
        ➜ Explicit dependency on target 'IndirectlyCodable' in project 'IndirectlyCodable'
    Target 'IndirectlyCodable' in project 'IndirectlyCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver SDCALayer normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDCALayer -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer.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/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.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/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SDCALayer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDCALayer -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64/SDCALayer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64/SDCALayer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64/SDCALayer.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/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64/SDCALayer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.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/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64/SDCALayer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SDCALayer normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDCALayer -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64_32/SDCALayer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64_32/SDCALayer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64_32/SDCALayer.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/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64_32/SDCALayer_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.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/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/arm64_32/SDCALayer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
EmitSwiftModule normal armv7k (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CATextLayer+ICodable.swift,\ CATiledLayer+ICodable.swift,\ CATransformLayer+ICodable.swift,\ JCAAnimation.swift,\ JCAAnimationGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift (in target 'SDCALayer' from project 'SDCALayer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CAGradientLayer+ICodable.swift,\ CALayer+ICodable.swift,\ CAReplicatorLayer+ICodable.swift,\ CAScrollLayer+ICodable.swift,\ CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/Codable+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/RawIndirectlyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/exported.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/supplementaryOutputs-7 -target armv7k-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer.swiftmodule -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SDCALayer -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAGradientLayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAReplicatorLayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAScrollLayer+ICodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAShapeLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAGradientLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAReplicatorLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAScrollLayer+ICodable.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAShapeLayer+ICodable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:11:11: error: 'CAGradientLayer' is unavailable in watchOS
extension CAGradientLayer {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:20:12: note: 'CAGradientLayer' has been explicitly marked unavailable here
@interface CAGradientLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CAGradientLayerType' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAGradientLayerType: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CAGradientLayerType: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift:19:11: error: 'CAGradientLayerType' is unavailable in watchOS
extension CAGradientLayerType: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAGradientLayer.h:17:20: note: 'CAGradientLayerType' has been explicitly marked unavailable here
typedef NSString * CAGradientLayerType NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:11:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayer: IndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:11:1: note: add '@retroactive' to silence this warning
extension CALayer: IndirectlyCodable {
^                  ~~~~~~~~~~~~~~~~~
                   @retroactive IndirectlyCodable
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:11:11: error: 'CALayer' is unavailable in watchOS
extension CALayer: IndirectlyCodable {
          ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:28:1: warning: extension declares a conformance of imported type 'CALayerCornerCurve' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerCornerCurve: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:28:1: note: add '@retroactive' to silence this warning
extension CALayerCornerCurve: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:28:11: error: 'CALayerCornerCurve' is unavailable in watchOS
extension CALayerCornerCurve: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:24:20: note: 'CALayerCornerCurve' has been explicitly marked unavailable here
typedef NSString * CALayerCornerCurve NS_TYPED_ENUM API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:32:1: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CACornerMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:32:1: note: add '@retroactive' to silence this warning
extension CACornerMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:32:11: error: 'CACornerMask' is unavailable in watchOS
extension CACornerMask: RawIndirectlyCodable {
          ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:106:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:36:1: warning: extension declares a conformance of imported type 'CALayerContentsGravity' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerContentsGravity: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:36:1: note: add '@retroactive' to silence this warning
extension CALayerContentsGravity: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:36:11: error: 'CALayerContentsGravity' is unavailable in watchOS
extension CALayerContentsGravity: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:21:20: note: 'CALayerContentsGravity' has been explicitly marked unavailable here
typedef NSString * CALayerContentsGravity NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:40:1: warning: extension declares a conformance of imported type 'CALayerContentsFormat' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerContentsFormat: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:40:1: note: add '@retroactive' to silence this warning
extension CALayerContentsFormat: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:40:11: error: 'CALayerContentsFormat' is unavailable in watchOS
extension CALayerContentsFormat: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:22:20: note: 'CALayerContentsFormat' has been explicitly marked unavailable here
typedef NSString * CALayerContentsFormat NS_TYPED_ENUM API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:44:1: warning: extension declares a conformance of imported type 'CALayerContentsFilter' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CALayerContentsFilter: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:44:1: note: add '@retroactive' to silence this warning
extension CALayerContentsFilter: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:44:11: error: 'CALayerContentsFilter' is unavailable in watchOS
extension CALayerContentsFilter: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:23:20: note: 'CALayerContentsFilter' has been explicitly marked unavailable here
typedef NSString * CALayerContentsFilter NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:48:1: warning: extension declares a conformance of imported type 'CAEdgeAntialiasingMask' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:48:1: note: add '@retroactive' to silence this warning
extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:48:11: error: 'CAEdgeAntialiasingMask' is unavailable in watchOS
extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:96:35: note: 'CAEdgeAntialiasingMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (unsigned int, CAEdgeAntialiasingMask)
                                  ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift:12:11: error: 'CAReplicatorLayer' is unavailable in watchOS
extension CAReplicatorLayer {
          ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h:21:12: note: 'CAReplicatorLayer' has been explicitly marked unavailable here
@interface CAReplicatorLayer : CALayer
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:11:11: error: 'CAScrollLayer' is unavailable in watchOS
extension CAScrollLayer {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h:15:12: note: 'CAScrollLayer' has been explicitly marked unavailable here
@interface CAScrollLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CAScrollLayerScrollMode' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAScrollLayerScrollMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CAScrollLayerScrollMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift:19:11: error: 'CAScrollLayerScrollMode' is unavailable in watchOS
extension CAScrollLayerScrollMode: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h:12:20: note: 'CAScrollLayerScrollMode' has been explicitly marked unavailable here
typedef NSString * CAScrollLayerScrollMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:11:11: error: 'CAShapeLayer' is unavailable in watchOS
extension CAShapeLayer {
          ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:40:12: note: 'CAShapeLayer' has been explicitly marked unavailable here
@interface CAShapeLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CAShapeLayerFillRule' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAShapeLayerFillRule: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CAShapeLayerFillRule: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:19:11: error: 'CAShapeLayerFillRule' is unavailable in watchOS
extension CAShapeLayerFillRule: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:12:20: note: 'CAShapeLayerFillRule' has been explicitly marked unavailable here
typedef NSString * CAShapeLayerFillRule NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:23:1: warning: extension declares a conformance of imported type 'CAShapeLayerLineCap' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAShapeLayerLineCap: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:23:1: note: add '@retroactive' to silence this warning
extension CAShapeLayerLineCap: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:23:11: error: 'CAShapeLayerLineCap' is unavailable in watchOS
extension CAShapeLayerLineCap: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:14:20: note: 'CAShapeLayerLineCap' has been explicitly marked unavailable here
typedef NSString * CAShapeLayerLineCap NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:27:1: warning: extension declares a conformance of imported type 'CAShapeLayerLineJoin' to imported protocols 'IndirectlyCodable', 'IndirectlyEncodable', 'IndirectlyDecodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAShapeLayerLineJoin: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:27:1: note: add '@retroactive' to silence this warning
extension CAShapeLayerLineJoin: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift:27:11: error: 'CAShapeLayerLineJoin' is unavailable in watchOS
extension CAShapeLayerLineJoin: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:13:20: note: 'CAShapeLayerLineJoin' has been explicitly marked unavailable here
typedef NSString * CAShapeLayerLineJoin NS_TYPED_ENUM API_AVAILABLE(macos(10.6), ios(3.0), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
SwiftCompile normal armv7k Compiling\ JCATiledLayer.swift,\ JCATransformLayer.swift,\ CAAnimationConvertible.swift,\ CALayerConvertible.swift,\ OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift (in target 'SDCALayer' from project 'SDCALayer')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/Codable+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimationGroup+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAPropertyAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CASpringAnimation+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAMediaTimingFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGColor+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CGPath+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/RawIndirectlyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/exported.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/supplementaryOutputs-22 -target armv7k-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer.swiftmodule -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/SDCALayer_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -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/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SDCALayer -frontend-parseable-output -disable-clang-spi -clang-target armv7k-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATiledLayer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATransformLayer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAAnimationConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayerConvertible.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/OptionalType.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATiledLayer.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/JCATransformLayer.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CAAnimationConvertible.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/CALayerConvertible.o -index-unit-output-path /SDCALayer.build/Debug-watchos/SDCALayer.build/Objects-normal/armv7k/OptionalType.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:14:31: error: 'CATiledLayer' is unavailable in watchOS
    public typealias Target = CATiledLayer
                              ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:26:49: error: 'CATiledLayer' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CATiledLayer, JCATiledLayer> = .init([
                                                ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:51:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:67:51: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(to target: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:75:53: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(with target: CALayer) {
                                                    ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:83:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:70:39: error: 'CATiledLayer' is unavailable in watchOS
        guard let target = target as? CATiledLayer else { return }
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:78:39: error: 'CATiledLayer' is unavailable in watchOS
        guard let target = target as? CATiledLayer else { return }
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift:84:21: error: 'CATiledLayer' is unavailable in watchOS
        let layer = CATiledLayer()
                    ^~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATiledLayer.h:32:12: note: 'CATiledLayer' has been explicitly marked unavailable here
@interface CATiledLayer : CALayer
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift:14:31: error: 'CATransformLayer' is unavailable in watchOS
    public typealias Target = CATransformLayer
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransformLayer.h:35:12: note: 'CATransformLayer' has been explicitly marked unavailable here
@interface CATransformLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift:20:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift:21:21: error: 'CATransformLayer' is unavailable in watchOS
        let layer = CATransformLayer()
                    ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransformLayer.h:35:12: note: 'CATransformLayer' has been explicitly marked unavailable here
@interface CATransformLayer : CALayer
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift:11:78: error: 'CAAnimation' is unavailable in watchOS
public protocol CAAnimationConvertible: IndirectlyCodableModel where Target: CAAnimation {
                                                                             ^~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift:11:74: error: 'CALayer' is unavailable in watchOS
public protocol CALayerConvertible: IndirectlyCodableModel where Target: CALayer {
                                                                         ^~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:117:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ JCABasicAnimation.swift,\ JCAKeyframeAnimation.swift,\ JCAPropertyAnimation.swift,\ JCASpringAnimation.swift,\ JCAAnimationAny.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift (in target 'SDCALayer' from project 'SDCALayer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAAnimationAny.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ JCAMediaTimingFunction.swift,\ JCAValueFunction.swift,\ JCGColor.swift,\ JCGPath.swift,\ JCAGradientLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGColor.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCGPath.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAGradientLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CAMediaTimingFunction+.swift,\ CATransform3D+.swift,\ CGColor+.swift,\ CGPath+.swift,\ Codable+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/Codable+.swift (in target 'SDCALayer' from project 'SDCALayer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftCompile normal arm64_32 Compiling\ CAMediaTimingFunction+.swift,\ CATransform3D+.swift,\ CGColor+.swift,\ CGPath+.swift,\ Codable+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGColor+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CGPath+.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/Codable+.swift (in target 'SDCALayer' from project 'SDCALayer')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal armv7k Compiling\ RawIndirectlyCodable.swift,\ SDCAAnimation.swift,\ SDCALayer.swift,\ PropertyMap.swift,\ exported.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/RawIndirectlyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/exported.swift (in target 'SDCALayer' from project 'SDCALayer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/RawIndirectlyCodable.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/exported.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
2026-04-14 07:18:34.292 xcodebuild[1139:6242] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k Compiling\ CAGradientLayer+ICodable.swift,\ CALayer+ICodable.swift,\ CAReplicatorLayer+ICodable.swift,\ CAScrollLayer+ICodable.swift,\ CAShapeLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAGradientLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAReplicatorLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAScrollLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CAShapeLayer+ICodable.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k Compiling\ JCATiledLayer.swift,\ JCATransformLayer.swift,\ CAAnimationConvertible.swift,\ CALayerConvertible.swift,\ OptionalType.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/OptionalType.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATiledLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATransformLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CAAnimationConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Protocol/CALayerConvertible.swift (in target 'SDCALayer' from project 'SDCALayer')
	Building workspace spi-builder-workspace with scheme SDCALayer
(12 failures)
BUILD FAILURE 6.3 watchOS