The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Extension, reference main (ab54a7), with Swift 6.1 for macOS (SPM) on 21 May 2025 07:25:04 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

[21/65] Compiling Extension NSAttributedString+Content.swift
[22/65] Compiling Extension NSString+Size.swift
[23/65] Compiling Extension CALayer+chainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/chainable/CALayer+chainable.swift:15:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
 13 | extension CALayer {
 14 |     @discardableResult
 15 |     open func bounds(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 18 |     }
 19 |     @discardableResult
 20 |     open func position(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 23 |     }
 24 |     @discardableResult
 25 |     open func zPosition(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 28 |     }
 29 |     @discardableResult
 30 |     open func anchorPoint(_ value: CGPoint) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 33 |     }
 34 |     @discardableResult
 35 |     open func anchorPointZ(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 38 |     }
 39 |     @discardableResult
 40 |     open func transform(_ value: CATransform3D) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 43 |     }
 44 |     @discardableResult
 45 |     open func frame(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 48 |     }
 49 |     @discardableResult
 50 |     open func isHidden(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 53 |     }
 54 |     @discardableResult
 55 |     open func isDoubleSided(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 58 |     }
 59 |     @discardableResult
 60 |     open func isGeometryFlipped(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 63 |     }
 64 |     @discardableResult
 65 |     open func sublayers(_ value: [CALayer]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 68 |     }
 69 |     @discardableResult
 70 |     open func mask(_ value: CALayer?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 73 |     }
 74 |     @discardableResult
 75 |     open func masksToBounds(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 78 |     }
 79 |     @discardableResult
 80 |     open func contents(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 83 |     }
 84 |     @discardableResult
 85 |     open func contents(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 88 |     }
 89 |     @discardableResult
 90 |     open func contentsGravity(_ value: CALayerContentsGravity) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 93 |     }
 94 |     @discardableResult
 95 |     open func contentsScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
 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 in extensions cannot be overridden; use 'public' instead
 98 |     }
 99 |     @discardableResult
