The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SDCALayer, reference 0.5.0 (f05643), with Swift 6.2 for watchOS using Xcode 26.3 on 21 Jun 2025 10:14:34 UTC.

Build Command

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

Build Log

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

/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CAMediaTimingFunction+.swift:25:15: error: 'CAMediaTimingFunctionName' is unavailable in watchOS
    var name: CAMediaTimingFunctionName? {
              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:15:20: note: 'CAMediaTimingFunctionName' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFunctionName 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/CAMediaTimingFunction+.swift:11:11: error: 'CAMediaTimingFunction' is unavailable in watchOS
extension CAMediaTimingFunction {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/CATransform3D+.swift:11:11: error: 'CATransform3D' is unavailable in watchOS
extension CATransform3D: Codable {
          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift:12:1: warning: extension declares a conformance of imported type 'CAAnimation' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAAnimation: IndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift:12:1: note: add '@retroactive' to silence this warning
extension CAAnimation: IndirectlyCodable {
^                      ~~~~~~~~~~~~~~~~~
                       @retroactive IndirectlyCodable
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift:12:11: error: 'CAAnimation' is unavailable in watchOS
extension CAAnimation: IndirectlyCodable {
          ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift:29:1: warning: extension declares a conformance of imported type 'CAMediaTimingFillMode' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAMediaTimingFillMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift:29:1: note: add '@retroactive' to silence this warning
extension CAMediaTimingFillMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAAnimation+ICodable.swift:29:11: error: 'CAMediaTimingFillMode' is unavailable in watchOS
extension CAMediaTimingFillMode: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h:32:20: note: 'CAMediaTimingFillMode' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFillMode 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/Animation/CAAnimationGroup+ICodable.swift:11:11: error: 'CAAnimationGroup' is unavailable in watchOS
extension CAAnimationGroup {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CABasicAnimation+ICodable.swift:11:11: error: 'CABasicAnimation' is unavailable in watchOS
extension CABasicAnimation {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift:11:11: error: 'CAKeyframeAnimation' is unavailable in watchOS
extension CAKeyframeAnimation {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CAAnimationCalculationMode' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAAnimationCalculationMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CAAnimationCalculationMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift:19:11: error: 'CAAnimationCalculationMode' is unavailable in watchOS
extension CAAnimationCalculationMode: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:17:20: note: 'CAAnimationCalculationMode' has been explicitly marked unavailable here
typedef NSString * CAAnimationCalculationMode 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/Animation/CAKeyframeAnimation+ICodable.swift:23:1: warning: extension declares a conformance of imported type 'CAAnimationRotationMode' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CAAnimationRotationMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift:23:1: note: add '@retroactive' to silence this warning
extension CAAnimationRotationMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Animation/CAKeyframeAnimation+ICodable.swift:23:11: error: 'CAAnimationRotationMode' is unavailable in watchOS
extension CAAnimationRotationMode: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:18:20: note: 'CAAnimationRotationMode' has been explicitly marked unavailable here
typedef NSString * CAAnimationRotationMode 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/Animation/CAPropertyAnimation+ICodable.swift:11:11: error: 'CAPropertyAnimation' is unavailable in watchOS
extension CAPropertyAnimation {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:91:12: note: 'CAPropertyAnimation' has been explicitly marked unavailable here
@interface CAPropertyAnimation : CAAnimation
           ^
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:259:12: note: 'CASpringAnimation' has been explicitly marked unavailable here
@interface CASpringAnimation : CABasicAnimation
           ^
/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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/CAValueFunction+ICodable.swift:12:1: warning: extension declares a conformance of imported type 'CAValueFunction' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:16:12: note: 'CAValueFunction' has been explicitly marked unavailable here
@interface CAValueFunction : NSObject <NSSecureCoding>
           ^
/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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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
/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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Extension/IndirectlyCodable/Layer/CALayer+ICodable.swift:11:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108: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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:98:35: note: 'CAEdgeAntialiasingMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (unsigned int, CAEdgeAntialiasingMask)
                                  ^
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h:21:12: note: 'CAReplicatorLayer' has been explicitly marked unavailable here
@interface CAReplicatorLayer : CALayer
           ^
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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);
                   ^
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift:11:11: error: 'CATextLayer' is unavailable in watchOS
extension CATextLayer {
          ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift:19:1: warning: extension declares a conformance of imported type 'CATextLayerTruncationMode' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CATextLayerTruncationMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift:19:1: note: add '@retroactive' to silence this warning
extension CATextLayerTruncationMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift:19:11: error: 'CATextLayerTruncationMode' is unavailable in watchOS
extension CATextLayerTruncationMode: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:16:20: note: 'CATextLayerTruncationMode' has been explicitly marked unavailable here
typedef NSString * CATextLayerTruncationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift:23:1: warning: extension declares a conformance of imported type 'CATextLayerAlignmentMode' to imported protocols 'IndirectlyCodable', 'IndirectlyDecodable', 'IndirectlyEncodable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
extension CATextLayerAlignmentMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift:23:1: note: add '@retroactive' to silence this warning
extension CATextLayerAlignmentMode: RawIndirectlyCodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATextLayer+ICodable.swift:23:11: error: 'CATextLayerAlignmentMode' is unavailable in watchOS
extension CATextLayerAlignmentMode: RawIndirectlyCodable {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:17:20: note: 'CATextLayerAlignmentMode' has been explicitly marked unavailable here
typedef NSString * CATextLayerAlignmentMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Extension/IndirectlyCodable/Layer/CATiledLayer+ICodable.swift:11:11: error: 'CATiledLayer' is unavailable in watchOS
extension CATiledLayer {
          ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Extension/IndirectlyCodable/Layer/CATransformLayer+ICodable.swift:11:11: error: 'CATransformLayer' is unavailable in watchOS
extension CATransformLayer {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Animation/JCAAnimation.swift:15:31: error: 'CAAnimation' is unavailable in watchOS
    public typealias Target = CAAnimation
                              ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift:21:49: error: 'CAAnimation' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CAAnimation, JCAAnimation> = .init([
                                                ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift:14:12: warning: unavailable class 'CAAnimation' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
open class JCAAnimation: CAAnimationConvertible, Codable {
           ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' declared here
@interface CAAnimation : NSObject
           ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift:14:12: warning: unavailable class 'CAAnimation' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
open class JCAAnimation: CAAnimationConvertible, Codable {
           ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' declared here
@interface CAAnimation : NSObject
           ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimation.swift:72:31: error: 'CAMediaTimingFillMode' is unavailable in watchOS
    public typealias Target = CAMediaTimingFillMode
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h:32:20: note: 'CAMediaTimingFillMode' has been explicitly marked unavailable here
typedef NSString * CAMediaTimingFillMode 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/Model/Animation/JCAAnimation.swift:71:20: warning: unavailable struct 'CAMediaTimingFillMode' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAMediaTimingFillMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h:32:20: note: 'CAMediaTimingFillMode' declared here
typedef NSString * CAMediaTimingFillMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/Animation/JCAAnimation.swift:71:20: warning: unavailable struct 'CAMediaTimingFillMode' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAMediaTimingFillMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTiming.h:32:20: note: 'CAMediaTimingFillMode' declared here
typedef NSString * CAMediaTimingFillMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/Animation/JCAAnimationGroup.swift:12:31: error: 'CAAnimationGroup' is unavailable in watchOS
    public typealias Target = CAAnimationGroup
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:383:12: note: 'CAAnimationGroup' has been explicitly marked unavailable here
@interface CAAnimationGroup : CAAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift:48:51: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(to target: CAAnimation) {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift:57:53: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(with target: CAAnimation) {
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAAnimationGroup.swift:66:48: error: 'CAAnimation' is unavailable in watchOS
    open override func convertToAnimation() -> CAAnimation? {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift:12:31: error: 'CABasicAnimation' is unavailable in watchOS
    public typealias Target = CABasicAnimation
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:130:12: note: 'CABasicAnimation' has been explicitly marked unavailable here
@interface CABasicAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift:56:51: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(to target: CAAnimation) {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift:65:53: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(with target: CAAnimation) {
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCABasicAnimation.swift:74:48: error: 'CAAnimation' is unavailable in watchOS
    open override func convertToAnimation() -> CAAnimation? {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift:12:31: error: 'CAKeyframeAnimation' is unavailable in watchOS
    public typealias Target = CAKeyframeAnimation
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift:30:49: error: 'CAKeyframeAnimation' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CAKeyframeAnimation, JCAKeyframeAnimation> = .init([
                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:166:12: note: 'CAKeyframeAnimation' has been explicitly marked unavailable here
@interface CAKeyframeAnimation : CAPropertyAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift:98:51: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(to target: CAAnimation) {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift:112:53: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(with target: CAAnimation) {
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift:126:48: error: 'CAAnimation' is unavailable in watchOS
    open override func convertToAnimation() -> CAAnimation? {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAKeyframeAnimation.swift:135:31: error: 'CAAnimationCalculationMode' is unavailable in watchOS
    public typealias Target = CAAnimationCalculationMode
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:17:20: note: 'CAAnimationCalculationMode' has been explicitly marked unavailable here
typedef NSString * CAAnimationCalculationMode 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/Model/Animation/JCAKeyframeAnimation.swift:134:20: warning: unavailable struct 'CAAnimationCalculationMode' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAAnimationCalculationMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:17:20: note: 'CAAnimationCalculationMode' declared here
typedef NSString * CAAnimationCalculationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/Animation/JCAKeyframeAnimation.swift:134:20: warning: unavailable struct 'CAAnimationCalculationMode' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAAnimationCalculationMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:17:20: note: 'CAAnimationCalculationMode' declared here
typedef NSString * CAAnimationCalculationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/Animation/JCAKeyframeAnimation.swift:144:31: error: 'CAAnimationRotationMode' is unavailable in watchOS
    public typealias Target = CAAnimationRotationMode
                              ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:18:20: note: 'CAAnimationRotationMode' has been explicitly marked unavailable here
typedef NSString * CAAnimationRotationMode 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/Model/Animation/JCAKeyframeAnimation.swift:143:20: warning: unavailable struct 'CAAnimationRotationMode' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAAnimationRotationMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:18:20: note: 'CAAnimationRotationMode' declared here
typedef NSString * CAAnimationRotationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/Animation/JCAKeyframeAnimation.swift:143:20: warning: unavailable struct 'CAAnimationRotationMode' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAAnimationRotationMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:18:20: note: 'CAAnimationRotationMode' declared here
typedef NSString * CAAnimationRotationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/Animation/JCAPropertyAnimation.swift:12:31: error: 'CAPropertyAnimation' is unavailable in watchOS
    public typealias Target = CAPropertyAnimation
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:91:12: note: 'CAPropertyAnimation' has been explicitly marked unavailable here
@interface CAPropertyAnimation : CAAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift:25:49: error: 'CAPropertyAnimation' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CAPropertyAnimation, JCAPropertyAnimation> = .init([
                                                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:91:12: note: 'CAPropertyAnimation' has been explicitly marked unavailable here
@interface CAPropertyAnimation : CAAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift:69:51: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(to target: CAAnimation) {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift:77:53: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(with target: CAAnimation) {
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCAPropertyAnimation.swift:85:48: error: 'CAAnimation' is unavailable in watchOS
    open override func convertToAnimation() -> CAAnimation? {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift:12:31: error: 'CASpringAnimation' is unavailable in watchOS
    public typealias Target = CASpringAnimation
                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:259:12: note: 'CASpringAnimation' has been explicitly marked unavailable here
@interface CASpringAnimation : CABasicAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift:25:49: error: 'CASpringAnimation' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CASpringAnimation, JCASpringAnimation> = .init([
                                                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:259:12: note: 'CASpringAnimation' has been explicitly marked unavailable here
@interface CASpringAnimation : CABasicAnimation
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift:72:51: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(to target: CAAnimation) {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift:80:53: error: 'CAAnimation' is unavailable in watchOS
    open override func applyProperties(with target: CAAnimation) {
                                                    ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Animation/JCASpringAnimation.swift:88:48: error: 'CAAnimation' is unavailable in watchOS
    open override func convertToAnimation() -> CAAnimation? {
                                               ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift:13:31: error: 'CAMediaTimingFunction' is unavailable in watchOS
    public typealias Target = CAMediaTimingFunction
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift:80:32: error: 'CAMediaTimingFunction' is unavailable in watchOS
    public func converted() -> CAMediaTimingFunction? {
                               ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' has been explicitly marked unavailable here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift:12:13: warning: unavailable class 'CAMediaTimingFunction' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public enum JCAMediaTimingFunction: IndirectlyCodableModel, Codable {
            ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' declared here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAMediaTimingFunction.swift:12:13: warning: unavailable class 'CAMediaTimingFunction' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public enum JCAMediaTimingFunction: IndirectlyCodableModel, Codable {
            ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMediaTimingFunction.h:24:12: note: 'CAMediaTimingFunction' declared here
@interface CAMediaTimingFunction : NSObject <NSSecureCoding>
           ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:13:31: error: 'CAValueFunction' is unavailable in watchOS
    public typealias Target = CAValueFunction
                              ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:16:12: note: 'CAValueFunction' has been explicitly marked unavailable here
@interface CAValueFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:29:30: error: 'CAValueFunction' is unavailable in watchOS
    public init(with target: CAValueFunction) {
                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:16:12: note: 'CAValueFunction' has been explicitly marked unavailable here
@interface CAValueFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:46:32: error: 'CAValueFunction' is unavailable in watchOS
    public func converted() -> CAValueFunction? {
                               ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:16:12: note: 'CAValueFunction' has been explicitly marked unavailable here
@interface CAValueFunction : NSObject <NSSecureCoding>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:12:13: warning: unavailable class 'CAValueFunction' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public enum JCAValueFunction: String, IndirectlyCodableModel, Codable {
            ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:16:12: note: 'CAValueFunction' declared here
@interface CAValueFunction : NSObject <NSSecureCoding>
           ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/JCAValueFunction.swift:12:13: warning: unavailable class 'CAValueFunction' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public enum JCAValueFunction: String, IndirectlyCodableModel, Codable {
            ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:16:12: note: 'CAValueFunction' declared here
@interface CAValueFunction : NSObject <NSSecureCoding>
           ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/JCALayer.swift:14:31: error: 'CALayer' is unavailable in watchOS
    public typealias Target = CALayer
                              ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:20:49: error: 'CALayer' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CALayer, JCALayer> = .init([
                                                ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:38:17: error: 'contentsScale' is unavailable in watchOS
        .init(\.contentsScale, \.contentsScale),
                ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:408:19: note: 'contentsScale' has been explicitly marked unavailable here
@property CGFloat contentsScale
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:40:17: error: 'contentsFormat' is unavailable in watchOS
        .init(\.contentsFormat, \.contentsFormat),
                ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:436:39: note: 'contentsFormat' has been explicitly marked unavailable here
@property(copy) CALayerContentsFormat contentsFormat
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:47:17: error: 'drawsAsynchronously' is unavailable in watchOS
        .init(\.drawsAsynchronously, \.drawsAsynchronously),
                ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:548:16: note: 'drawsAsynchronously' has been explicitly marked unavailable here
@property BOOL drawsAsynchronously
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:49:17: error: 'allowsEdgeAntialiasing' is unavailable in watchOS
        .init(\.allowsEdgeAntialiasing, \.allowsEdgeAntialiasing),
                ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:587:16: note: 'allowsEdgeAntialiasing' has been explicitly marked unavailable here
@property BOOL allowsEdgeAntialiasing
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:52:17: error: 'maskedCorners' is unavailable in watchOS
        .init(\.maskedCorners, \.maskedCorners),
                ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:604:24: note: 'maskedCorners' has been explicitly marked unavailable here
@property CACornerMask maskedCorners
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:53:17: error: 'cornerCurve' is unavailable in watchOS
        .init(\.cornerCurve, \.cornerCurve),
                ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:610:36: note: 'cornerCurve' has been explicitly marked unavailable here
@property(copy) CALayerCornerCurve cornerCurve
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:57:17: error: 'allowsGroupOpacity' is unavailable in watchOS
        .init(\.allowsGroupOpacity, \.allowsGroupOpacity),
                ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:649:16: note: 'allowsGroupOpacity' has been explicitly marked unavailable here
@property BOOL allowsGroupOpacity
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:80:27: error: 'CATransform3D' is unavailable in watchOS
    public var transform: CATransform3D?
                          ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:90:35: error: 'CATransform3D' is unavailable in watchOS
    public var sublayerTransform: CATransform3D?
                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:144:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:150:42: error: 'CALayer' is unavailable in watchOS
    open func applyProperties(to target: CALayer) {
                                         ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:168:44: error: 'CALayer' is unavailable in watchOS
    open func applyProperties(with target: CALayer) {
                                           ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:190:35: error: 'CALayer' is unavailable in watchOS
    open func convertToLayer() -> CALayer? {
                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:13:12: warning: unavailable class 'CALayer' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
open class JCALayer: CALayerConvertible, Codable {
           ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' declared here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:13:12: warning: unavailable class 'CALayer' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
open class JCALayer: CALayerConvertible, Codable {
           ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' declared here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:200:31: error: 'CALayerCornerCurve' is unavailable in watchOS
    public typealias Target = CALayerCornerCurve
                              ^~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCALayer.swift:199:20: warning: unavailable struct 'CALayerCornerCurve' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCALayerCornerCurve: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:24:20: note: 'CALayerCornerCurve' declared here
typedef NSString * CALayerCornerCurve NS_TYPED_ENUM API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.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/JCALayer.swift:199:20: warning: unavailable struct 'CALayerCornerCurve' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCALayerCornerCurve: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:24:20: note: 'CALayerCornerCurve' declared here
typedef NSString * CALayerCornerCurve NS_TYPED_ENUM API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.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/JCALayer.swift:209:31: error: 'CACornerMask' is unavailable in watchOS
    public typealias Target = CACornerMask
                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:208:20: warning: unavailable struct 'CACornerMask' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCACornerMask: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' declared here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:208:20: warning: unavailable struct 'CACornerMask' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCACornerMask: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:108:33: note: 'CACornerMask' declared here
typedef NS_OPTIONS (NSUInteger, CACornerMask)
                                ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:218:31: error: 'CALayerContentsGravity' is unavailable in watchOS
    public typealias Target = CALayerContentsGravity
                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCALayer.swift:217:20: warning: unavailable struct 'CALayerContentsGravity' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCALayerContentsGravity: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:21:20: note: 'CALayerContentsGravity' declared here
typedef NSString * CALayerContentsGravity NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/JCALayer.swift:217:20: warning: unavailable struct 'CALayerContentsGravity' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCALayerContentsGravity: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:21:20: note: 'CALayerContentsGravity' declared here
typedef NSString * CALayerContentsGravity NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/JCALayer.swift:227:31: error: 'CALayerContentsFormat' is unavailable in watchOS
    public typealias Target = CALayerContentsFormat
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCALayer.swift:226:20: warning: unavailable struct 'CALayerContentsFormat' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCALayerContentsFormat: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:22:20: note: 'CALayerContentsFormat' declared here
typedef NSString * CALayerContentsFormat NS_TYPED_ENUM API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.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/JCALayer.swift:226:20: warning: unavailable struct 'CALayerContentsFormat' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCALayerContentsFormat: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:22:20: note: 'CALayerContentsFormat' declared here
typedef NSString * CALayerContentsFormat NS_TYPED_ENUM API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.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/JCALayer.swift:236:31: error: 'CALayerContentsFilter' is unavailable in watchOS
    public typealias Target = CALayerContentsFilter
                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCALayer.swift:235:20: warning: unavailable struct 'CALayerContentsFilter' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCALayerContentsFilter: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:23:20: note: 'CALayerContentsFilter' declared here
typedef NSString * CALayerContentsFilter NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/JCALayer.swift:235:20: warning: unavailable struct 'CALayerContentsFilter' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCALayerContentsFilter: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:23:20: note: 'CALayerContentsFilter' declared here
typedef NSString * CALayerContentsFilter NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/JCALayer.swift:245:31: error: 'CAEdgeAntialiasingMask' is unavailable in watchOS
    public typealias Target = CAEdgeAntialiasingMask
                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:98:35: note: 'CAEdgeAntialiasingMask' has been explicitly marked unavailable here
typedef NS_OPTIONS (unsigned int, CAEdgeAntialiasingMask)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:244:20: warning: unavailable struct 'CAEdgeAntialiasingMask' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAEdgeAntialiasingMask: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:98:35: note: 'CAEdgeAntialiasingMask' declared here
typedef NS_OPTIONS (unsigned int, CAEdgeAntialiasingMask)
                                  ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.swift:244:20: warning: unavailable struct 'CAEdgeAntialiasingMask' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAEdgeAntialiasingMask: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:98:35: note: 'CAEdgeAntialiasingMask' declared here
typedef NS_OPTIONS (unsigned int, CAEdgeAntialiasingMask)
                                  ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift:14:31: error: 'CAReplicatorLayer' is unavailable in watchOS
    public typealias Target = CAReplicatorLayer
                              ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h:21:12: note: 'CAReplicatorLayer' has been explicitly marked unavailable here
@interface CAReplicatorLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift:34:49: error: 'CAReplicatorLayer' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CAReplicatorLayer, JCAReplicatorLayer> = .init([
                                                ^~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAReplicatorLayer.h:21:12: note: 'CAReplicatorLayer' has been explicitly marked unavailable here
@interface CAReplicatorLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift:50:35: error: 'CATransform3D' is unavailable in watchOS
    public var instanceTransform: CATransform3D?
                                  ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:17:8: note: 'CATransform3D' has been explicitly marked unavailable here
struct CATransform3D
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift:78:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift:100:51: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(to target: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift:108:53: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(with target: CALayer) {
                                                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAReplicatorLayer.swift:116:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift:14:24: error: 'CAScrollLayer' is unavailable in watchOS
    typealias Target = CAScrollLayer
                       ^~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCAScrollLayer.swift:38:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift:52:51: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(to target: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift:62:53: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(with target: CALayer) {
                                                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift:70:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift:80:31: error: 'CAScrollLayerScrollMode' is unavailable in watchOS
    public typealias Target = CAScrollLayerScrollMode
                              ^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAScrollLayer.swift:79:20: warning: unavailable struct 'CAScrollLayerScrollMode' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAScrollLayerScrollMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h:12:20: note: 'CAScrollLayerScrollMode' declared here
typedef NSString * CAScrollLayerScrollMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/JCAScrollLayer.swift:79:20: warning: unavailable struct 'CAScrollLayerScrollMode' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAScrollLayerScrollMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAScrollLayer.h:12:20: note: 'CAScrollLayerScrollMode' declared here
typedef NSString * CAScrollLayerScrollMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(2.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/JCAShapeLayer.swift:14:24: error: 'CAShapeLayer' is unavailable in watchOS
    typealias Target = CAShapeLayer
                       ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCAShapeLayer.swift:35:49: error: 'CAShapeLayer' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CAShapeLayer, JCAShapeLayer> = .init([
                                                ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCAShapeLayer.swift:101:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift:133:51: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(to target: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift:143:53: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(with target: CALayer) {
                                                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift:153:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift:163:31: error: 'CAShapeLayerFillRule' is unavailable in watchOS
    public typealias Target = CAShapeLayerFillRule
                              ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCAShapeLayer.swift:162:20: warning: unavailable struct 'CAShapeLayerFillRule' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAShapeLayerFillRule: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:12:20: note: 'CAShapeLayerFillRule' declared here
typedef NSString * CAShapeLayerFillRule 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/JCAShapeLayer.swift:162:20: warning: unavailable struct 'CAShapeLayerFillRule' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAShapeLayerFillRule: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:12:20: note: 'CAShapeLayerFillRule' declared here
typedef NSString * CAShapeLayerFillRule 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/JCAShapeLayer.swift:172:31: error: 'CAShapeLayerLineCap' is unavailable in watchOS
    public typealias Target = CAShapeLayerLineCap
                              ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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/Model/Layer/JCAShapeLayer.swift:171:20: warning: unavailable struct 'CAShapeLayerLineCap' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAShapeLayerLineCap: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:14:20: note: 'CAShapeLayerLineCap' declared here
typedef NSString * CAShapeLayerLineCap 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/JCAShapeLayer.swift:171:20: warning: unavailable struct 'CAShapeLayerLineCap' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAShapeLayerLineCap: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:14:20: note: 'CAShapeLayerLineCap' declared here
typedef NSString * CAShapeLayerLineCap 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/JCAShapeLayer.swift:181:31: error: 'CAShapeLayerLineJoin' is unavailable in watchOS
    public typealias Target = CAShapeLayerLineJoin
                              ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCAShapeLayer.swift:180:20: warning: unavailable struct 'CAShapeLayerLineJoin' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCAShapeLayerLineJoin: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:13:20: note: 'CAShapeLayerLineJoin' declared here
typedef NSString * CAShapeLayerLineJoin 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/JCAShapeLayer.swift:180:20: warning: unavailable struct 'CAShapeLayerLineJoin' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCAShapeLayerLineJoin: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAShapeLayer.h:13:20: note: 'CAShapeLayerLineJoin' declared here
typedef NSString * CAShapeLayerLineJoin 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/JCATextLayer.swift:15:24: error: 'CATextLayer' is unavailable in watchOS
    typealias Target = CATextLayer
                       ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:32:49: error: 'CATextLayer' is unavailable in watchOS
    static private let propertyMap: PropertyMap<CATextLayer, JCATextLayer> = .init([
                                                ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:20:12: note: 'CATextLayer' has been explicitly marked unavailable here
@interface CATextLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:84:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:111:51: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(to target: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:122:53: error: 'CALayer' is unavailable in watchOS
    open override func applyProperties(with target: CALayer) {
                                                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:144:44: error: 'CALayer' is unavailable in watchOS
    open override func convertToLayer() -> CALayer? {
                                           ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:154:31: error: 'CATextLayerTruncationMode' is unavailable in watchOS
    public typealias Target = CATextLayerTruncationMode
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:16:20: note: 'CATextLayerTruncationMode' has been explicitly marked unavailable here
typedef NSString * CATextLayerTruncationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:153:20: warning: unavailable struct 'CATextLayerTruncationMode' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCATextLayerTruncationMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:16:20: note: 'CATextLayerTruncationMode' declared here
typedef NSString * CATextLayerTruncationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), 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/JCATextLayer.swift:153:20: warning: unavailable struct 'CATextLayerTruncationMode' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCATextLayerTruncationMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:16:20: note: 'CATextLayerTruncationMode' declared here
typedef NSString * CATextLayerTruncationMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), 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/JCATextLayer.swift:163:31: error: 'CATextLayerAlignmentMode' is unavailable in watchOS
    public typealias Target = CATextLayerAlignmentMode
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:17:20: note: 'CATextLayerAlignmentMode' has been explicitly marked unavailable here
typedef NSString * CATextLayerAlignmentMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), tvos(9.0)) API_UNAVAILABLE(watchos);
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCATextLayer.swift:162:20: warning: unavailable struct 'CATextLayerAlignmentMode' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public final class JCATextLayerAlignmentMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:17:20: note: 'CATextLayerAlignmentMode' declared here
typedef NSString * CATextLayerAlignmentMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), 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/JCATextLayer.swift:162:20: warning: unavailable struct 'CATextLayerAlignmentMode' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public final class JCATextLayerAlignmentMode: RawIndirectlyCodableModel {
                   ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATextLayer.h:17:20: note: 'CATextLayerAlignmentMode' declared here
typedef NSString * CATextLayerAlignmentMode NS_TYPED_ENUM API_AVAILABLE(macos(10.5), ios(3.2), 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/JCATiledLayer.swift:14:31: error: 'CATiledLayer' is unavailable in watchOS
    public typealias Target = CATiledLayer
                              ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119: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:14:31: error: 'CATransformLayer' is unavailable in watchOS
    public typealias Target = CATransformLayer
                              ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift:13:31: error: 'CAAnimation' is unavailable in watchOS
    public typealias Target = CAAnimation
                              ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift:63:51: error: 'CAAnimation' is unavailable in watchOS
    public required convenience init(with object: CAAnimation) {
                                                  ^~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' has been explicitly marked unavailable here
@interface CAAnimation : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift:12:14: warning: unavailable class 'CAAnimation' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public class SDCAAnimation: CAAnimationConvertible {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' declared here
@interface CAAnimation : NSObject
           ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCAAnimation.swift:12:14: warning: unavailable class 'CAAnimation' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public class SDCAAnimation: CAAnimationConvertible {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:25:12: note: 'CAAnimation' declared here
@interface CAAnimation : NSObject
           ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift:12:31: error: 'CALayer' is unavailable in watchOS
    public typealias Target = CALayer
                              ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift:62:51: error: 'CALayer' is unavailable in watchOS
    public required convenience init(with object: CALayer) {
                                                  ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift:11:14: warning: unavailable class 'CALayer' was used to satisfy a requirement of protocol 'IndirectlyEncodableModel'; this will be an error in a future Swift language mode
public class SDCALayer: CALayerConvertible {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' declared here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
IndirectlyCodable.IndirectlyEncodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/SDCALayer.swift:11:14: warning: unavailable class 'CALayer' was used to satisfy a requirement of protocol 'IndirectlyDecodableModel'; this will be an error in a future Swift language mode
public class SDCALayer: CALayerConvertible {
             ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' declared here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
IndirectlyCodable.IndirectlyDecodableModel.Target:2:16: note: requirement 'Target' declared here
associatedtype Target}
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Util/PropertyMap.swift:171:21: error: 'CALayer' is unavailable in watchOS
    ) where Source: CALayer & IndirectlyCodable {
                    ^~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:119:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
           ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
	EmitSwiftModule normal armv7k (in target 'SDCALayer' from project 'SDCALayer')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
	EmitSwiftModule normal arm64_32 (in target 'SDCALayer' from project 'SDCALayer')
	Building workspace spi-builder-workspace with scheme SDCALayer
(5 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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
  SDCALayer: /Users/admin/builder/spi-builder-workspace
  KeyPathValue: https://github.com/p-x9/KeyPathValue.git @ 0.1.0
  Yams: https://github.com/jpsim/Yams.git @ 5.4.0
resolved source packages: IndirectlyCodable, SDCALayer, KeyPathValue, Yams
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SDCALayer -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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
  Yams: https://github.com/jpsim/Yams.git @ 5.4.0
  SDCALayer: /Users/admin/builder/spi-builder-workspace
  IndirectlyCodable: https://github.com/p-x9/IndirectlyCodable.git @ 0.1.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDCALayer -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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_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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDCALayer -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SDCALayer -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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
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\ 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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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.0.0-Beta.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-9 -target armv7k-apple-watchos6.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.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 -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -enforce-exclusivity\=checked -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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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 -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-apple-watchos26.0 -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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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', 'IndirectlyDecodable', 'IndirectlyEncodable'; 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
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\ JCALayer.swift,\ JCAReplicatorLayer.swift,\ JCAScrollLayer.swift,\ JCAShapeLayer.swift,\ JCATextLayer.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 (in target 'SDCALayer' from project 'SDCALayer')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SDCALayer/Model/Layer/JCALayer.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/JCAReplicatorLayer.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/JCAScrollLayer.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/JCAShapeLayer.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/JCATextLayer.swift (in target 'SDCALayer' from project 'SDCALayer')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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\ 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

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

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

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SDCALayer (in target 'SDCALayer' from project 'SDCALayer')
** BUILD FAILED **
The following build commands failed:
	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
(5 failures)
BUILD FAILURE 6.2 watchOS