The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FZSwiftUtils, reference main (4ec1ac), with Swift 6.2 for macOS (SPM) on 2 May 2026 14:21:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

/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/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[206/354] 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) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[207/354] 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) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[208/354] 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) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[209/354] 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) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[210/354] 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) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[211/354] 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) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[212/354] 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) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift:466:24: warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
464 |
465 |     func setBitfieldValue(_ value: Any, for ivar: Ivar) {
466 |         guard value is BinaryInteger || value is Bool else { return }
    |                        `- warning: use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'; this will be an error in a future Swift language mode [#ExistentialAny]
467 |         guard let bitfieldInfo = bitfieldInfo(for: ivar), let rawValue = Self.toUInt64(value) else { return }
468 |         let base = UnsafeMutableRawPointer(Unmanaged.passUnretained(self).toOpaque())
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[213/354] Compiling FZSwiftUtils UTType+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[214/354] Compiling FZSwiftUtils ByteCountFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[215/354] Compiling FZSwiftUtils DateFormatter+Multiple.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[216/354] Compiling FZSwiftUtils ListFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[217/354] Compiling FZSwiftUtils MeasurementFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[218/354] Compiling FZSwiftUtils UnitInformationStorage+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[219/354] Compiling FZSwiftUtils Digest+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[220/354] Compiling FZSwiftUtils HashFunction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[221/354] Compiling FZSwiftUtils Hasher+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[222/354] Compiling FZSwiftUtils KeyValueObservation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[223/354] Compiling FZSwiftUtils KeyValueObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[224/354] Compiling FZSwiftUtils NSKeyValueObservingOptions+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[225/354] Compiling FZSwiftUtils NSObject+Observe.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[226/354] Compiling FZSwiftUtils SharedKeyValueObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[227/354] Compiling FZSwiftUtils KeyPath+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[228/354] Compiling FZSwiftUtils Locale+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[229/354] Compiling FZSwiftUtils Locale+Currency.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[230/354] Compiling FZSwiftUtils Logger+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[231/354] Compiling FZSwiftUtils Accelerate+Operator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[232/354] Compiling FZSwiftUtils AffineTransform+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[233/354] Compiling FZSwiftUtils ApproximateEquatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[234/354] Compiling FZSwiftUtils Bool+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[235/354] Compiling FZSwiftUtils CGPoint+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[236/354] Compiling FZSwiftUtils CGRect+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/DateFormatter+Multiple.swift:18:14: warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
16 |
17 | /// A date formatter that allows to specify several date format strings for decoding strings to date.
18 | public class MultiDateFormatter: DateFormatter {
   |              `- warning: class 'MultiDateFormatter' must restate inherited '@unchecked Sendable' conformance
19 |     /// The date format strings used by the receiver.
20 |     public var dateFormats: [String] = [] {
[237/423] Compiling FZSwiftUtils IPTC+EncodedRightsExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[238/423] Compiling FZSwiftUtils IPTC+Episode.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[239/423] Compiling FZSwiftUtils IPTC+Genre.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[240/423] Compiling FZSwiftUtils IPTC+Location.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[241/423] Compiling FZSwiftUtils IPTC+PersonHeard.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[242/423] Compiling FZSwiftUtils IPTC+PersonInImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[243/423] Compiling FZSwiftUtils IPTC+ProductInImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[244/423] Compiling FZSwiftUtils IPTC+PublicationEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[245/423] Compiling FZSwiftUtils IPTC+Rating.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[246/423] Compiling FZSwiftUtils IPTC+Region.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[247/423] Compiling FZSwiftUtils IPTC+RegistryEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[248/423] Compiling FZSwiftUtils IPTC+Season.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[249/423] Compiling FZSwiftUtils IPTC+Series.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[250/423] Compiling FZSwiftUtils IPTC+ShownEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[251/423] Compiling FZSwiftUtils IPTC+SupplyChainSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[252/423] Compiling FZSwiftUtils IPTC+TranscriptLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[253/423] Compiling FZSwiftUtils IPTC+VideoShotType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[254/423] Compiling FZSwiftUtils IPTC+WorkflowTag.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[255/423] Compiling FZSwiftUtils AuxiliaryData.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[256/423] Compiling FZSwiftUtils CIFF.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[257/423] Compiling FZSwiftUtils EXIF+HumanReadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[258/423] Compiling FZSwiftUtils EXIF.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[259/423] Compiling FZSwiftUtils GPS.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:51:43: warning: conditional downcast from 'Double?' to 'Double' does nothing
49 |
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
   |                                           `- warning: conditional downcast from 'Double?' to 'Double' does nothing
52 |                 return exif.isoSpeed as? String
53 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift:52:38: warning: cast from 'Double?' to unrelated type 'String' always fails
50 |         public var iso: String? {
51 |             guard let iso = exif.isoSpeed as? Double, iso > 0.0 else {
52 |                 return exif.isoSpeed as? String
   |                                      `- warning: cast from 'Double?' to unrelated type 'String' always fails
53 |             }
54 |
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Common/EXIF.swift:487:5: warning: 'public' modifier is redundant for struct declared in a public extension
485 |
486 |     /// Represents EXIF flash metadata.
487 |     public struct Flash: RawRepresentable, CustomStringConvertible {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
488 |         public let rawValue: Int
489 |
[260/423] Compiling FZSwiftUtils Defaults.swift
[261/423] Compiling FZSwiftUtils ElapsedTimer.swift
[262/423] Compiling FZSwiftUtils FSEvent+Actions.swift
[263/423] Compiling FZSwiftUtils FSEvent+Flags.swift
[264/423] Compiling FZSwiftUtils FSEvent+ItemType.swift
[265/423] Compiling FZSwiftUtils FSEvent.swift
[266/423] Compiling FZSwiftUtils FSEventMonitor+Options.swift
[267/423] Compiling FZSwiftUtils FSEventMonitor.swift
[268/423] Compiling FZSwiftUtils FileConvertible.swift
[269/423] Compiling FZSwiftUtils FileTypeDefinition.swift
[270/423] Compiling FZSwiftUtils HTTPMethod.swift
[271/423] Compiling FZSwiftUtils HTTPStatusCode.swift
[272/423] Compiling FZSwiftUtils CGImageFrame.swift
[273/423] Compiling FZSwiftUtils ImageFrameSequence.swift
[274/423] Compiling FZSwiftUtils ImageSequence.swift
[275/423] Compiling FZSwiftUtils ImageDestination+ImageOptions.swift
[276/423] Compiling FZSwiftUtils ImageDestination.swift
[277/423] Compiling FZSwiftUtils IPTC+AboutCVTerm.swift
[278/423] Compiling FZSwiftUtils IPTC+Artwork.swift
[279/423] Compiling FZSwiftUtils IPTC+ContainerFormat.swift
[280/423] Compiling FZSwiftUtils IPTC+Contributor.swift
[281/423] Compiling FZSwiftUtils IPTC+CreatorContactInfo.swift
[282/423] Compiling FZSwiftUtils IPTC+DataOnScreen.swift
[283/423] Compiling FZSwiftUtils IPTC+DopesheetLink.swift
[284/423] Compiling FZSwiftUtils IPTC.swift
[285/423] Compiling FZSwiftUtils OpenEXRA.swift
[286/423] Compiling FZSwiftUtils 8BIM.swift
[287/423] Compiling FZSwiftUtils DNG.swift
[288/423] Compiling FZSwiftUtils GIF.swift
[289/423] Compiling FZSwiftUtils HEIC.swift
[290/423] Compiling FZSwiftUtils JPEG.swift
[291/423] Compiling FZSwiftUtils PNG.swift
[292/423] Compiling FZSwiftUtils TGA.swift
[293/423] Compiling FZSwiftUtils TIFF.swift
[294/423] Compiling FZSwiftUtils WEBP.swift
[295/423] Compiling FZSwiftUtils ImageProperties.swift
[296/423] Compiling FZSwiftUtils Canon.swift
[297/423] Compiling FZSwiftUtils Nikon.swift
[298/423] Compiling FZSwiftUtils ImageSource+Image.swift
[299/423] Compiling FZSwiftUtils ImageSource+ImageOptions.swift
[300/423] Compiling FZSwiftUtils ImageSource+ThumbnailOptions.swift
[301/423] Compiling FZSwiftUtils ImageSource.swift
[302/423] Compiling FZSwiftUtils Mutex.swift
[303/423] Compiling FZSwiftUtils Interpolatable.swift
[304/423] Compiling FZSwiftUtils JSONObject.swift
[305/423] Compiling FZSwiftUtils KeyValueCodable.swift
[306/423] Compiling FZSwiftUtils MeasureTime.swift
[307/423] Compiling FZSwiftUtils Hook+AddMethod.swift
[308/423] Compiling FZSwiftUtils Hook+Class.swift
[309/423] Compiling FZSwiftUtils Hook+Closure.swift
[310/423] Compiling FZSwiftUtils Hook+Deinit.swift
[311/423] Compiling FZSwiftUtils Hook+Object.swift
[312/423] Compiling FZSwiftUtils Hook.swift
[313/423] Compiling FZSwiftUtils NSObject+ClassHook.swift
[314/423] Compiling FZSwiftUtils NSObject+ClassInstanceHook.swift
[315/423] Compiling FZSwiftUtils NSObject+Hook.swift
[316/423] Compiling FZSwiftUtils NSObject+Unhook.swift
[317/423] Compiling FZSwiftUtils ClassHook.swift
[318/423] Compiling FZSwiftUtils ClassInstanceHook.swift
[319/423] Compiling FZSwiftUtils ObjectHook.swift
[320/423] Compiling FZSwiftUtils AnyObject+DynamicClass.swift
[321/423] Compiling FZSwiftUtils AnyObject+HookClosures.swift
[322/423] Compiling FZSwiftUtils FFICIFContext.swift
[323/423] Compiling FZSwiftUtils FFIClosureContext.swift
[324/423] Compiling FZSwiftUtils HookCommon.swift
[325/423] Compiling FZSwiftUtils HookContext+InsteadContext.swift
[326/423] Compiling FZSwiftUtils HookContext+OverrideSuperContext.swift
[327/423] Compiling FZSwiftUtils HookContext.swift
[328/423] Compiling FZSwiftUtils HookStorage.swift
[329/423] Compiling FZSwiftUtils KVOWrapper.swift
[330/423] Compiling FZSwiftUtils BaseDictionary.swift
[331/423] Compiling FZSwiftUtils CountedSet.swift
[332/423] Compiling FZSwiftUtils Deque.swift
[333/423] Compiling FZSwiftUtils Heap.swift
[334/423] Compiling FZSwiftUtils OrderedDictionary.swift
[335/423] Compiling FZSwiftUtils OrderedSet.swift
[336/423] Compiling FZSwiftUtils Queue.swift
[337/423] Compiling FZSwiftUtils SelectableArray.swift
[338/423] Compiling FZSwiftUtils Stack.swift
[339/423] Compiling FZSwiftUtils SynchronizedArray.swift
[340/423] Compiling FZSwiftUtils SynchronizedContiguousArray.swift
[341/423] Compiling FZSwiftUtils SynchronizedDictionary.swift
[342/423] Compiling FZSwiftUtils SyncrhonizedSet.swift
[343/423] Compiling FZSwiftUtils DataSize.swift
[344/423] Compiling FZSwiftUtils FractionalPoint.swift
[345/423] Compiling FZSwiftUtils NSRectCorner.swift
[346/423] Compiling FZSwiftUtils Point3D.swift
[347/423] Compiling FZSwiftUtils RectEdge.swift
[348/423] Compiling FZSwiftUtils RectEdgeCorner.swift
[349/423] Compiling FZSwiftUtils Rotation.swift
[350/423] Compiling FZSwiftUtils RotationAngle.swift
[351/423] Compiling FZSwiftUtils Scale.swift
[352/423] Compiling FZSwiftUtils TimeDuration.swift
[353/423] Compiling FZSwiftUtils TimeStamp.swift
[354/423] Compiling FZSwiftUtils NSObject+SelectorName.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[355/423] Compiling FZSwiftUtils ParametersCheck.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[356/423] Compiling FZSwiftUtils ProtocolMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[357/423] Compiling FZSwiftUtils Signature.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[358/423] Compiling FZSwiftUtils MutableProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[359/423] Compiling FZSwiftUtils NetworkError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[360/423] Compiling FZSwiftUtils NetworkReachability.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[361/423] Compiling FZSwiftUtils NotificationToken.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[362/423] Compiling FZSwiftUtils OSHash.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[363/423] Compiling FZSwiftUtils Info+ClassExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[364/423] Compiling FZSwiftUtils ObjCCategoryInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[365/423] Compiling FZSwiftUtils ObjCClassInfo+Header.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[366/423] Compiling FZSwiftUtils ObjCClassInfo+HeaderOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[367/423] Compiling FZSwiftUtils ObjCClassInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[368/423] Compiling FZSwiftUtils ObjCIvarInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[369/423] Compiling FZSwiftUtils ObjCMethodInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[370/423] Compiling FZSwiftUtils ObjCPropertyInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[371/423] Compiling FZSwiftUtils ObjCProtocolInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[372/423] Compiling FZSwiftUtils ObjCField.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[373/423] Compiling FZSwiftUtils ObjCMethodSignature.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[374/423] Compiling FZSwiftUtils ObjCPropertyInfo+Attribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[375/423] Compiling FZSwiftUtils ObjCType+Modifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[376/423] Compiling FZSwiftUtils ObjCType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo+Header.swift:271:51: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
269 |
270 |         var sortedImagePaths = bucketsByImage.sorted(by: \.key, options: .caseInsensitive)
271 |         let preferredImagePath = primaryImagePath ?? ""
    |                                                   `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
272 |         if let index = sortedImagePaths.firstIndex(where: { $0.key == preferredImagePath }) {
273 |             sortedImagePaths.insert(sortedImagePaths.remove(at: index), at: 0)
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift:487:13: warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
485 |
486 |     private static func classess(for cls: AnyClass, isInstance: Bool, includeSuperclasses: Bool) -> [AnyClass] {
487 |         var start = cls
    |             |- warning: variable 'start' inferred to have type 'AnyClass' (aka 'any AnyObject.Type'), which may be unexpected
    |             `- note: add an explicit type annotation to silence this warning
488 |         if !isInstance {
489 |             if ObjCRuntime.classNamesToSkip.contains(NSStringFromClass(cls)) { return [] }
[377/423] Compiling FZSwiftUtils ObjCClass.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[378/423] Compiling FZSwiftUtils ObjCClassNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[379/423] Compiling FZSwiftUtils ObjCHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[380/423] Compiling FZSwiftUtils ObjCIvar.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[381/423] Compiling FZSwiftUtils ObjCProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[382/423] Compiling FZSwiftUtils ObjCProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[383/423] Compiling FZSwiftUtils ObjCRuntime.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[384/423] Compiling FZSwiftUtils ObjcDynamicLibrary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[385/423] Compiling FZSwiftUtils ObjcMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[386/423] Compiling FZSwiftUtils NSAttributedString+ObjCHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[387/423] Compiling FZSwiftUtils NSTextView+ObjCHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[388/423] Compiling FZSwiftUtils AsyncOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[389/423] Compiling FZSwiftUtils Debouncer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[390/423] Compiling FZSwiftUtils PausableOperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[391/423] Compiling FZSwiftUtils Thottler.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[392/423] Compiling FZSwiftUtils OutlineItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[393/423] Compiling FZSwiftUtils RuntimeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[394/423] Compiling FZSwiftUtils Stream.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[395/423] Compiling FZSwiftUtils Swizzle.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[396/423] Compiling FZSwiftUtils Synchronized.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[397/423] Compiling FZSwiftUtils ThroughputFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[398/423] Compiling FZSwiftUtils TryPrint.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[399/423] Compiling FZSwiftUtils Weak.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjcMethod.swift:62:21: warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
60 |      */
61 |     public func origin() -> (imagePath: String?, symbolName: String?, categoryName: String?) {
62 |         ObjCRuntime.origin(of: method)
   |                     `- warning: expression shuffles the elements of this tuple; this behavior is deprecated [#deprecation]
63 |     }
64 | }
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift:53:71: warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 51 |
 52 |     static func objCHeader(for headerString: String, font: NSUIFont? = nil) -> NSAttributedString {
 53 |         let font = XcodePresentationTheme.shared.font(for: .argument) ?? font ?? NSUIFont(name: "SF Mono Regular", size: 13) ?? NSUIFont(name: "Menlo Regular", size: 13) ?? .monospacedSystemFont(ofSize: 13.0, weight: .regular)
    |                                                                       `- warning: left side of nil coalescing operator '??' has non-optional type 'NSUIFont' (aka 'NSFont'), so the right side is never used
 54 |         let attributed = NSMutableAttributedString(string: headerString, attributes: [.font: font])
 55 |         let fullRange = headerString.nsRange
[400/423] Compiling FZSwiftUtils CharacterSet+.swift
[401/423] Compiling FZSwiftUtils FourCharCode+.swift
[402/423] Compiling FZSwiftUtils NSAttributedString+.swift
[403/423] Compiling FZSwiftUtils NSAttributedString+Values.swift
[404/423] Compiling FZSwiftUtils NSRegularExpression+.swift
[405/423] Compiling FZSwiftUtils NSTextCheckingResult+.swift
[406/423] Compiling FZSwiftUtils String+.swift
[407/423] Compiling FZSwiftUtils String+HTML.swift
[408/423] Compiling FZSwiftUtils String+Height.swift
[409/423] Compiling FZSwiftUtils String+Match.swift
[410/423] Compiling FZSwiftUtils String+Random.swift
[411/423] Compiling FZSwiftUtils UnsafePointer+.swift
[412/423] Compiling FZSwiftUtils UnsafeRawPointer+.swift
[413/423] Compiling FZSwiftUtils XMLNode+.swift
[414/423] Compiling FZSwiftUtils NSUI Typealias.swift
[415/423] Compiling FZSwiftUtils Operator.swift
[416/423] Compiling FZSwiftUtils CodableDefault.swift
[417/423] Compiling FZSwiftUtils DateValueCodable.swift
[418/423] Compiling FZSwiftUtils PropertyWrappers.swift
[419/423] Compiling FZSwiftUtils AnyCodable.swift
[420/423] Compiling FZSwiftUtils AnyCodingKey.swift
[421/423] Compiling FZSwiftUtils AssociatedValue.swift
[422/423] Compiling FZSwiftUtils Cast.swift
[423/423] Compiling FZSwiftUtils BaseArray.swift
Build complete! (23.70s)
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/CGImageMetadata+.swift",
        "Extensions/CoreFoundation/CGImageMetadataTag+.swift",
        "Extensions/CoreFoundation/CGMutableImageMetadata+.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/DLInfo+.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/DictionaryEncoder/DictionaryAnyKeyedEncodingContainer.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/DictionaryComponent.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/DictionaryComponentContainer.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/DictionaryComponentEncoder.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/DictionaryEncoder.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/DictionaryKeyedEncodingContainer.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/DictionarySingleValueEncodingContainer.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/DictionaryUnkeyedEncodingContainer.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/Options/DictionaryDataEncodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/Options/DictionaryDateEncodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/Options/DictionaryEncodingOptions.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/Options/DictionaryKeyEncodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/Options/DictionaryNilEncodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictionaryEncoder/Options/DictionaryNonConformingFloatEncodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/DictionaryComponentDecoder.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/DictionaryDecoder.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/KeyedDecoder.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/Options/DataDecodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/Options/DateDecodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/Options/KeyDecodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/Options/NonConformingFloatDecodingStrategy.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/Options/Options.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/SingleValueDecoder.swift",
        "Extensions/Encoding & Decoding/DictonaryDecoder/UnkeyedDecoder.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/Error+.swift",
        "Extensions/File & URL/FileAttributes.swift",
        "Extensions/File & URL/FileHandle+.swift",
        "Extensions/File & URL/FileManager+.swift",
        "Extensions/File & URL/FileType.swift",
        "Extensions/File & URL/FinderTags.swift",
        "Extensions/File & URL/NSFilePromiseProvider+.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/DateFormatter+Multiple.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/NSKeyValueObservingOptions+.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/EdgeInsets+.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+PartialFileDownloadTask.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/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/AnyCodable.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/HTTPMethod.swift",
        "Utils/HTTPStatusCode.swift",
        "Utils/ImageSource/AsyncSequence/CGImageFrame.swift",
        "Utils/ImageSource/AsyncSequence/ImageFrameSequence.swift",
        "Utils/ImageSource/AsyncSequence/ImageSequence.swift",
        "Utils/ImageSource/ImageDestination+ImageOptions.swift",
        "Utils/ImageSource/ImageDestination.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+AboutCVTerm.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Artwork.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+ContainerFormat.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Contributor.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+CreatorContactInfo.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+DataOnScreen.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+DopesheetLink.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+EncodedRightsExpression.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Episode.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Genre.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Location.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+PersonHeard.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+PersonInImage.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+ProductInImage.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+PublicationEvent.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Rating.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Region.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+RegistryEntry.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Season.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+Series.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+ShownEvent.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+SupplyChainSource.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+TranscriptLink.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+VideoShotType.swift",
        "Utils/ImageSource/ImageProperties/Common/Additions/IPTC+WorkflowTag.swift",
        "Utils/ImageSource/ImageProperties/Common/AuxiliaryData.swift",
        "Utils/ImageSource/ImageProperties/Common/CIFF.swift",
        "Utils/ImageSource/ImageProperties/Common/EXIF+HumanReadable.swift",
        "Utils/ImageSource/ImageProperties/Common/EXIF.swift",
        "Utils/ImageSource/ImageProperties/Common/GPS.swift",
        "Utils/ImageSource/ImageProperties/Common/IPTC.swift",
        "Utils/ImageSource/ImageProperties/Common/OpenEXRA.swift",
        "Utils/ImageSource/ImageProperties/Format/8BIM.swift",
        "Utils/ImageSource/ImageProperties/Format/DNG.swift",
        "Utils/ImageSource/ImageProperties/Format/GIF.swift",
        "Utils/ImageSource/ImageProperties/Format/HEIC.swift",
        "Utils/ImageSource/ImageProperties/Format/JPEG.swift",
        "Utils/ImageSource/ImageProperties/Format/PNG.swift",
        "Utils/ImageSource/ImageProperties/Format/TGA.swift",
        "Utils/ImageSource/ImageProperties/Format/TIFF.swift",
        "Utils/ImageSource/ImageProperties/Format/WEBP.swift",
        "Utils/ImageSource/ImageProperties/ImageProperties.swift",
        "Utils/ImageSource/ImageProperties/Manufacture/Canon.swift",
        "Utils/ImageSource/ImageProperties/Manufacture/Nikon.swift",
        "Utils/ImageSource/ImageSource+Image.swift",
        "Utils/ImageSource/ImageSource+ImageOptions.swift",
        "Utils/ImageSource/ImageSource+ThumbnailOptions.swift",
        "Utils/ImageSource/ImageSource.swift",
        "Utils/ImageSource/Mutex.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/AnyObject+DynamicClass.swift",
        "Utils/MethodHooking/Implementation/AnyObject+HookClosures.swift",
        "Utils/MethodHooking/Implementation/FFI/FFICIFContext.swift",
        "Utils/MethodHooking/Implementation/FFI/FFIClosureContext.swift",
        "Utils/MethodHooking/Implementation/HookCommon.swift",
        "Utils/MethodHooking/Implementation/HookContext+InsteadContext.swift",
        "Utils/MethodHooking/Implementation/HookContext+OverrideSuperContext.swift",
        "Utils/MethodHooking/Implementation/HookContext.swift",
        "Utils/MethodHooking/Implementation/HookStorage.swift",
        "Utils/MethodHooking/Implementation/KVOWrapper.swift",
        "Utils/MethodHooking/Implementation/NSObject+SelectorName.swift",
        "Utils/MethodHooking/Implementation/ParametersCheck.swift",
        "Utils/MethodHooking/Implementation/ProtocolMethod.swift",
        "Utils/MethodHooking/Implementation/Signature.swift",
        "Utils/MutableProgress.swift",
        "Utils/NetworkError.swift",
        "Utils/NetworkReachability.swift",
        "Utils/NotificationToken.swift",
        "Utils/OSHash.swift",
        "Utils/Objective-C/Info/Info+ClassExtension.swift",
        "Utils/Objective-C/Info/ObjCCategoryInfo.swift",
        "Utils/Objective-C/Info/ObjCClassInfo+Header.swift",
        "Utils/Objective-C/Info/ObjCClassInfo+HeaderOptions.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/ObjCClass.swift",
        "Utils/Objective-C/ObjCClassNode.swift",
        "Utils/Objective-C/ObjCHeader.swift",
        "Utils/Objective-C/ObjCIvar.swift",
        "Utils/Objective-C/ObjCProperty.swift",
        "Utils/Objective-C/ObjCProtocol.swift",
        "Utils/Objective-C/ObjCRuntime.swift",
        "Utils/Objective-C/ObjcDynamicLibrary.swift",
        "Utils/Objective-C/ObjcMethod.swift",
        "Utils/Objective-C/Utils/NSAttributedString+ObjCHeader.swift",
        "Utils/Objective-C/Utils/NSTextView+ObjCHeader.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/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.