100 |     open func contentsCenter(_ value: CGRect) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
109 |     }
110 |     @discardableResult
111 |     open func minificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
114 |     }
115 |     @discardableResult
116 |     open func magnificationFilter(_ value: CALayerContentsFilter) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
119 |     }
120 |     @discardableResult
121 |     open func minificationFilterBias(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
124 |     }
125 |     @discardableResult
126 |     open func isOpaque(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
129 |     }
130 |     @discardableResult
131 |     open func needsDisplayOnBoundsChange(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
134 |     }
135 |     @discardableResult
136 |     open func drawsAsynchronously(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
139 |     }
140 |     @discardableResult
141 |     open func edgeAntialiasingMask(_ value: CAEdgeAntialiasingMask) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
144 |     }
145 |     @discardableResult
146 |     open func allowsEdgeAntialiasing(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
149 |     }
150 |     @discardableResult
151 |     open func backgroundColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
154 |     }
155 |     @discardableResult
156 |     open func cornerRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
171 |     }
172 |     @discardableResult
173 |     open func borderWidth(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
176 |     }
177 |     @discardableResult
178 |     open func borderColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
181 |     }
182 |     @discardableResult
183 |     open func opacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
186 |     }
187 |     @discardableResult
188 |     open func compositingFilter(_ value: Any?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
191 |     }
192 |     @discardableResult
193 |     open func filters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
196 |     }
197 |     @discardableResult
198 |     open func backgroundFilters(_ value: [Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
201 |     }
202 |     @discardableResult
203 |     open func shouldRasterize(_ value: Bool) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
206 |     }
207 |     @discardableResult
208 |     open func rasterizationScale(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
211 |     }
212 |     @discardableResult
213 |     open func shadowColor(_ value: CGColor?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
216 |     }
217 |     @discardableResult
218 |     open func shadowOpacity(_ value: Float) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
221 |     }
222 |     @discardableResult
223 |     open func shadowOffset(_ value: CGSize) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
226 |     }
227 |     @discardableResult
228 |     open func shadowRadius(_ value: CGFloat) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
231 |     }
232 |     @discardableResult
233 |     open func shadowPath(_ value: CGPath?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
236 |     }
237 |     @discardableResult
238 |     open func actions(_ value: [String : CAAction]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
241 |     }
242 |     @discardableResult
243 |     open func name(_ value: String?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
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 in extensions cannot be overridden; use 'public' instead
246 |     }
247 |     @discardableResult
248 |     open func style(_ value: [AnyHashable : Any]?) -> Self {
    |     `- warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
249 |         style = value
250 |         return self
[29/65] Compiling Extension Array+cookieString.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:10:20: warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Bundle {
 9 |     private struct AssociatedKeys {
10 |         static var languageCode = "languageCode"
   |                    |- warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'languageCode' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'languageCode' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     }
12 |     // bundle run time code en, zh_Hans ect, to update localization source without restart
/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 | }
[30/65] Compiling Extension Bundle+Localization.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:10:20: warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Bundle {
 9 |     private struct AssociatedKeys {
10 |         static var languageCode = "languageCode"
   |                    |- warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'languageCode' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'languageCode' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     }
12 |     // bundle run time code en, zh_Hans ect, to update localization source without restart
/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 | }
[31/65] Compiling Extension CFAbsoluteTime+init.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:10:20: warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Bundle {
 9 |     private struct AssociatedKeys {
10 |         static var languageCode = "languageCode"
   |                    |- warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'languageCode' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'languageCode' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     }
12 |     // bundle run time code en, zh_Hans ect, to update localization source without restart
/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 | }
[32/65] Compiling Extension CGFloat+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:10:20: warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Bundle {
 9 |     private struct AssociatedKeys {
10 |         static var languageCode = "languageCode"
   |                    |- warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'languageCode' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'languageCode' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     }
12 |     // bundle run time code en, zh_Hans ect, to update localization source without restart
/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 | }
[33/65] Compiling Extension Data+MIMEType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:10:20: warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Bundle {
 9 |     private struct AssociatedKeys {
10 |         static var languageCode = "languageCode"
   |                    |- warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'languageCode' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'languageCode' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     }
12 |     // bundle run time code en, zh_Hans ect, to update localization source without restart
/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 | }
[34/65] Compiling Extension Dictionary+MIMEType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/Bundle+Localization.swift:10:20: warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 8 | extension Bundle {
 9 |     private struct AssociatedKeys {
10 |         static var languageCode = "languageCode"
   |                    |- warning: static property 'languageCode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'languageCode' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'languageCode' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |     }
12 |     // bundle run time code en, zh_Hans ect, to update localization source without restart
/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 | }
[35/65] Compiling Extension String+regex.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+log.swift:24:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | private struct Log: TextOutputStream {
 24 |     static var shared = Log()
    |                |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     #if DEBUG
 26 |     let file = "debug_log.txt"
[36/65] Compiling Extension Swift+Association.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+log.swift:24:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | private struct Log: TextOutputStream {
 24 |     static var shared = Log()
    |                |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     #if DEBUG
 26 |     let file = "debug_log.txt"
[37/65] Compiling Extension Swift+closuer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+log.swift:24:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | private struct Log: TextOutputStream {
 24 |     static var shared = Log()
    |                |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     #if DEBUG
 26 |     let file = "debug_log.txt"
[38/65] Compiling Extension Swift+log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+log.swift:24:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | private struct Log: TextOutputStream {
 24 |     static var shared = Log()
    |                |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     #if DEBUG
 26 |     let file = "debug_log.txt"
[39/65] Compiling Extension Swift+synchronized.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+log.swift:24:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | private struct Log: TextOutputStream {
 24 |     static var shared = Log()
    |                |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     #if DEBUG
 26 |     let file = "debug_log.txt"
[40/65] Compiling Extension ApplicationMainDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+log.swift:24:16: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | private struct Log: TextOutputStream {
 24 |     static var shared = Log()
    |                |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     #if DEBUG
 26 |     let file = "debug_log.txt"
[41/65] Compiling Extension Image+pdf.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dispatch/DispatchQueue+once.swift:8:24: warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension DispatchQueue {
 8 |     private static var onceTracker = [String]()
   |                        |- warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'onceTracker' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     /// excuse on current thread once
[42/65] Compiling Extension Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dispatch/DispatchQueue+once.swift:8:24: warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension DispatchQueue {
 8 |     private static var onceTracker = [String]()
   |                        |- warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'onceTracker' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     /// excuse on current thread once
[43/65] Compiling Extension VIew+UIImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dispatch/DispatchQueue+once.swift:8:24: warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension DispatchQueue {
 8 |     private static var onceTracker = [String]()
   |                        |- warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'onceTracker' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     /// excuse on current thread once
[44/65] Compiling Extension View.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dispatch/DispatchQueue+once.swift:8:24: warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension DispatchQueue {
 8 |     private static var onceTracker = [String]()
   |                        |- warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'onceTracker' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     /// excuse on current thread once
[45/65] Compiling Extension runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dispatch/DispatchQueue+once.swift:8:24: warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension DispatchQueue {
 8 |     private static var onceTracker = [String]()
   |                        |- warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'onceTracker' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     /// excuse on current thread once
[46/65] Compiling Extension DispatchQueue+once.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dispatch/DispatchQueue+once.swift:8:24: warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension DispatchQueue {
 8 |     private static var onceTracker = [String]()
   |                        |- warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'onceTracker' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     /// excuse on current thread once
[47/65] Compiling Extension Array+JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dispatch/DispatchQueue+once.swift:8:24: warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | extension DispatchQueue {
 8 |     private static var onceTracker = [String]()
   |                        |- warning: static property 'onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'onceTracker' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     /// excuse on current thread once
[48/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) {
[49/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) {
[50/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) {
[51/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) {
[52/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) {
[53/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) {
[54/65] Compiling Extension HTTPCookieStorage+setCookie.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/SCNetworkReachability/SCNetworkReachability+update.swift:12:24: warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     public typealias UpdateBlock = @convention(block) (SCNetworkReachability) -> Void
11 |
12 |     private static let association = Association<NSMapTable<NSString, AnyObject>>()
   |                        |- warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'association' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     private var blocks: NSMapTable<NSString, AnyObject> {
14 |         if let blocks = SCNetworkReachability.association[self] {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+Association.swift:7:20: note: generic class 'Association' does not conform to the 'Sendable' protocol
 5 | import ObjectiveC.runtime
 6 |
 7 | public final class Association<T: Any> {
   |                    `- note: generic class 'Association' does not conform to the 'Sendable' protocol
 8 |     private let policy: objc_AssociationPolicy
 9 |     /// - Parameter policy: An association policy that will be used when linking objects.
[55/65] Compiling Extension KeyChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/SCNetworkReachability/SCNetworkReachability+update.swift:12:24: warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     public typealias UpdateBlock = @convention(block) (SCNetworkReachability) -> Void
11 |
12 |     private static let association = Association<NSMapTable<NSString, AnyObject>>()
   |                        |- warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'association' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     private var blocks: NSMapTable<NSString, AnyObject> {
14 |         if let blocks = SCNetworkReachability.association[self] {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+Association.swift:7:20: note: generic class 'Association' does not conform to the 'Sendable' protocol
 5 | import ObjectiveC.runtime
 6 |
 7 | public final class Association<T: Any> {
   |                    `- note: generic class 'Association' does not conform to the 'Sendable' protocol
 8 |     private let policy: objc_AssociationPolicy
 9 |     /// - Parameter policy: An association policy that will be used when linking objects.
[56/65] Compiling Extension Locale+Localization.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/SCNetworkReachability/SCNetworkReachability+update.swift:12:24: warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     public typealias UpdateBlock = @convention(block) (SCNetworkReachability) -> Void
11 |
12 |     private static let association = Association<NSMapTable<NSString, AnyObject>>()
   |                        |- warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'association' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     private var blocks: NSMapTable<NSString, AnyObject> {
14 |         if let blocks = SCNetworkReachability.association[self] {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+Association.swift:7:20: note: generic class 'Association' does not conform to the 'Sendable' protocol
 5 | import ObjectiveC.runtime
 6 |
 7 | public final class Association<T: Any> {
   |                    `- note: generic class 'Association' does not conform to the 'Sendable' protocol
 8 |     private let policy: objc_AssociationPolicy
 9 |     /// - Parameter policy: An association policy that will be used when linking objects.
[57/65] Compiling Extension SCNetworkReachability+flags.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/SCNetworkReachability/SCNetworkReachability+update.swift:12:24: warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     public typealias UpdateBlock = @convention(block) (SCNetworkReachability) -> Void
11 |
12 |     private static let association = Association<NSMapTable<NSString, AnyObject>>()
   |                        |- warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'association' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     private var blocks: NSMapTable<NSString, AnyObject> {
14 |         if let blocks = SCNetworkReachability.association[self] {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+Association.swift:7:20: note: generic class 'Association' does not conform to the 'Sendable' protocol
 5 | import ObjectiveC.runtime
 6 |
 7 | public final class Association<T: Any> {
   |                    `- note: generic class 'Association' does not conform to the 'Sendable' protocol
 8 |     private let policy: objc_AssociationPolicy
 9 |     /// - Parameter policy: An association policy that will be used when linking objects.
[58/65] Compiling Extension SCNetworkReachability+new.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/SCNetworkReachability/SCNetworkReachability+update.swift:12:24: warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     public typealias UpdateBlock = @convention(block) (SCNetworkReachability) -> Void
11 |
12 |     private static let association = Association<NSMapTable<NSString, AnyObject>>()
   |                        |- warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'association' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     private var blocks: NSMapTable<NSString, AnyObject> {
14 |         if let blocks = SCNetworkReachability.association[self] {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+Association.swift:7:20: note: generic class 'Association' does not conform to the 'Sendable' protocol
 5 | import ObjectiveC.runtime
 6 |
 7 | public final class Association<T: Any> {
   |                    `- note: generic class 'Association' does not conform to the 'Sendable' protocol
 8 |     private let policy: objc_AssociationPolicy
 9 |     /// - Parameter policy: An association policy that will be used when linking objects.
[59/65] Compiling Extension SCNetworkReachability+update.swift
/Users/admin/builder/spi-builder-workspace/Sources/Foundation/SCNetworkReachability/SCNetworkReachability+update.swift:12:24: warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 |     public typealias UpdateBlock = @convention(block) (SCNetworkReachability) -> Void
11 |
12 |     private static let association = Association<NSMapTable<NSString, AnyObject>>()
   |                        |- warning: static property 'association' is not concurrency-safe because non-'Sendable' type 'Association<NSMapTable<NSString, AnyObject>>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'association' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     private var blocks: NSMapTable<NSString, AnyObject> {
14 |         if let blocks = SCNetworkReachability.association[self] {
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Swift+Association.swift:7:20: note: generic class 'Association' does not conform to the 'Sendable' protocol
 5 | import ObjectiveC.runtime
 6 |
 7 | public final class Association<T: Any> {
   |                    `- note: generic class 'Association' does not conform to the 'Sendable' protocol
 8 |     private let policy: objc_AssociationPolicy
 9 |     /// - Parameter policy: An association policy that will be used when linking objects.
[60/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) {
[61/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) {
[62/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) {
[63/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) {
[64/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) {
[65/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) {
Build complete! (6.02s)
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.