Build Information
Successful build of FZSwiftUtils, reference 1.3.0 (4c3672), with Swift 6.2 for macOS (SPM) on 20 Feb 2026 02:37:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[149/344] Compiling FZSwiftUtils BaseArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[150/344] Compiling FZSwiftUtils BaseDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[151/344] Compiling FZSwiftUtils CountedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[152/344] Compiling FZSwiftUtils Deque.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[153/344] Compiling FZSwiftUtils Heap.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[154/344] Compiling FZSwiftUtils OrderedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[155/344] Compiling FZSwiftUtils OrderedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[156/344] Compiling FZSwiftUtils Queue.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[157/344] Compiling FZSwiftUtils SelectableArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[158/344] Compiling FZSwiftUtils Stack.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[159/344] Compiling FZSwiftUtils SynchronizedArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[160/344] Compiling FZSwiftUtils SynchronizedContiguousArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[161/344] Compiling FZSwiftUtils SynchronizedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[162/344] Compiling FZSwiftUtils SyncrhonizedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[163/344] Compiling FZSwiftUtils DataSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[164/344] Compiling FZSwiftUtils FractionalPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[165/344] Compiling FZSwiftUtils NSRectCorner.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[166/344] Compiling FZSwiftUtils Point3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[167/344] Compiling FZSwiftUtils RectEdge.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[168/344] Compiling FZSwiftUtils RectEdgeCorner.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[169/344] Compiling FZSwiftUtils Rotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused [#no-usage]
235 | return AnyIterator { keysIterator.next() }
236 | }
[170/344] Emitting module FZSwiftUtils
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook+Closure.swift:393:43: warning: cast from '@convention(block) () -> Void' to unrelated type 'Block' (aka '@convention(block) () -> ()') always fails
391 | typealias Block = @convention(block) () -> Void
392 | return { original, object, selector, value in
393 | let originalBlock = value as! Block
| `- warning: cast from '@convention(block) () -> Void' to unrelated type 'Block' (aka '@convention(block) () -> ()') always fails
394 | closure(cast(object), cast({ originalBlock() }), { original(object, selector, $0 as! ()->()) })
395 | } as @convention(block) ((AnyObject, Selector, Block) -> Void, AnyObject, Selector, Block) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook+Closure.swift:399:54: warning: conditional downcast from 'Block?' (aka 'Optional<@convention(block) () -> ()>') to 'Block' (aka '@convention(block) () -> ()') does nothing
397 | typealias Block = @convention(block) () -> Void
398 | return { original, object, selector, value in
399 | let swiftValue: (() -> ())? = (value as? Block).map { blk in { blk() } }
| `- warning: conditional downcast from 'Block?' (aka 'Optional<@convention(block) () -> ()>') to 'Block' (aka '@convention(block) () -> ()') does nothing
400 | closure(cast(object), cast(swiftValue)) { original(object, selector, $0 as? ()->()) }
401 | } as @convention(block) (((AnyObject, Selector, Block?) -> Void), AnyObject, Selector, Block?) -> Void
[171/344] Compiling FZSwiftUtils PropertyListSerialization+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[172/344] Compiling FZSwiftUtils Enum+Displayable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[173/344] Compiling FZSwiftUtils Enum+Name.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[174/344] Compiling FZSwiftUtils FileAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[175/344] Compiling FZSwiftUtils FileHandle+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[176/344] Compiling FZSwiftUtils FileManager+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[177/344] Compiling FZSwiftUtils FileType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[178/344] Compiling FZSwiftUtils NSMetadata+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[179/344] Compiling FZSwiftUtils URL+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[180/344] Compiling FZSwiftUtils URL+DuplicateFiles.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[181/344] Compiling FZSwiftUtils URL+ExtendedAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[182/344] Compiling FZSwiftUtils URL+Item.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[183/344] Compiling FZSwiftUtils URL+Iterate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[184/344] Compiling FZSwiftUtils URLResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[185/344] Compiling FZSwiftUtils UTType+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[186/344] Compiling FZSwiftUtils ByteCountFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[187/344] Compiling FZSwiftUtils ListFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[188/344] Compiling FZSwiftUtils MeasurementFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[189/344] Compiling FZSwiftUtils UnitInformationStorage+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[190/344] Compiling FZSwiftUtils Digest+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[191/344] Compiling FZSwiftUtils HashFunction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[192/344] Compiling FZSwiftUtils Hasher+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[193/344] Compiling FZSwiftUtils KeyValueObservation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[194/344] Compiling FZSwiftUtils KeyValueObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[195/344] Compiling FZSwiftUtils NSObject+Observe.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift:654:20: warning: no method declared with Objective-C selector 'setBackgroundStyle:'
652 | fileprivate extension NSObject {
653 | func observeBackgroundStyle<Value>(_ uniqueValues: Bool, _ handler: @escaping (Value, Value)->()) -> Hook? {
654 | try? hook("setBackgroundStyle:", closure: { original, object, selector, style in
| `- warning: no method declared with Objective-C selector 'setBackgroundStyle:'
655 | let oldValue: NSView.BackgroundStyle = object.value(forKey: "backgroundStyle") ?? .normal
656 | original(object, selector, style)
[196/344] Compiling FZSwiftUtils Bundle+.swift
[197/344] Compiling FZSwiftUtils Bundle+Info.swift
[198/344] Compiling FZSwiftUtils CSSearchableItem+.swift
[199/344] Compiling FZSwiftUtils CVTimeStamp+.swift
[200/344] Compiling FZSwiftUtils Array+.swift
[201/344] Compiling FZSwiftUtils Collection+.swift
[202/344] Compiling FZSwiftUtils Collection+Advance.swift
[203/344] Compiling FZSwiftUtils Collection+Average.swift
[204/344] Compiling FZSwiftUtils Collection+Chunk.swift
[205/344] Compiling FZSwiftUtils Collection+Indexed.swift
[206/344] Compiling FZSwiftUtils Collection+LazySplit.swift
[207/344] Compiling FZSwiftUtils Collection+ObjectIdentifier.swift
[208/344] Compiling FZSwiftUtils Collection+Remove.swift
[209/344] Compiling FZSwiftUtils Collection+Sort.swift
[210/344] Compiling FZSwiftUtils CollectionDifference+.swift
[211/344] Compiling FZSwiftUtils Dictionary+.swift
[212/344] Compiling FZSwiftUtils Dictionary+Merge.swift
[213/344] Compiling FZSwiftUtils IndexPath+.swift
[214/344] Compiling FZSwiftUtils OptionSet+.swift
[215/344] Compiling FZSwiftUtils Sequence+.swift
[216/344] Compiling FZSwiftUtils Sequence+Collect.swift
[217/344] Compiling FZSwiftUtils Sequence+Concurrency.swift
[218/344] Compiling FZSwiftUtils Sequence+Difference.swift
[219/344] Compiling FZSwiftUtils Sequence+Flat.swift
[220/344] Compiling FZSwiftUtils Sequence+Identifable.swift
[221/344] Compiling FZSwiftUtils SharedKeyValueObserver.swift
[222/344] Compiling FZSwiftUtils KeyPath+.swift
[223/344] Compiling FZSwiftUtils Locale+.swift
[224/344] Compiling FZSwiftUtils Locale+Currency.swift
[225/344] Compiling FZSwiftUtils Logger+.swift
[226/344] Compiling FZSwiftUtils Accelerate+Operator.swift
[227/344] Compiling FZSwiftUtils AffineTransform+.swift
[228/344] Compiling FZSwiftUtils ApproximateEquatable.swift
[229/344] Compiling FZSwiftUtils Bool+.swift
[230/344] Compiling FZSwiftUtils CGPoint+.swift
[231/344] Compiling FZSwiftUtils CGRect+.swift
[232/344] Compiling FZSwiftUtils CGRect+Edge.swift
[233/344] Compiling FZSwiftUtils CGSize+.swift
[234/344] Compiling FZSwiftUtils FloatingPoint+.swift
[235/344] Compiling FZSwiftUtils FloatingPoint+Initializable.swift
[236/344] Compiling FZSwiftUtils FloatingPoint+Rounding.swift
[237/344] Compiling FZSwiftUtils Int+.swift
[238/344] Compiling FZSwiftUtils MultiplicativeArithmetic.swift
[239/344] Compiling FZSwiftUtils NSNumber+.swift
[240/344] Compiling FZSwiftUtils NSRange+.swift
[241/344] Compiling FZSwiftUtils NSValue+.swift
[242/344] Compiling FZSwiftUtils Number+Interpolate.swift
[243/344] Compiling FZSwiftUtils Number+String.swift
[244/344] Compiling FZSwiftUtils NumberFormatter+.swift
[245/344] Compiling FZSwiftUtils NumberFormatter+String.swift
[246/344] Compiling FZSwiftUtils Range+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[247/344] Compiling FZSwiftUtils SIMD+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[248/344] Compiling FZSwiftUtils TimeInterval+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[249/344] Compiling FZSwiftUtils VectorArithmetic+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[250/344] Compiling FZSwiftUtils Mirror+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[251/344] Compiling FZSwiftUtils NSCoder+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[252/344] Compiling FZSwiftUtils NSError+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[253/344] Compiling FZSwiftUtils NSObject+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[254/344] Compiling FZSwiftUtils NSObject+Invocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[255/344] Compiling FZSwiftUtils NSObject+KeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[256/344] Compiling FZSwiftUtils NSObject+Perform.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[257/344] Compiling FZSwiftUtils NSObject+Proxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[258/344] Compiling FZSwiftUtils NSRectEdge+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[259/344] Compiling FZSwiftUtils NSRecursiveLock+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[260/344] Compiling FZSwiftUtils NSRunningApplication+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[261/344] Compiling FZSwiftUtils NSUIRectEdge+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[262/344] Compiling FZSwiftUtils NSUIUserInterfaceLayoutDirection+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[263/344] Compiling FZSwiftUtils NSWorkspace+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[264/344] Compiling FZSwiftUtils HTTPCookie+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[265/344] Compiling FZSwiftUtils HTTPCookieStorage+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[266/344] Compiling FZSwiftUtils HTTPURLResponse+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[267/344] Compiling FZSwiftUtils URL+Redirect.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[268/344] Compiling FZSwiftUtils URLComponents+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[269/344] Compiling FZSwiftUtils URLRequest+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[270/344] Compiling FZSwiftUtils URLResponse+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[271/344] Compiling FZSwiftUtils ReferenceConvertible+.swift
[272/344] Compiling FZSwiftUtils SortComparator+.swift
[273/344] Compiling FZSwiftUtils Result+.swift
[274/344] Compiling FZSwiftUtils Scanner+.swift
[275/344] Compiling FZSwiftUtils Selector+.swift
[276/344] Compiling FZSwiftUtils AttributedString+.swift
[277/344] Compiling FZSwiftUtils Character+.swift
[278/344] Compiling FZSwiftUtils CharacterSet+.swift
[279/344] Compiling FZSwiftUtils FourCharCode+.swift
[280/344] Compiling FZSwiftUtils NSAttributedString+.swift
[281/344] Compiling FZSwiftUtils NSAttributedString+Values.swift
[282/344] Compiling FZSwiftUtils NSRegularExpression+.swift
[283/344] Compiling FZSwiftUtils NSTextCheckingResult+.swift
[284/344] Compiling FZSwiftUtils String+.swift
[285/344] Compiling FZSwiftUtils String+HTML.swift
[286/344] Compiling FZSwiftUtils String+Height.swift
[287/344] Compiling FZSwiftUtils String+Match.swift
[288/344] Compiling FZSwiftUtils String+Random.swift
[289/344] Compiling FZSwiftUtils UnsafePointer+.swift
[290/344] Compiling FZSwiftUtils UnsafeRawPointer+.swift
[291/344] Compiling FZSwiftUtils XMLNode+.swift
[292/344] Compiling FZSwiftUtils NSUI Typealias.swift
[293/344] Compiling FZSwiftUtils Operator.swift
[294/344] Compiling FZSwiftUtils CodableDefault.swift
[295/344] Compiling FZSwiftUtils DateValueCodable.swift
[296/344] Compiling FZSwiftUtils URLSession+.swift
[297/344] Compiling FZSwiftUtils URLSession+Sync.swift
[298/344] Compiling FZSwiftUtils URLSessionConfiguration+.swift
[299/344] Compiling FZSwiftUtils URLSessionDataTask+Resume.swift
[300/344] Compiling FZSwiftUtils URLSessionTask+.swift
[301/344] Compiling FZSwiftUtils Notification+.swift
[302/344] Compiling FZSwiftUtils Operation+.swift
[303/344] Compiling FZSwiftUtils OperationQueue+.swift
[304/344] Compiling FZSwiftUtils NSComparisonPredicate+.swift
[305/344] Compiling FZSwiftUtils NSComparisonPredicate+Expression.swift
[306/344] Compiling FZSwiftUtils NSExpression+.swift
[307/344] Compiling FZSwiftUtils NSPredicate+.swift
[308/344] Compiling FZSwiftUtils NSPredicate+Operator.swift
[309/344] Compiling FZSwiftUtils Predicates.swift
[310/344] Compiling FZSwiftUtils Process+.swift
[311/344] Compiling FZSwiftUtils ProcessInfo+.swift
[312/344] Compiling FZSwiftUtils Progress+.swift
[313/344] Compiling FZSwiftUtils Any.swift
[314/344] Compiling FZSwiftUtils CaseIterable+.swift
[315/344] Compiling FZSwiftUtils Comparable+.swift
[316/344] Compiling FZSwiftUtils Comparable+Clamp.swift
[317/344] Compiling FZSwiftUtils Equatable+.swift
[318/344] Compiling FZSwiftUtils HashableObject.swift
[319/344] Compiling FZSwiftUtils OptionSetDescribable.swift
[320/344] Compiling FZSwiftUtils Optional+.swift
[321/344] Compiling FZSwiftUtils ObjCClassInfo.swift
[322/344] Compiling FZSwiftUtils ObjCIvarInfo.swift
[323/344] Compiling FZSwiftUtils ObjCMethodInfo.swift
[324/344] Compiling FZSwiftUtils ObjCPropertyInfo.swift
[325/344] Compiling FZSwiftUtils ObjCProtocolInfo.swift
[326/344] Compiling FZSwiftUtils ObjCField.swift
[327/344] Compiling FZSwiftUtils ObjCMethodSignature.swift
[328/344] Compiling FZSwiftUtils ObjCPropertyInfo+Attribute.swift
[329/344] Compiling FZSwiftUtils ObjCType+Modifier.swift
[330/344] Compiling FZSwiftUtils ObjCType.swift
[331/344] Compiling FZSwiftUtils ObjCRuntime.swift
[332/344] Compiling FZSwiftUtils AsyncOperation.swift
[333/344] Compiling FZSwiftUtils Debouncer.swift
[334/344] Compiling FZSwiftUtils PausableOperationQueue.swift
[335/344] Compiling FZSwiftUtils Thottler.swift
[336/344] Compiling FZSwiftUtils OutlineItem.swift
[337/344] Compiling FZSwiftUtils RuntimeError.swift
[338/344] Compiling FZSwiftUtils Stream.swift
[339/344] Compiling FZSwiftUtils StringComparator.swift
[340/344] Compiling FZSwiftUtils Swizzle.swift
[341/344] Compiling FZSwiftUtils Synchronized.swift
[342/344] Compiling FZSwiftUtils ThroughputFormatter.swift
[343/344] Compiling FZSwiftUtils TryPrint.swift
[344/344] Compiling FZSwiftUtils Weak.swift
Build complete! (21.17s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FZSwiftUtils",
"name" : "FZSwiftUtils",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "FZSwiftUtils",
"targets" : [
"FZSwiftUtils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_Libffi",
"module_type" : "ClangTarget",
"name" : "_Libffi",
"path" : "Sources/Libffi",
"product_memberships" : [
"FZSwiftUtils"
],
"sources" : [
"common_closures.c",
"common_debug.c",
"common_dlmalloc.c",
"common_java_raw_api.c",
"common_prep_cif.c",
"common_raw_api.c",
"common_tramp.c",
"common_types.c",
"platform_arch.c",
"platform_arch_asm.S"
],
"type" : "library"
},
{
"c99name" : "_FZSwiftUtilsObjC",
"module_type" : "ClangTarget",
"name" : "_FZSwiftUtilsObjC",
"path" : "Sources/FZSwiftUtils+ObjC",
"product_memberships" : [
"FZSwiftUtils"
],
"sources" : [
"Invocation.m",
"MethodSignature.m",
"NSObject+ExceptionCatcher.m",
"ObjectProxy.m",
"SHFFITypeContext.m",
"SHMethodSignature.m",
"SHObjectiveCUtilities.m"
],
"target_dependencies" : [
"_Libffi"
],
"type" : "library"
},
{
"c99name" : "FZSwiftUtils",
"module_type" : "SwiftTarget",
"name" : "FZSwiftUtils",
"path" : "Sources/FZSwiftUtils",
"product_memberships" : [
"FZSwiftUtils"
],
"sources" : [
"Extensions/Bundle+.swift",
"Extensions/Bundle+Info.swift",
"Extensions/CSSearchableItem+.swift",
"Extensions/CVTimeStamp+.swift",
"Extensions/Collections/Array+.swift",
"Extensions/Collections/Collection+.swift",
"Extensions/Collections/Collection+Advance.swift",
"Extensions/Collections/Collection+Average.swift",
"Extensions/Collections/Collection+Chunk.swift",
"Extensions/Collections/Collection+Indexed.swift",
"Extensions/Collections/Collection+LazySplit.swift",
"Extensions/Collections/Collection+ObjectIdentifier.swift",
"Extensions/Collections/Collection+Remove.swift",
"Extensions/Collections/Collection+Sort.swift",
"Extensions/Collections/CollectionDifference+.swift",
"Extensions/Collections/Dictionary+.swift",
"Extensions/Collections/Dictionary+Merge.swift",
"Extensions/Collections/IndexPath+.swift",
"Extensions/Collections/OptionSet+.swift",
"Extensions/Collections/Sequence+.swift",
"Extensions/Collections/Sequence+Collect.swift",
"Extensions/Collections/Sequence+Concurrency.swift",
"Extensions/Collections/Sequence+Difference.swift",
"Extensions/Collections/Sequence+Flat.swift",
"Extensions/Collections/Sequence+Identifable.swift",
"Extensions/Collections/Sequence+Index.swift",
"Extensions/Collections/Sequence+Keypath.swift",
"Extensions/Collections/Sequence+Occurency.swift",
"Extensions/Collections/Sequence+Print.swift",
"Extensions/Collections/Sequence+Random.swift",
"Extensions/Collections/Sequence+Rotate.swift",
"Extensions/Collections/Sequence+Sort+Comparator.swift",
"Extensions/Collections/Sequence+Sort.swift",
"Extensions/Collections/Sequence+String.swift",
"Extensions/Collections/Sequence+Unique.swift",
"Extensions/Collections/Sequence+Zip.swift",
"Extensions/Collections/Set+.swift",
"Extensions/CoreFoundation/CFAllocator+.swift",
"Extensions/CoreFoundation/CFArray+.swift",
"Extensions/CoreFoundation/CFComparisonResult+.swift",
"Extensions/CoreFoundation/CFData+.swift",
"Extensions/CoreFoundation/CFDictionary+.swift",
"Extensions/CoreFoundation/CFNumber+.swift",
"Extensions/CoreFoundation/CFString+.swift",
"Extensions/CoreFoundation/ColorSyncProfile+.swift",
"Extensions/CoreFoundation/MDQuery.swift",
"Extensions/CoreFoundation/Protocols/CFComparable.swift",
"Extensions/CoreFoundation/Protocols/CFStringKey.swift",
"Extensions/CoreFoundation/Protocols/CFType+CFConvertible.swift",
"Extensions/CoreFoundation/Protocols/CFType+CFTollFreeBridgeable.swift",
"Extensions/CoreFoundation/Protocols/CFType+CFTollFreeSwiftBridgeable.swift",
"Extensions/CoreFoundation/Protocols/CFType.swift",
"Extensions/Data+.swift",
"Extensions/Date & Time/Calendar+.swift",
"Extensions/Date & Time/Date+.swift",
"Extensions/Date & Time/Formatter/DateComponentsFormatter+.swift",
"Extensions/Date & Time/Formatter/DateFormatter+.swift",
"Extensions/Date & Time/Formatter/DateFormatter+Components.swift",
"Extensions/Date & Time/Formatter/DateIntervalFormatter+.swift",
"Extensions/Date & Time/Formatter/RelativeDateTimeFormatter+.swift",
"Extensions/Date & Time/NSCalendar+.swift",
"Extensions/Date & Time/TimeZone.swift",
"Extensions/DispatchQueue+.swift",
"Extensions/DispatchWorkItem+.swift",
"Extensions/Encoding & Decoding/Codable+.swift",
"Extensions/Encoding & Decoding/CodingError+.swift",
"Extensions/Encoding & Decoding/Collection+Decode.swift",
"Extensions/Encoding & Decoding/Decoder+.swift",
"Extensions/Encoding & Decoding/Dictionary+Codable.swift",
"Extensions/Encoding & Decoding/Encoder+.swift",
"Extensions/Encoding & Decoding/JSONEncoderDecoder+.swift",
"Extensions/Encoding & Decoding/JSONEncoderDecoder+Codable.swift",
"Extensions/Encoding & Decoding/NSCoding+.swift",
"Extensions/Encoding & Decoding/NSKeyedArchiver+.swift",
"Extensions/Encoding & Decoding/NSKeyedUnarchiver+.swift",
"Extensions/Encoding & Decoding/PropertyListSerialization+.swift",
"Extensions/Enum/Enum+Displayable.swift",
"Extensions/Enum/Enum+Name.swift",
"Extensions/File & URL/FileAttributes.swift",
"Extensions/File & URL/FileHandle+.swift",
"Extensions/File & URL/FileManager+.swift",
"Extensions/File & URL/FileType.swift",
"Extensions/File & URL/NSMetadata+.swift",
"Extensions/File & URL/URL+.swift",
"Extensions/File & URL/URL+DuplicateFiles.swift",
"Extensions/File & URL/URL+ExtendedAttributes.swift",
"Extensions/File & URL/URL+Item.swift",
"Extensions/File & URL/URL+Iterate.swift",
"Extensions/File & URL/URLResources.swift",
"Extensions/File & URL/UTType+.swift",
"Extensions/Formatter/ByteCountFormatter+.swift",
"Extensions/Formatter/ListFormatter+.swift",
"Extensions/Formatter/MeasurementFormatter+.swift",
"Extensions/Formatter/UnitInformationStorage+.swift",
"Extensions/Hash/Digest+.swift",
"Extensions/Hash/HashFunction+.swift",
"Extensions/Hash/Hasher+.swift",
"Extensions/KVO/KeyValueObservation.swift",
"Extensions/KVO/KeyValueObserver.swift",
"Extensions/KVO/NSObject+Observe.swift",
"Extensions/KVO/SharedKeyValueObserver.swift",
"Extensions/KeyPath+.swift",
"Extensions/Locale+.swift",
"Extensions/Locale+Currency.swift",
"Extensions/Logger+.swift",
"Extensions/Math & Geometry/Accelerate+Operator.swift",
"Extensions/Math & Geometry/AffineTransform+.swift",
"Extensions/Math & Geometry/ApproximateEquatable.swift",
"Extensions/Math & Geometry/Bool+.swift",
"Extensions/Math & Geometry/CGPoint+.swift",
"Extensions/Math & Geometry/CGRect+.swift",
"Extensions/Math & Geometry/CGRect+Edge.swift",
"Extensions/Math & Geometry/CGSize+.swift",
"Extensions/Math & Geometry/FloatingPoint+.swift",
"Extensions/Math & Geometry/FloatingPoint+Initializable.swift",
"Extensions/Math & Geometry/FloatingPoint+Rounding.swift",
"Extensions/Math & Geometry/Int+.swift",
"Extensions/Math & Geometry/MultiplicativeArithmetic.swift",
"Extensions/Math & Geometry/NSNumber+.swift",
"Extensions/Math & Geometry/NSRange+.swift",
"Extensions/Math & Geometry/NSValue+.swift",
"Extensions/Math & Geometry/Number+Interpolate.swift",
"Extensions/Math & Geometry/Number+String.swift",
"Extensions/Math & Geometry/NumberFormatter+.swift",
"Extensions/Math & Geometry/NumberFormatter+String.swift",
"Extensions/Math & Geometry/Range+.swift",
"Extensions/Math & Geometry/SIMD+.swift",
"Extensions/Math & Geometry/TimeInterval+.swift",
"Extensions/Math & Geometry/VectorArithmetic+.swift",
"Extensions/Mirror+.swift",
"Extensions/NSCoder+.swift",
"Extensions/NSError+.swift",
"Extensions/NSObject/NSObject+.swift",
"Extensions/NSObject/NSObject+Invocation.swift",
"Extensions/NSObject/NSObject+KeyPath.swift",
"Extensions/NSObject/NSObject+Perform.swift",
"Extensions/NSObject/NSObject+Proxy.swift",
"Extensions/NSRectEdge+.swift",
"Extensions/NSRecursiveLock+.swift",
"Extensions/NSRunningApplication+.swift",
"Extensions/NSUIRectEdge+.swift",
"Extensions/NSUIUserInterfaceLayoutDirection+.swift",
"Extensions/NSWorkspace+.swift",
"Extensions/Networking/HTTPCookie+.swift",
"Extensions/Networking/HTTPCookieStorage+.swift",
"Extensions/Networking/HTTPURLResponse+.swift",
"Extensions/Networking/URL+Redirect.swift",
"Extensions/Networking/URLComponents+.swift",
"Extensions/Networking/URLRequest+.swift",
"Extensions/Networking/URLResponse+.swift",
"Extensions/Networking/URLSession+.swift",
"Extensions/Networking/URLSession+Sync.swift",
"Extensions/Networking/URLSessionConfiguration+.swift",
"Extensions/Networking/URLSessionDataTask+Resume.swift",
"Extensions/Networking/URLSessionTask+.swift",
"Extensions/Notification+.swift",
"Extensions/Operation+.swift",
"Extensions/OperationQueue+.swift",
"Extensions/Predicate/NSComparisonPredicate+.swift",
"Extensions/Predicate/NSComparisonPredicate+Expression.swift",
"Extensions/Predicate/NSExpression+.swift",
"Extensions/Predicate/NSPredicate+.swift",
"Extensions/Predicate/NSPredicate+Operator.swift",
"Extensions/Predicate/Predicates.swift",
"Extensions/Process+.swift",
"Extensions/ProcessInfo+.swift",
"Extensions/Progress+.swift",
"Extensions/Protocol/Any.swift",
"Extensions/Protocol/CaseIterable+.swift",
"Extensions/Protocol/Comparable+.swift",
"Extensions/Protocol/Comparable+Clamp.swift",
"Extensions/Protocol/Equatable+.swift",
"Extensions/Protocol/HashableObject.swift",
"Extensions/Protocol/OptionSetDescribable.swift",
"Extensions/Protocol/Optional+.swift",
"Extensions/Protocol/ReferenceConvertible+.swift",
"Extensions/Protocol/SortComparator+.swift",
"Extensions/Result+.swift",
"Extensions/Scanner+.swift",
"Extensions/Selector+.swift",
"Extensions/String/AttributedString+.swift",
"Extensions/String/Character+.swift",
"Extensions/String/CharacterSet+.swift",
"Extensions/String/FourCharCode+.swift",
"Extensions/String/NSAttributedString+.swift",
"Extensions/String/NSAttributedString+Values.swift",
"Extensions/String/NSRegularExpression+.swift",
"Extensions/String/NSTextCheckingResult+.swift",
"Extensions/String/String+.swift",
"Extensions/String/String+HTML.swift",
"Extensions/String/String+Height.swift",
"Extensions/String/String+Match.swift",
"Extensions/String/String+Random.swift",
"Extensions/UnsafePointer+.swift",
"Extensions/UnsafeRawPointer+.swift",
"Extensions/XMLNode+.swift",
"NSUI Typealias.swift",
"Operator.swift",
"PropertyWrappers/CodableDefault.swift",
"PropertyWrappers/DateValueCodable.swift",
"PropertyWrappers/PropertyWrappers.swift",
"Utils/AnyCodingKey.swift",
"Utils/AssociatedValue.swift",
"Utils/Cast.swift",
"Utils/Collections/BaseArray.swift",
"Utils/Collections/BaseDictionary.swift",
"Utils/Collections/CountedSet.swift",
"Utils/Collections/Deque.swift",
"Utils/Collections/Heap.swift",
"Utils/Collections/OrderedDictionary.swift",
"Utils/Collections/OrderedSet.swift",
"Utils/Collections/Queue.swift",
"Utils/Collections/SelectableArray.swift",
"Utils/Collections/Stack.swift",
"Utils/Collections/SynchronizedArray.swift",
"Utils/Collections/SynchronizedContiguousArray.swift",
"Utils/Collections/SynchronizedDictionary.swift",
"Utils/Collections/SyncrhonizedSet.swift",
"Utils/Datatypes/DataSize.swift",
"Utils/Datatypes/FractionalPoint.swift",
"Utils/Datatypes/NSRectCorner.swift",
"Utils/Datatypes/Point3D.swift",
"Utils/Datatypes/RectEdge.swift",
"Utils/Datatypes/RectEdgeCorner.swift",
"Utils/Datatypes/Rotation.swift",
"Utils/Datatypes/RotationAngle.swift",
"Utils/Datatypes/Scale.swift",
"Utils/Datatypes/TimeDuration.swift",
"Utils/Datatypes/TimeStamp.swift",
"Utils/Defaults.swift",
"Utils/ElapsedTimer.swift",
"Utils/FSEventMonitor/FSEvent+Actions.swift",
"Utils/FSEventMonitor/FSEvent+Flags.swift",
"Utils/FSEventMonitor/FSEvent+ItemType.swift",
"Utils/FSEventMonitor/FSEvent.swift",
"Utils/FSEventMonitor/FSEventMonitor+Options.swift",
"Utils/FSEventMonitor/FSEventMonitor.swift",
"Utils/FileConvertible.swift",
"Utils/FileTypeDefinition.swift",
"Utils/ImageSource/AsymcSequence/CGImageFrame.swift",
"Utils/ImageSource/AsymcSequence/ImageFrameSequence.swift",
"Utils/ImageSource/AsymcSequence/ImageSequence.swift",
"Utils/ImageSource/CGImage+AuxiliaryDataType.swift",
"Utils/ImageSource/ImageDestination.swift",
"Utils/ImageSource/ImageOptions.swift",
"Utils/ImageSource/ImageProperties/EXIF+HumanReadable.swift",
"Utils/ImageSource/ImageProperties/EXIFImageProperties.swift",
"Utils/ImageSource/ImageProperties/Extended/Canon.swift",
"Utils/ImageSource/ImageProperties/Extended/EXIF+Extended.swift",
"Utils/ImageSource/ImageProperties/Extended/GPS.swift",
"Utils/ImageSource/ImageProperties/Extended/ImageProperties+Keys.swift",
"Utils/ImageSource/ImageProperties/Extended/Nikon.swift",
"Utils/ImageSource/ImageProperties/Extended/PNG+Extended.swift",
"Utils/ImageSource/ImageProperties/Extended/TIFF+Extended.swift",
"Utils/ImageSource/ImageProperties/GIFImageProperties.swift",
"Utils/ImageSource/ImageProperties/HEICImageProperties.swift",
"Utils/ImageSource/ImageProperties/IPTCImageProperties.swift",
"Utils/ImageSource/ImageProperties/ImageProperties.swift",
"Utils/ImageSource/ImageProperties/JPEGImageProperties.swift",
"Utils/ImageSource/ImageProperties/PNGImageProperties.swift",
"Utils/ImageSource/ImageProperties/TIFFImageProperties.swift",
"Utils/ImageSource/ImageSource.swift",
"Utils/Interpolatable.swift",
"Utils/JSONObject.swift",
"Utils/KeyValueCodable.swift",
"Utils/MeasureTime.swift",
"Utils/MethodHooking/Hook/Hook+AddMethod.swift",
"Utils/MethodHooking/Hook/Hook+Class.swift",
"Utils/MethodHooking/Hook/Hook+Closure.swift",
"Utils/MethodHooking/Hook/Hook+Deinit.swift",
"Utils/MethodHooking/Hook/Hook+Object.swift",
"Utils/MethodHooking/Hook/Hook.swift",
"Utils/MethodHooking/Hooker+NSObject/NSObject+ClassHook.swift",
"Utils/MethodHooking/Hooker+NSObject/NSObject+ClassInstanceHook.swift",
"Utils/MethodHooking/Hooker+NSObject/NSObject+Hook.swift",
"Utils/MethodHooking/Hooker+NSObject/NSObject+Unhook.swift",
"Utils/MethodHooking/Hooker/ClassHook.swift",
"Utils/MethodHooking/Hooker/ClassInstanceHook.swift",
"Utils/MethodHooking/Hooker/ObjectHook.swift",
"Utils/MethodHooking/Implementation/AnyClass+GetMethod.swift",
"Utils/MethodHooking/Implementation/AnyObject+DynamicClass.swift",
"Utils/MethodHooking/Implementation/AnyObject+HookClosures.swift",
"Utils/MethodHooking/Implementation/ClassHooks.swift",
"Utils/MethodHooking/Implementation/FFI/FFICIFContext.swift",
"Utils/MethodHooking/Implementation/FFI/FFIClosureContext.swift",
"Utils/MethodHooking/Implementation/HookCommon.swift",
"Utils/MethodHooking/Implementation/HookContext.swift",
"Utils/MethodHooking/Implementation/InsteadContext.swift",
"Utils/MethodHooking/Implementation/KVOWrapper.swift",
"Utils/MethodHooking/Implementation/NSObject+SelectorName.swift",
"Utils/MethodHooking/Implementation/ObjectHooks.swift",
"Utils/MethodHooking/Implementation/OverrideSuperMethodContext.swift",
"Utils/MethodHooking/Implementation/ParametersCheck.swift",
"Utils/MethodHooking/Implementation/ProtocolMethod.swift",
"Utils/MethodHooking/Implementation/Signature.swift",
"Utils/MutableProgress.swift",
"Utils/NetworkReachability.swift",
"Utils/NotificationToken.swift",
"Utils/OSHash.swift",
"Utils/Objective-C/Info/ObjCCategoryInfo.swift",
"Utils/Objective-C/Info/ObjCClassInfo.swift",
"Utils/Objective-C/Info/ObjCIvarInfo.swift",
"Utils/Objective-C/Info/ObjCMethodInfo.swift",
"Utils/Objective-C/Info/ObjCPropertyInfo.swift",
"Utils/Objective-C/Info/ObjCProtocolInfo.swift",
"Utils/Objective-C/Model/ObjCField.swift",
"Utils/Objective-C/Model/ObjCMethodSignature.swift",
"Utils/Objective-C/Model/ObjCPropertyInfo+Attribute.swift",
"Utils/Objective-C/Model/ObjCType+Modifier.swift",
"Utils/Objective-C/Model/ObjCType.swift",
"Utils/Objective-C/ObjCRuntime.swift",
"Utils/Operation/AsyncOperation.swift",
"Utils/Operation/Debouncer.swift",
"Utils/Operation/PausableOperationQueue.swift",
"Utils/Operation/Thottler.swift",
"Utils/OutlineItem.swift",
"Utils/RuntimeError.swift",
"Utils/Stream.swift",
"Utils/StringComparator.swift",
"Utils/Swizzle.swift",
"Utils/Synchronized.swift",
"Utils/ThroughputFormatter.swift",
"Utils/TryPrint.swift",
"Utils/Weak.swift"
],
"target_dependencies" : [
"_FZSwiftUtilsObjC",
"_Libffi"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.