The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Extension, reference main (ab54a7), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 04:13:18 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

 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 71 |         mask = value
 72 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:75:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 76 |         masksToBounds = value
 77 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:80:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 81 |         contents = value
 82 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:85:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 86 |         contents = value
 87 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:90:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 91 |         contentsGravity = value
 92 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:95:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 96 |         contentsScale = value
 97 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:100:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
101 |         contentsCenter = value
102 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:106:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
104 |     @available(iOS 10.0, macOS 10.12, tvOS 10.0, *)
105 |     @discardableResult
106 |     open func contentsFormat(_ value: CALayerContentsFormat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
107 |         contentsFormat = value
108 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:111:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
112 |         minificationFilter = value
113 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:116:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
117 |         magnificationFilter = value
118 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:121:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
122 |         minificationFilterBias = value
123 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:126:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
127 |         isOpaque = value
128 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:131:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
132 |         needsDisplayOnBoundsChange = value
133 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:136:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
137 |         drawsAsynchronously = value
138 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:141:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
142 |         edgeAntialiasingMask = value
143 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:146:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
147 |         allowsEdgeAntialiasing = value
148 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:151:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
152 |         backgroundColor = value
153 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:156:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
157 |         cornerRadius = value
158 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:162:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
160 |     @available(iOS 11.0, macOS 10.13, tvOS 11.0, *)
161 |     @discardableResult
162 |     open func maskedCorners(_ value: CACornerMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
163 |         maskedCorners = value
164 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:168:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
166 |     @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 |     @discardableResult
168 |     open func cornerCurve(_ value: CALayerCornerCurve) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
169 |         cornerCurve = value
170 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:173:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
174 |         borderWidth = value
175 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:178:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
179 |         borderColor = value
180 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:183:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
184 |         opacity = value
185 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:188:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
189 |         compositingFilter = value
190 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:193:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
194 |         filters = value
195 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:198:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
199 |         backgroundFilters = value
200 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:203:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
204 |         shouldRasterize = value
205 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:208:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
209 |         rasterizationScale = value
210 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:213:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |         shadowColor = value
215 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:218:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
219 |         shadowOpacity = value
220 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:223:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
224 |         shadowOffset = value
225 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:228:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
229 |         shadowRadius = value
230 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:233:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
234 |         shadowPath = value
235 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:238:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
239 |         actions = value
240 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:243:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
244 |         name = value
245 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:248:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
249 |         style = value
250 |         return self
[24/65] Compiling Extension UILabel+chainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:15:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 16 |         bounds = value
 17 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:20:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 21 |         position = value
 22 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:25:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 26 |         zPosition = value
 27 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:30:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 31 |         anchorPoint = value
 32 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:35:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 36 |         anchorPointZ = value
 37 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:40:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 41 |         transform = value
 42 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:45:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 46 |         frame = value
 47 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:50:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 51 |         isHidden = value
 52 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:55:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 56 |         isDoubleSided = value
 57 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:60:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 61 |         isGeometryFlipped = value
 62 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:65:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 66 |         sublayers = value
 67 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:70:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 71 |         mask = value
 72 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:75:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 76 |         masksToBounds = value
 77 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:80:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 81 |         contents = value
 82 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:85:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 86 |         contents = value
 87 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:90:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 91 |         contentsGravity = value
 92 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:95:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 96 |         contentsScale = value
 97 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:100:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
101 |         contentsCenter = value
102 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:106:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
104 |     @available(iOS 10.0, macOS 10.12, tvOS 10.0, *)
105 |     @discardableResult
106 |     open func contentsFormat(_ value: CALayerContentsFormat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
107 |         contentsFormat = value
108 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:111:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
112 |         minificationFilter = value
113 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:116:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
117 |         magnificationFilter = value
118 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:121:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
122 |         minificationFilterBias = value
123 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:126:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
127 |         isOpaque = value
128 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:131:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
132 |         needsDisplayOnBoundsChange = value
133 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:136:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
137 |         drawsAsynchronously = value
138 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:141:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
142 |         edgeAntialiasingMask = value
143 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:146:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
147 |         allowsEdgeAntialiasing = value
148 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:151:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
152 |         backgroundColor = value
153 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:156:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
157 |         cornerRadius = value
158 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:162:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
160 |     @available(iOS 11.0, macOS 10.13, tvOS 11.0, *)
161 |     @discardableResult
162 |     open func maskedCorners(_ value: CACornerMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
163 |         maskedCorners = value
164 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:168:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
166 |     @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 |     @discardableResult
168 |     open func cornerCurve(_ value: CALayerCornerCurve) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
169 |         cornerCurve = value
170 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:173:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
174 |         borderWidth = value
175 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:178:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
179 |         borderColor = value
180 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:183:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
184 |         opacity = value
185 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:188:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
189 |         compositingFilter = value
190 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:193:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
194 |         filters = value
195 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:198:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
199 |         backgroundFilters = value
200 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:203:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
204 |         shouldRasterize = value
205 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:208:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
209 |         rasterizationScale = value
210 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:213:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |         shadowColor = value
215 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:218:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
219 |         shadowOpacity = value
220 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:223:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
224 |         shadowOffset = value
225 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:228:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
229 |         shadowRadius = value
230 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:233:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
234 |         shadowPath = value
235 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:238:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
239 |         actions = value
240 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:243:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
244 |         name = value
245 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:248:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
249 |         style = value
250 |         return self
[25/65] Compiling Extension UIView+chainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:15:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 16 |         bounds = value
 17 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:20:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 21 |         position = value
 22 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:25:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 26 |         zPosition = value
 27 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:30:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 31 |         anchorPoint = value
 32 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:35:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 36 |         anchorPointZ = value
 37 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:40:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 41 |         transform = value
 42 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:45:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 46 |         frame = value
 47 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:50:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 51 |         isHidden = value
 52 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:55:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 56 |         isDoubleSided = value
 57 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:60:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 61 |         isGeometryFlipped = value
 62 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:65:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 66 |         sublayers = value
 67 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:70:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 71 |         mask = value
 72 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:75:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 76 |         masksToBounds = value
 77 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:80:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 81 |         contents = value
 82 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:85:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 86 |         contents = value
 87 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:90:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 91 |         contentsGravity = value
 92 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:95:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 96 |         contentsScale = value
 97 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:100:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
101 |         contentsCenter = value
102 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:106:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
104 |     @available(iOS 10.0, macOS 10.12, tvOS 10.0, *)
105 |     @discardableResult
106 |     open func contentsFormat(_ value: CALayerContentsFormat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
107 |         contentsFormat = value
108 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:111:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
112 |         minificationFilter = value
113 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:116:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
117 |         magnificationFilter = value
118 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:121:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
122 |         minificationFilterBias = value
123 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:126:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
127 |         isOpaque = value
128 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:131:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
132 |         needsDisplayOnBoundsChange = value
133 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:136:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
137 |         drawsAsynchronously = value
138 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:141:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
142 |         edgeAntialiasingMask = value
143 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:146:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
147 |         allowsEdgeAntialiasing = value
148 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:151:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
152 |         backgroundColor = value
153 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:156:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
157 |         cornerRadius = value
158 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:162:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
160 |     @available(iOS 11.0, macOS 10.13, tvOS 11.0, *)
161 |     @discardableResult
162 |     open func maskedCorners(_ value: CACornerMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
163 |         maskedCorners = value
164 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:168:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
166 |     @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 |     @discardableResult
168 |     open func cornerCurve(_ value: CALayerCornerCurve) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
169 |         cornerCurve = value
170 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:173:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
174 |         borderWidth = value
175 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:178:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
179 |         borderColor = value
180 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:183:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
184 |         opacity = value
185 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:188:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
189 |         compositingFilter = value
190 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:193:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
194 |         filters = value
195 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:198:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
199 |         backgroundFilters = value
200 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:203:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
204 |         shouldRasterize = value
205 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:208:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
209 |         rasterizationScale = value
210 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:213:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |         shadowColor = value
215 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:218:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
219 |         shadowOpacity = value
220 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:223:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
224 |         shadowOffset = value
225 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:228:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
229 |         shadowRadius = value
230 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:233:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
234 |         shadowPath = value
235 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:238:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
239 |         actions = value
240 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:243:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
244 |         name = value
245 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:248:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
249 |         style = value
250 |         return self
[26/65] Compiling Extension WKWebView+contentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:15:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 16 |         bounds = value
 17 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:20:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 21 |         position = value
 22 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:25:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 26 |         zPosition = value
 27 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:30:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 31 |         anchorPoint = value
 32 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:35:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 36 |         anchorPointZ = value
 37 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:40:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 41 |         transform = value
 42 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:45:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 46 |         frame = value
 47 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:50:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 51 |         isHidden = value
 52 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:55:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 56 |         isDoubleSided = value
 57 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:60:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 61 |         isGeometryFlipped = value
 62 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:65:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 66 |         sublayers = value
 67 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:70:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 71 |         mask = value
 72 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:75:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 76 |         masksToBounds = value
 77 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:80:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 81 |         contents = value
 82 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:85:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 86 |         contents = value
 87 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:90:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 91 |         contentsGravity = value
 92 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:95:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 96 |         contentsScale = value
 97 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:100:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
101 |         contentsCenter = value
102 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:106:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
104 |     @available(iOS 10.0, macOS 10.12, tvOS 10.0, *)
105 |     @discardableResult
106 |     open func contentsFormat(_ value: CALayerContentsFormat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
107 |         contentsFormat = value
108 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:111:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
112 |         minificationFilter = value
113 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:116:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
117 |         magnificationFilter = value
118 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:121:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
122 |         minificationFilterBias = value
123 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:126:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
127 |         isOpaque = value
128 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:131:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
132 |         needsDisplayOnBoundsChange = value
133 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:136:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
137 |         drawsAsynchronously = value
138 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:141:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
142 |         edgeAntialiasingMask = value
143 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:146:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
147 |         allowsEdgeAntialiasing = value
148 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:151:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
152 |         backgroundColor = value
153 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:156:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
157 |         cornerRadius = value
158 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:162:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
160 |     @available(iOS 11.0, macOS 10.13, tvOS 11.0, *)
161 |     @discardableResult
162 |     open func maskedCorners(_ value: CACornerMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
163 |         maskedCorners = value
164 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:168:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
166 |     @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 |     @discardableResult
168 |     open func cornerCurve(_ value: CALayerCornerCurve) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
169 |         cornerCurve = value
170 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:173:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
174 |         borderWidth = value
175 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:178:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
179 |         borderColor = value
180 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:183:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
184 |         opacity = value
185 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:188:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
189 |         compositingFilter = value
190 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:193:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
194 |         filters = value
195 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:198:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
199 |         backgroundFilters = value
200 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:203:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
204 |         shouldRasterize = value
205 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:208:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
209 |         rasterizationScale = value
210 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:213:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |         shadowColor = value
215 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:218:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
219 |         shadowOpacity = value
220 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:223:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
224 |         shadowOffset = value
225 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:228:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
229 |         shadowRadius = value
230 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:233:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
234 |         shadowPath = value
235 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:238:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
239 |         actions = value
240 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:243:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
244 |         name = value
245 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:248:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
249 |         style = value
250 |         return self
[27/65] Compiling Extension WKWebView+input.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:15:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 16 |         bounds = value
 17 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:20:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 21 |         position = value
 22 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:25:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 26 |         zPosition = value
 27 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:30:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 31 |         anchorPoint = value
 32 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:35:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 36 |         anchorPointZ = value
 37 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:40:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 41 |         transform = value
 42 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:45:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 46 |         frame = value
 47 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:50:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 51 |         isHidden = value
 52 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:55:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 56 |         isDoubleSided = value
 57 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:60:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 61 |         isGeometryFlipped = value
 62 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:65:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 66 |         sublayers = value
 67 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:70:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 71 |         mask = value
 72 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:75:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 76 |         masksToBounds = value
 77 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:80:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 81 |         contents = value
 82 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:85:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 86 |         contents = value
 87 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:90:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 91 |         contentsGravity = value
 92 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:95:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 96 |         contentsScale = value
 97 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:100:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
101 |         contentsCenter = value
102 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:106:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
104 |     @available(iOS 10.0, macOS 10.12, tvOS 10.0, *)
105 |     @discardableResult
106 |     open func contentsFormat(_ value: CALayerContentsFormat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
107 |         contentsFormat = value
108 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:111:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
112 |         minificationFilter = value
113 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:116:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
117 |         magnificationFilter = value
118 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:121:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
122 |         minificationFilterBias = value
123 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:126:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
127 |         isOpaque = value
128 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:131:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
132 |         needsDisplayOnBoundsChange = value
133 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:136:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
137 |         drawsAsynchronously = value
138 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:141:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
142 |         edgeAntialiasingMask = value
143 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:146:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
147 |         allowsEdgeAntialiasing = value
148 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:151:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
152 |         backgroundColor = value
153 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:156:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
157 |         cornerRadius = value
158 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:162:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
160 |     @available(iOS 11.0, macOS 10.13, tvOS 11.0, *)
161 |     @discardableResult
162 |     open func maskedCorners(_ value: CACornerMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
163 |         maskedCorners = value
164 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:168:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
166 |     @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 |     @discardableResult
168 |     open func cornerCurve(_ value: CALayerCornerCurve) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
169 |         cornerCurve = value
170 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:173:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
174 |         borderWidth = value
175 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:178:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
179 |         borderColor = value
180 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:183:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
184 |         opacity = value
185 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:188:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
189 |         compositingFilter = value
190 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:193:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
194 |         filters = value
195 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:198:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
199 |         backgroundFilters = value
200 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:203:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
204 |         shouldRasterize = value
205 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:208:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
209 |         rasterizationScale = value
210 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:213:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |         shadowColor = value
215 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:218:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
219 |         shadowOpacity = value
220 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:223:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
224 |         shadowOffset = value
225 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:228:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
229 |         shadowRadius = value
230 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:233:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
234 |         shadowPath = value
235 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:238:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
239 |         actions = value
240 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:243:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
244 |         name = value
245 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:248:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
249 |         style = value
250 |         return self
[28/65] Compiling Extension WKWebView+registerScheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:15:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 16 |         bounds = value
 17 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:20:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 21 |         position = value
 22 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:25:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 26 |         zPosition = value
 27 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:30:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 31 |         anchorPoint = value
 32 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:35:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 36 |         anchorPointZ = value
 37 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:40:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 41 |         transform = value
 42 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:45:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 46 |         frame = value
 47 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:50:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 51 |         isHidden = value
 52 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:55:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 56 |         isDoubleSided = value
 57 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:60:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 61 |         isGeometryFlipped = value
 62 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:65:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 66 |         sublayers = value
 67 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:70:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 71 |         mask = value
 72 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:75:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 76 |         masksToBounds = value
 77 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:80:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 81 |         contents = value
 82 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:85:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 86 |         contents = value
 87 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:90:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 91 |         contentsGravity = value
 92 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:95:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 96 |         contentsScale = value
 97 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:100:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
101 |         contentsCenter = value
102 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:106:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
104 |     @available(iOS 10.0, macOS 10.12, tvOS 10.0, *)
105 |     @discardableResult
106 |     open func contentsFormat(_ value: CALayerContentsFormat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
107 |         contentsFormat = value
108 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:111:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
112 |         minificationFilter = value
113 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:116:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
117 |         magnificationFilter = value
118 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:121:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
122 |         minificationFilterBias = value
123 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:126:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
127 |         isOpaque = value
128 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:131:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
132 |         needsDisplayOnBoundsChange = value
133 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:136:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
137 |         drawsAsynchronously = value
138 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:141:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
142 |         edgeAntialiasingMask = value
143 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:146:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
147 |         allowsEdgeAntialiasing = value
148 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:151:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
152 |         backgroundColor = value
153 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:156:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
157 |         cornerRadius = value
158 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:162:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
160 |     @available(iOS 11.0, macOS 10.13, tvOS 11.0, *)
161 |     @discardableResult
162 |     open func maskedCorners(_ value: CACornerMask) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
163 |         maskedCorners = value
164 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:168:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
166 |     @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 |     @discardableResult
168 |     open func cornerCurve(_ value: CALayerCornerCurve) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
169 |         cornerCurve = value
170 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:173:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
174 |         borderWidth = value
175 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:178:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
179 |         borderColor = value
180 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:183:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
184 |         opacity = value
185 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:188:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
189 |         compositingFilter = value
190 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:193:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
194 |         filters = value
195 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:198:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
199 |         backgroundFilters = value
200 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:203:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
204 |         shouldRasterize = value
205 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:208:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
209 |         rasterizationScale = value
210 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:213:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |         shadowColor = value
215 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:218:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
219 |         shadowOpacity = value
220 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:223:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
224 |         shadowOffset = value
225 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:228:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
229 |         shadowRadius = value
230 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:233:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
234 |         shadowPath = value
235 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:238:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
239 |         actions = value
240 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:243:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
244 |         name = value
245 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:248:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
249 |         style = value
250 |         return self
[29/65] Compiling Extension Image+pdf.swift
[30/65] Compiling Extension Image.swift
[31/65] Compiling Extension VIew+UIImage.swift
[32/65] Compiling Extension View.swift
[33/65] Compiling Extension runtime.swift
[34/65] Compiling Extension DispatchQueue+once.swift
[35/65] Compiling Extension Array+JSON.swift
[36/65] Compiling Extension String+regex.swift
[37/65] Compiling Extension Swift+Association.swift
[38/65] Compiling Extension Swift+closuer.swift
[39/65] Compiling Extension Swift+log.swift
[40/65] Compiling Extension Swift+synchronized.swift
[41/65] Compiling Extension ApplicationMainDelegate.swift
[42/65] Compiling Extension String+Dictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/URL+String.swift:4:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
[43/65] Compiling Extension String+URLEscaped.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/URL+String.swift:4:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
[44/65] Compiling Extension String+base64.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/URL+String.swift:4:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
[45/65] Compiling Extension URL+Cookie.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/URL+String.swift:4:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
[46/65] Compiling Extension URL+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/URL+String.swift:4:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
[47/65] Compiling Extension URL+query.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/URL+String.swift:4:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension URL: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
[48/65] Compiling Extension Array+cookieString.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:40:15: warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
38 | }
39 |
40 | private class BundleEx: Bundle {
   |               `- warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
41 |     fileprivate override func localizedString(forKey key: String, value: String?, table tableName: String?) -> String {
42 |         if let bundle = runTimeBundle {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/CGFloat+String.swift:4:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 2 | import CoreGraphics
 3 |
 4 | extension CGFloat: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
19 |                 let runTimeBundle = Bundle(path: path)
20 |                 objc_setAssociatedObject(self,
21 |                                          &AssociatedKeys.languageCode,
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
22 |                                          runTimeBundle,
23 |                                          objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
34 |     }
35 |     fileprivate var runTimeBundle: Bundle? {
36 |         return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
37 |     }
38 | }
[49/65] Compiling Extension Bundle+Localization.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:40:15: warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
38 | }
39 |
40 | private class BundleEx: Bundle {
   |               `- warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
41 |     fileprivate override func localizedString(forKey key: String, value: String?, table tableName: String?) -> String {
42 |         if let bundle = runTimeBundle {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/CGFloat+String.swift:4:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 2 | import CoreGraphics
 3 |
 4 | extension CGFloat: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
19 |                 let runTimeBundle = Bundle(path: path)
20 |                 objc_setAssociatedObject(self,
21 |                                          &AssociatedKeys.languageCode,
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
22 |                                          runTimeBundle,
23 |                                          objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
34 |     }
35 |     fileprivate var runTimeBundle: Bundle? {
36 |         return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
37 |     }
38 | }
[50/65] Compiling Extension CFAbsoluteTime+init.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:40:15: warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
38 | }
39 |
40 | private class BundleEx: Bundle {
   |               `- warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
41 |     fileprivate override func localizedString(forKey key: String, value: String?, table tableName: String?) -> String {
42 |         if let bundle = runTimeBundle {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/CGFloat+String.swift:4:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 2 | import CoreGraphics
 3 |
 4 | extension CGFloat: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
19 |                 let runTimeBundle = Bundle(path: path)
20 |                 objc_setAssociatedObject(self,
21 |                                          &AssociatedKeys.languageCode,
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
22 |                                          runTimeBundle,
23 |                                          objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
34 |     }
35 |     fileprivate var runTimeBundle: Bundle? {
36 |         return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
37 |     }
38 | }
[51/65] Compiling Extension CGFloat+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:40:15: warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
38 | }
39 |
40 | private class BundleEx: Bundle {
   |               `- warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
41 |     fileprivate override func localizedString(forKey key: String, value: String?, table tableName: String?) -> String {
42 |         if let bundle = runTimeBundle {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/CGFloat+String.swift:4:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 2 | import CoreGraphics
 3 |
 4 | extension CGFloat: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
19 |                 let runTimeBundle = Bundle(path: path)
20 |                 objc_setAssociatedObject(self,
21 |                                          &AssociatedKeys.languageCode,
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
22 |                                          runTimeBundle,
23 |                                          objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
34 |     }
35 |     fileprivate var runTimeBundle: Bundle? {
36 |         return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
37 |     }
38 | }
[52/65] Compiling Extension Data+MIMEType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:40:15: warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
38 | }
39 |
40 | private class BundleEx: Bundle {
   |               `- warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
41 |     fileprivate override func localizedString(forKey key: String, value: String?, table tableName: String?) -> String {
42 |         if let bundle = runTimeBundle {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/CGFloat+String.swift:4:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 2 | import CoreGraphics
 3 |
 4 | extension CGFloat: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
19 |                 let runTimeBundle = Bundle(path: path)
20 |                 objc_setAssociatedObject(self,
21 |                                          &AssociatedKeys.languageCode,
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
22 |                                          runTimeBundle,
23 |                                          objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
34 |     }
35 |     fileprivate var runTimeBundle: Bundle? {
36 |         return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
37 |     }
38 | }
[53/65] Compiling Extension Dictionary+MIMEType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:40:15: warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
38 | }
39 |
40 | private class BundleEx: Bundle {
   |               `- warning: class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
41 |     fileprivate override func localizedString(forKey key: String, value: String?, table tableName: String?) -> String {
42 |         if let bundle = runTimeBundle {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/CGFloat+String.swift:4:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 2 | import CoreGraphics
 3 |
 4 | extension CGFloat: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public typealias StringLiteralType = String
 6 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:21:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
19 |                 let runTimeBundle = Bundle(path: path)
20 |                 objc_setAssociatedObject(self,
21 |                                          &AssociatedKeys.languageCode,
   |                                          `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
22 |                                          runTimeBundle,
23 |                                          objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:36:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
34 |     }
35 |     fileprivate var runTimeBundle: Bundle? {
36 |         return objc_getAssociatedObject(self, &AssociatedKeys.languageCode) as? Bundle
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
37 |     }
38 | }
[54/65] Compiling Extension HTTPCookieStorage+setCookie.swift
[55/65] Compiling Extension KeyChain.swift
[56/65] Compiling Extension Locale+Localization.swift
[57/65] Compiling Extension SCNetworkReachability+flags.swift
[58/65] Compiling Extension SCNetworkReachability+new.swift
[59/65] Compiling Extension SCNetworkReachability+update.swift
[60/65] Compiling Extension UserDefaults+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Float+String.swift:1:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Float: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Int+String.swift:1:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Int: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
[61/65] Compiling Extension UserDefaults+subscript.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Float+String.swift:1:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Float: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Int+String.swift:1:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Int: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
[62/65] Compiling Extension NSAttribute+chainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Float+String.swift:1:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Float: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Int+String.swift:1:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Int: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
[63/65] Compiling Extension NSMutableAttributedString+chainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Float+String.swift:1:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Float: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Int+String.swift:1:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Int: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
[64/65] Compiling Extension Float+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Float+String.swift:1:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Float: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Int+String.swift:1:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Int: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
[65/65] Compiling Extension Int+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Float+String.swift:1:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Float: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Int+String.swift:1:1: warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension Int: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public typealias StringLiteralType = String
 3 |     public init(stringLiteral value: String) {
Build complete! (4.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Extension",
  "name" : "Extension",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Extension",
      "targets" : [
        "Extension"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Extension",
      "module_type" : "SwiftTarget",
      "name" : "Extension",
      "path" : "Sources",
      "product_memberships" : [
        "Extension"
      ],
      "sources" : [
        "Common/Color/Color+components.swift",
        "Common/Color/Color+css.swift",
        "Common/Color/Color+hex.swift",
        "Common/Color/Color+rgba.swift",
        "Common/Color/Color.swift",
        "Common/Image/Image+CoreGraphics.swift",
        "Common/Image/Image+Process.swift",
        "Common/Image/Image+pdf.swift",
        "Common/Image/Image.swift",
        "Common/View/VIew+UIImage.swift",
        "Common/View/View.swift",
        "Common/runtime.swift",
        "Dispatch/DispatchQueue+once.swift",
        "Foundation/Array+JSON.swift",
        "Foundation/Array+cookieString.swift",
        "Foundation/Bundle+Localization.swift",
        "Foundation/CFAbsoluteTime+init.swift",
        "Foundation/CGFloat+String.swift",
        "Foundation/Data+MIMEType.swift",
        "Foundation/Dictionary+MIMEType.swift",
        "Foundation/HTTPCookieStorage+setCookie.swift",
        "Foundation/KeyChain.swift",
        "Foundation/Locale+Localization.swift",
        "Foundation/SCNetworkReachability/SCNetworkReachability+flags.swift",
        "Foundation/SCNetworkReachability/SCNetworkReachability+new.swift",
        "Foundation/SCNetworkReachability/SCNetworkReachability+update.swift",
        "Foundation/String+Dictionary.swift",
        "Foundation/String+URLEscaped.swift",
        "Foundation/String+base64.swift",
        "Foundation/URL+Cookie.swift",
        "Foundation/URL+String.swift",
        "Foundation/URL+query.swift",
        "Foundation/UserDefaults+Codable.swift",
        "Foundation/UserDefaults+subscript.swift",
        "Foundation/chainable/NSAttribute+chainable.swift",
        "Foundation/chainable/NSMutableAttributedString+chainable.swift",
        "Swift/Float+String.swift",
        "Swift/Int+String.swift",
        "Swift/String+regex.swift",
        "Swift/Swift+Association.swift",
        "Swift/Swift+closuer.swift",
        "Swift/Swift+log.swift",
        "Swift/Swift+synchronized.swift",
        "UIKit/ApplicationMainDelegate.swift",
        "UIKit/Array+UIImage.swift",
        "UIKit/CGRect+Float.swift",
        "UIKit/CGSize+Float.swift",
        "UIKit/CGpoint+Float.swift",
        "UIKit/NSAttributedString+Content.swift",
        "UIKit/NSString+Size.swift",
        "UIKit/UIApplication+EventTrack.swift",
        "UIKit/UIControl+Event.swift",
        "UIKit/UIFont+SymbolicTraits.swift",
        "UIKit/UINavigationController+Autorotate.swift",
        "UIKit/UIResponder+Keyboard.swift",
        "UIKit/UITableView+UIImage.swift",
        "UIKit/chainable/CALayer+chainable.swift",
        "UIKit/chainable/UILabel+chainable.swift",
        "UIKit/chainable/UIView+chainable.swift",
        "WebKit/WKWebView+contentView.swift",
        "WebKit/WKWebView+input.swift",
        "WebKit/WKWebView+registerScheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.