Build Information
Successful build of SDCALayer, reference 0.5.0 (f05643
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:14:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/SDCALayer.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/SDCALayer
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at f05643a Merge pull request #22 from p-x9/feature/animation
Cloned https://github.com/p-x9/SDCALayer.git
Revision (git rev-parse @):
f05643a7293277c611a8e65c12f1702a7ebeba37
SUCCESS checkout https://github.com/p-x9/SDCALayer.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/p-x9/SDCALayer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-1EA4D86E10B52AF.txt
[5/23] Compiling emitter.c
[6/23] Compiling parser.c
[7/23] Compiling api.c
[8/23] Compiling reader.c
[9/23] Compiling writer.c
[10/23] Compiling scanner.c
[12/43] Emitting module Yams
[13/45] Compiling Yams Encoder.swift
[14/45] Compiling Yams Mark.swift
[15/45] Compiling Yams YamlError.swift
[16/45] Compiling Yams YamlTagProviding.swift
[17/45] Compiling Yams Node.swift
[18/45] Compiling Yams Parser.swift
[19/45] Compiling Yams Tag.swift
[20/45] Compiling Yams YamlAnchorProviding.swift
[21/45] Compiling Yams Decoder.swift
[22/45] Compiling Yams Emitter.swift
[23/45] Compiling Yams Node.Alias.swift
[24/45] Compiling Yams Node.Mapping.swift
[25/45] Compiling Yams Resolver.swift
[26/45] Compiling Yams String+Yams.swift
[27/45] Emitting module IndirectlyCodable
[28/45] Compiling Yams AliasDereferencingStrategy.swift
[29/45] Compiling Yams Anchor.swift
[30/45] Compiling Yams Constructor.swift
[31/45] Compiling Yams Node.Scalar.swift
[32/45] Compiling Yams Node.Sequence.swift
[33/45] Compiling Yams RedundancyAliasingStrategy.swift
[34/45] Compiling Yams Representer.swift
[35/45] Compiling IndirectlyCodable IndirectlyDecodableModel.swift
[36/45] Compiling IndirectlyCodable IndirectlyEncodable.swift
[37/45] Compiling IndirectlyCodable IndirectlyDecodable.swift
[38/45] Compiling IndirectlyCodable IndirectlyCodableModel.swift
[39/45] Compiling IndirectlyCodable IndirectlyCodable.swift
[40/45] Compiling IndirectlyCodable IndirectlyEncodableModel.swift
[41/45] Compiling KeyPathValue WritableKeyPathValueApplier.swift
[42/45] Compiling KeyPathValue WritableKeyPathWithValue.swift
[43/45] Compiling KeyPathValue ReferenceWritableKeyPathValueApplier.swift
[44/45] Emitting module KeyPathValue
[45/45] Compiling KeyPathValue ReferenceWritableKeyPathWithValue.swift
[46/91] Emitting module SDCALayer
/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
10 | import IndirectlyCodable
11 |
12 | extension CAAnimation: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAAnimation
14 |
/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
27 | }
28 |
29 | extension CAMediaTimingFillMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
30 | public typealias Model = JCAMediaTimingFillMode
31 | }
/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
17 | }
18 |
19 | extension CAAnimationCalculationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAAnimationCalculationMode
21 | }
/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
21 | }
22 |
23 | extension CAAnimationRotationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAAnimationRotationMode
25 | }
/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
10 | import IndirectlyCodable
11 |
12 | extension CAMediaTimingFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAMediaTimingFunction
14 |
/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
10 | import IndirectlyCodable
11 |
12 | extension CAValueFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAValueFunction
14 |
/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
9 | import QuartzCore
10 |
11 | extension CGColor: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGColor
13 |
/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
9 | import QuartzCore
10 |
11 | extension CGPath: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGPath
13 |
/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
17 | }
18 |
19 | extension CAGradientLayerType: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAGradientLayerType
21 | }
/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
9 | import QuartzCore
10 |
11 | extension CALayer: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCALayer
13 |
/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
26 | }
27 |
28 | extension CALayerCornerCurve: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
29 | public typealias Model = JCALayerCornerCurve
30 | }
/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
30 | }
31 |
32 | extension CACornerMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
33 | public typealias Model = JCACornerMask
34 | }
/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
34 | }
35 |
36 | extension CALayerContentsGravity: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
37 | public typealias Model = JCALayerContentsGravity
38 | }
/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
38 | }
39 |
40 | extension CALayerContentsFormat: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
41 | public typealias Model = JCALayerContentsFormat
42 | }
/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
42 | }
43 |
44 | extension CALayerContentsFilter: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
45 | public typealias Model = JCALayerContentsFilter
46 | }
/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
46 | }
47 |
48 | extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
49 | public typealias Model = JCAEdgeAntialiasingMask
50 | }
/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
17 | }
18 |
19 | extension CAScrollLayerScrollMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAScrollLayerScrollMode
21 | }
/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
17 | }
18 |
19 | extension CAShapeLayerFillRule: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAShapeLayerFillRule
21 | }
/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
21 | }
22 |
23 | extension CAShapeLayerLineCap: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAShapeLayerLineCap
25 | }
/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
25 | }
26 |
27 | extension CAShapeLayerLineJoin: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
28 | public typealias Model = JCAShapeLayerLineJoin
29 | }
/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
17 | }
18 |
19 | extension CATextLayerTruncationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCATextLayerTruncationMode
21 | }
/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
21 | }
22 |
23 | extension CATextLayerAlignmentMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCATextLayerAlignmentMode
25 | }
[47/96] Compiling SDCALayer RawIndirectlyCodable.swift
[48/96] Compiling SDCALayer SDCAAnimation.swift
[49/96] Compiling SDCALayer SDCALayer.swift
[50/96] Compiling SDCALayer PropertyMap.swift
[51/96] Compiling SDCALayer exported.swift
[52/96] Compiling SDCALayer CAAnimation+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAAnimation: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAAnimation
14 |
/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
27 | }
28 |
29 | extension CAMediaTimingFillMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
30 | public typealias Model = JCAMediaTimingFillMode
31 | }
/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
17 | }
18 |
19 | extension CAAnimationCalculationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAAnimationCalculationMode
21 | }
/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
21 | }
22 |
23 | extension CAAnimationRotationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAAnimationRotationMode
25 | }
[53/96] Compiling SDCALayer CAAnimationGroup+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAAnimation: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAAnimation
14 |
/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
27 | }
28 |
29 | extension CAMediaTimingFillMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
30 | public typealias Model = JCAMediaTimingFillMode
31 | }
/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
17 | }
18 |
19 | extension CAAnimationCalculationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAAnimationCalculationMode
21 | }
/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
21 | }
22 |
23 | extension CAAnimationRotationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAAnimationRotationMode
25 | }
[54/96] Compiling SDCALayer CABasicAnimation+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAAnimation: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAAnimation
14 |
/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
27 | }
28 |
29 | extension CAMediaTimingFillMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
30 | public typealias Model = JCAMediaTimingFillMode
31 | }
/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
17 | }
18 |
19 | extension CAAnimationCalculationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAAnimationCalculationMode
21 | }
/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
21 | }
22 |
23 | extension CAAnimationRotationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAAnimationRotationMode
25 | }
[55/96] Compiling SDCALayer CAKeyframeAnimation+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAAnimation: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAAnimation
14 |
/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
27 | }
28 |
29 | extension CAMediaTimingFillMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
30 | public typealias Model = JCAMediaTimingFillMode
31 | }
/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
17 | }
18 |
19 | extension CAAnimationCalculationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAAnimationCalculationMode
21 | }
/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
21 | }
22 |
23 | extension CAAnimationRotationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAAnimationRotationMode
25 | }
[56/96] Compiling SDCALayer CAPropertyAnimation+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAAnimation: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAAnimation
14 |
/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
27 | }
28 |
29 | extension CAMediaTimingFillMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
30 | public typealias Model = JCAMediaTimingFillMode
31 | }
/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
17 | }
18 |
19 | extension CAAnimationCalculationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAAnimationCalculationMode
21 | }
/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
21 | }
22 |
23 | extension CAAnimationRotationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAAnimationRotationMode
25 | }
[57/96] Compiling SDCALayer JCATiledLayer.swift
[58/96] Compiling SDCALayer JCATransformLayer.swift
[59/96] Compiling SDCALayer CAAnimationConvertible.swift
[60/96] Compiling SDCALayer CALayerConvertible.swift
[61/96] Compiling SDCALayer OptionalType.swift
[62/96] Compiling SDCALayer CASpringAnimation+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAMediaTimingFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAMediaTimingFunction
14 |
/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
10 | import IndirectlyCodable
11 |
12 | extension CAValueFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAValueFunction
14 |
/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
9 | import QuartzCore
10 |
11 | extension CGColor: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGColor
13 |
/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
9 | import QuartzCore
10 |
11 | extension CGPath: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGPath
13 |
[63/96] Compiling SDCALayer CAMediaTimingFunction+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAMediaTimingFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAMediaTimingFunction
14 |
/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
10 | import IndirectlyCodable
11 |
12 | extension CAValueFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAValueFunction
14 |
/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
9 | import QuartzCore
10 |
11 | extension CGColor: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGColor
13 |
/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
9 | import QuartzCore
10 |
11 | extension CGPath: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGPath
13 |
[64/96] Compiling SDCALayer CAValueFunction+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAMediaTimingFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAMediaTimingFunction
14 |
/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
10 | import IndirectlyCodable
11 |
12 | extension CAValueFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAValueFunction
14 |
/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
9 | import QuartzCore
10 |
11 | extension CGColor: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGColor
13 |
/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
9 | import QuartzCore
10 |
11 | extension CGPath: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGPath
13 |
[65/96] Compiling SDCALayer CGColor+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAMediaTimingFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAMediaTimingFunction
14 |
/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
10 | import IndirectlyCodable
11 |
12 | extension CAValueFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAValueFunction
14 |
/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
9 | import QuartzCore
10 |
11 | extension CGColor: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGColor
13 |
/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
9 | import QuartzCore
10 |
11 | extension CGPath: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGPath
13 |
[66/96] Compiling SDCALayer CGPath+ICodable.swift
/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
10 | import IndirectlyCodable
11 |
12 | extension CAMediaTimingFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAMediaTimingFunction
14 |
/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
10 | import IndirectlyCodable
11 |
12 | extension CAValueFunction: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
13 | public typealias Model = JCAValueFunction
14 |
/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
9 | import QuartzCore
10 |
11 | extension CGColor: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGColor
13 |
/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
9 | import QuartzCore
10 |
11 | extension CGPath: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCGPath
13 |
[67/96] Compiling SDCALayer JCABasicAnimation.swift
[68/96] Compiling SDCALayer JCAKeyframeAnimation.swift
[69/96] Compiling SDCALayer JCAPropertyAnimation.swift
[70/96] Compiling SDCALayer JCASpringAnimation.swift
[71/96] Compiling SDCALayer JCAAnimationAny.swift
[72/96] Compiling SDCALayer CAMediaTimingFunction+.swift
[73/96] Compiling SDCALayer CATransform3D+.swift
[74/96] Compiling SDCALayer CGColor+.swift
[75/96] Compiling SDCALayer CGPath+.swift
[76/96] Compiling SDCALayer Codable+.swift
[77/96] Compiling SDCALayer CATextLayer+ICodable.swift
/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
17 | }
18 |
19 | extension CATextLayerTruncationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCATextLayerTruncationMode
21 | }
/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
21 | }
22 |
23 | extension CATextLayerAlignmentMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCATextLayerAlignmentMode
25 | }
[78/96] Compiling SDCALayer CATiledLayer+ICodable.swift
/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
17 | }
18 |
19 | extension CATextLayerTruncationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCATextLayerTruncationMode
21 | }
/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
21 | }
22 |
23 | extension CATextLayerAlignmentMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCATextLayerAlignmentMode
25 | }
[79/96] Compiling SDCALayer CATransformLayer+ICodable.swift
/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
17 | }
18 |
19 | extension CATextLayerTruncationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCATextLayerTruncationMode
21 | }
/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
21 | }
22 |
23 | extension CATextLayerAlignmentMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCATextLayerAlignmentMode
25 | }
[80/96] Compiling SDCALayer JCAAnimation.swift
/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
17 | }
18 |
19 | extension CATextLayerTruncationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCATextLayerTruncationMode
21 | }
/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
21 | }
22 |
23 | extension CATextLayerAlignmentMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCATextLayerAlignmentMode
25 | }
[81/96] Compiling SDCALayer JCAAnimationGroup.swift
/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
17 | }
18 |
19 | extension CATextLayerTruncationMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCATextLayerTruncationMode
21 | }
/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
21 | }
22 |
23 | extension CATextLayerAlignmentMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCATextLayerAlignmentMode
25 | }
[82/96] Compiling SDCALayer JCAMediaTimingFunction.swift
[83/96] Compiling SDCALayer JCAValueFunction.swift
[84/96] Compiling SDCALayer JCGColor.swift
[85/96] Compiling SDCALayer JCGPath.swift
[86/96] Compiling SDCALayer JCAGradientLayer.swift
[87/96] Compiling SDCALayer CAGradientLayer+ICodable.swift
/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
17 | }
18 |
19 | extension CAGradientLayerType: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAGradientLayerType
21 | }
/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
9 | import QuartzCore
10 |
11 | extension CALayer: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCALayer
13 |
/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
26 | }
27 |
28 | extension CALayerCornerCurve: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
29 | public typealias Model = JCALayerCornerCurve
30 | }
/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
30 | }
31 |
32 | extension CACornerMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
33 | public typealias Model = JCACornerMask
34 | }
/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
34 | }
35 |
36 | extension CALayerContentsGravity: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
37 | public typealias Model = JCALayerContentsGravity
38 | }
/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
38 | }
39 |
40 | extension CALayerContentsFormat: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
41 | public typealias Model = JCALayerContentsFormat
42 | }
/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
42 | }
43 |
44 | extension CALayerContentsFilter: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
45 | public typealias Model = JCALayerContentsFilter
46 | }
/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
46 | }
47 |
48 | extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
49 | public typealias Model = JCAEdgeAntialiasingMask
50 | }
/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
17 | }
18 |
19 | extension CAScrollLayerScrollMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAScrollLayerScrollMode
21 | }
/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
17 | }
18 |
19 | extension CAShapeLayerFillRule: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAShapeLayerFillRule
21 | }
/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
21 | }
22 |
23 | extension CAShapeLayerLineCap: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAShapeLayerLineCap
25 | }
/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
25 | }
26 |
27 | extension CAShapeLayerLineJoin: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
28 | public typealias Model = JCAShapeLayerLineJoin
29 | }
[88/96] Compiling SDCALayer CALayer+ICodable.swift
/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
17 | }
18 |
19 | extension CAGradientLayerType: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAGradientLayerType
21 | }
/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
9 | import QuartzCore
10 |
11 | extension CALayer: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCALayer
13 |
/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
26 | }
27 |
28 | extension CALayerCornerCurve: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
29 | public typealias Model = JCALayerCornerCurve
30 | }
/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
30 | }
31 |
32 | extension CACornerMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
33 | public typealias Model = JCACornerMask
34 | }
/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
34 | }
35 |
36 | extension CALayerContentsGravity: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
37 | public typealias Model = JCALayerContentsGravity
38 | }
/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
38 | }
39 |
40 | extension CALayerContentsFormat: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
41 | public typealias Model = JCALayerContentsFormat
42 | }
/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
42 | }
43 |
44 | extension CALayerContentsFilter: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
45 | public typealias Model = JCALayerContentsFilter
46 | }
/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
46 | }
47 |
48 | extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
49 | public typealias Model = JCAEdgeAntialiasingMask
50 | }
/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
17 | }
18 |
19 | extension CAScrollLayerScrollMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAScrollLayerScrollMode
21 | }
/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
17 | }
18 |
19 | extension CAShapeLayerFillRule: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAShapeLayerFillRule
21 | }
/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
21 | }
22 |
23 | extension CAShapeLayerLineCap: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAShapeLayerLineCap
25 | }
/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
25 | }
26 |
27 | extension CAShapeLayerLineJoin: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
28 | public typealias Model = JCAShapeLayerLineJoin
29 | }
[89/96] Compiling SDCALayer CAReplicatorLayer+ICodable.swift
/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
17 | }
18 |
19 | extension CAGradientLayerType: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAGradientLayerType
21 | }
/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
9 | import QuartzCore
10 |
11 | extension CALayer: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCALayer
13 |
/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
26 | }
27 |
28 | extension CALayerCornerCurve: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
29 | public typealias Model = JCALayerCornerCurve
30 | }
/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
30 | }
31 |
32 | extension CACornerMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
33 | public typealias Model = JCACornerMask
34 | }
/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
34 | }
35 |
36 | extension CALayerContentsGravity: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
37 | public typealias Model = JCALayerContentsGravity
38 | }
/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
38 | }
39 |
40 | extension CALayerContentsFormat: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
41 | public typealias Model = JCALayerContentsFormat
42 | }
/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
42 | }
43 |
44 | extension CALayerContentsFilter: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
45 | public typealias Model = JCALayerContentsFilter
46 | }
/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
46 | }
47 |
48 | extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
49 | public typealias Model = JCAEdgeAntialiasingMask
50 | }
/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
17 | }
18 |
19 | extension CAScrollLayerScrollMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAScrollLayerScrollMode
21 | }
/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
17 | }
18 |
19 | extension CAShapeLayerFillRule: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAShapeLayerFillRule
21 | }
/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
21 | }
22 |
23 | extension CAShapeLayerLineCap: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAShapeLayerLineCap
25 | }
/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
25 | }
26 |
27 | extension CAShapeLayerLineJoin: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
28 | public typealias Model = JCAShapeLayerLineJoin
29 | }
[90/96] Compiling SDCALayer CAScrollLayer+ICodable.swift
/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
17 | }
18 |
19 | extension CAGradientLayerType: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAGradientLayerType
21 | }
/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
9 | import QuartzCore
10 |
11 | extension CALayer: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCALayer
13 |
/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
26 | }
27 |
28 | extension CALayerCornerCurve: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
29 | public typealias Model = JCALayerCornerCurve
30 | }
/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
30 | }
31 |
32 | extension CACornerMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
33 | public typealias Model = JCACornerMask
34 | }
/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
34 | }
35 |
36 | extension CALayerContentsGravity: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
37 | public typealias Model = JCALayerContentsGravity
38 | }
/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
38 | }
39 |
40 | extension CALayerContentsFormat: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
41 | public typealias Model = JCALayerContentsFormat
42 | }
/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
42 | }
43 |
44 | extension CALayerContentsFilter: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
45 | public typealias Model = JCALayerContentsFilter
46 | }
/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
46 | }
47 |
48 | extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
49 | public typealias Model = JCAEdgeAntialiasingMask
50 | }
/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
17 | }
18 |
19 | extension CAScrollLayerScrollMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAScrollLayerScrollMode
21 | }
/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
17 | }
18 |
19 | extension CAShapeLayerFillRule: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAShapeLayerFillRule
21 | }
/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
21 | }
22 |
23 | extension CAShapeLayerLineCap: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAShapeLayerLineCap
25 | }
/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
25 | }
26 |
27 | extension CAShapeLayerLineJoin: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
28 | public typealias Model = JCAShapeLayerLineJoin
29 | }
[91/96] Compiling SDCALayer CAShapeLayer+ICodable.swift
/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
17 | }
18 |
19 | extension CAGradientLayerType: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAGradientLayerType
21 | }
/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
9 | import QuartzCore
10 |
11 | extension CALayer: IndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
12 | public typealias Model = JCALayer
13 |
/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
26 | }
27 |
28 | extension CALayerCornerCurve: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
29 | public typealias Model = JCALayerCornerCurve
30 | }
/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
30 | }
31 |
32 | extension CACornerMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
33 | public typealias Model = JCACornerMask
34 | }
/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
34 | }
35 |
36 | extension CALayerContentsGravity: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
37 | public typealias Model = JCALayerContentsGravity
38 | }
/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
38 | }
39 |
40 | extension CALayerContentsFormat: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
41 | public typealias Model = JCALayerContentsFormat
42 | }
/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
42 | }
43 |
44 | extension CALayerContentsFilter: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
45 | public typealias Model = JCALayerContentsFilter
46 | }
/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
46 | }
47 |
48 | extension CAEdgeAntialiasingMask: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
49 | public typealias Model = JCAEdgeAntialiasingMask
50 | }
/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
17 | }
18 |
19 | extension CAScrollLayerScrollMode: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAScrollLayerScrollMode
21 | }
/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
17 | }
18 |
19 | extension CAShapeLayerFillRule: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
20 | public typealias Model = JCAShapeLayerFillRule
21 | }
/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
21 | }
22 |
23 | extension CAShapeLayerLineCap: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
24 | public typealias Model = JCAShapeLayerLineCap
25 | }
/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
25 | }
26 |
27 | extension CAShapeLayerLineJoin: RawIndirectlyCodable {
| |- 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
| `- note: add '@retroactive' to silence this warning
28 | public typealias Model = JCAShapeLayerLineJoin
29 | }
[92/96] Compiling SDCALayer JCALayer.swift
[93/96] Compiling SDCALayer JCAReplicatorLayer.swift
[94/96] Compiling SDCALayer JCAScrollLayer.swift
[95/96] Compiling SDCALayer JCAShapeLayer.swift
[96/96] Compiling SDCALayer JCATextLayer.swift
Build complete! (13.36s)
Fetching https://github.com/p-x9/KeyPathValue.git
Fetching https://github.com/p-x9/IndirectlyCodable.git
Fetching https://github.com/jpsim/Yams.git
[1/77] Fetching indirectlycodable
[78/154] Fetching indirectlycodable, keypathvalue
Fetched https://github.com/p-x9/KeyPathValue.git from cache (0.63s)
[1/10874] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.64s)
Fetched https://github.com/p-x9/IndirectlyCodable.git from cache (1.64s)
Computing version for https://github.com/p-x9/KeyPathValue.git
Computed https://github.com/p-x9/KeyPathValue.git at 0.1.0 (2.17s)
Computing version for https://github.com/p-x9/IndirectlyCodable.git
Computed https://github.com/p-x9/IndirectlyCodable.git at 0.1.0 (0.50s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.51s)
Creating working copy for https://github.com/p-x9/IndirectlyCodable.git
Working copy of https://github.com/p-x9/IndirectlyCodable.git resolved at 0.1.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/p-x9/KeyPathValue.git
Working copy of https://github.com/p-x9/KeyPathValue.git resolved at 0.1.0
Build complete.
{
"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"
}
Done.