Build Information
Failed to build FZSwiftUtils, reference 1.3.0 (4c3672), with Swift 6.0 for macOS (SPM) on 19 Feb 2026 22:37:13 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
[216/344] Compiling FZSwiftUtils Synchronized.swift
[217/344] Compiling FZSwiftUtils ThroughputFormatter.swift
[218/344] Compiling FZSwiftUtils TryPrint.swift
[219/344] Compiling FZSwiftUtils Weak.swift
[220/344] Compiling FZSwiftUtils ReferenceConvertible+.swift
[221/344] Compiling FZSwiftUtils SortComparator+.swift
[222/344] Compiling FZSwiftUtils Result+.swift
[223/344] Compiling FZSwiftUtils Scanner+.swift
[224/344] Compiling FZSwiftUtils Selector+.swift
[225/344] Compiling FZSwiftUtils AttributedString+.swift
[226/344] Compiling FZSwiftUtils Character+.swift
[227/344] Compiling FZSwiftUtils CharacterSet+.swift
[228/344] Compiling FZSwiftUtils FourCharCode+.swift
[229/344] Compiling FZSwiftUtils NSAttributedString+.swift
[230/344] Compiling FZSwiftUtils NSAttributedString+Values.swift
[231/344] Compiling FZSwiftUtils NSRegularExpression+.swift
[232/344] Compiling FZSwiftUtils NSTextCheckingResult+.swift
[233/344] Compiling FZSwiftUtils String+.swift
[234/344] Compiling FZSwiftUtils String+HTML.swift
[235/344] Compiling FZSwiftUtils String+Height.swift
[236/344] Compiling FZSwiftUtils String+Match.swift
[237/344] Compiling FZSwiftUtils String+Random.swift
[238/344] Compiling FZSwiftUtils UnsafePointer+.swift
[239/344] Compiling FZSwiftUtils UnsafeRawPointer+.swift
[240/344] Compiling FZSwiftUtils XMLNode+.swift
[241/344] Compiling FZSwiftUtils NSUI Typealias.swift
[242/344] Compiling FZSwiftUtils Operator.swift
[243/344] Compiling FZSwiftUtils CodableDefault.swift
[244/344] Compiling FZSwiftUtils DateValueCodable.swift
error: compile command failed due to signal 11 (use -v to see invocation)
[245/344] Compiling FZSwiftUtils CFType+CFTollFreeSwiftBridgeable.swift
[246/344] Compiling FZSwiftUtils CFType.swift
[247/344] Compiling FZSwiftUtils Data+.swift
[248/344] Compiling FZSwiftUtils Calendar+.swift
[249/344] Compiling FZSwiftUtils Date+.swift
[250/344] Compiling FZSwiftUtils DateComponentsFormatter+.swift
[251/344] Compiling FZSwiftUtils DateFormatter+.swift
[252/344] Compiling FZSwiftUtils DateFormatter+Components.swift
[253/344] Compiling FZSwiftUtils DateIntervalFormatter+.swift
[254/344] Compiling FZSwiftUtils RelativeDateTimeFormatter+.swift
[255/344] Compiling FZSwiftUtils NSCalendar+.swift
[256/344] Compiling FZSwiftUtils TimeZone.swift
[257/344] Compiling FZSwiftUtils DispatchQueue+.swift
[258/344] Compiling FZSwiftUtils DispatchWorkItem+.swift
[259/344] Compiling FZSwiftUtils Codable+.swift
[260/344] Compiling FZSwiftUtils CodingError+.swift
[261/344] Compiling FZSwiftUtils Collection+Decode.swift
[262/344] Compiling FZSwiftUtils Decoder+.swift
[263/344] Compiling FZSwiftUtils Dictionary+Codable.swift
[264/344] Compiling FZSwiftUtils Encoder+.swift
[265/344] Compiling FZSwiftUtils JSONEncoderDecoder+.swift
[266/344] Compiling FZSwiftUtils JSONEncoderDecoder+Codable.swift
[267/344] Compiling FZSwiftUtils NSCoding+.swift
[268/344] Compiling FZSwiftUtils NSKeyedArchiver+.swift
[269/344] Compiling FZSwiftUtils NSKeyedUnarchiver+.swift
[270/344] Compiling FZSwiftUtils Range+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[271/344] Compiling FZSwiftUtils SIMD+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[272/344] Compiling FZSwiftUtils TimeInterval+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[273/344] Compiling FZSwiftUtils VectorArithmetic+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[274/344] Compiling FZSwiftUtils Mirror+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[275/344] Compiling FZSwiftUtils NSCoder+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[276/344] Compiling FZSwiftUtils NSError+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[277/344] Compiling FZSwiftUtils NSObject+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[278/344] Compiling FZSwiftUtils NSObject+Invocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[279/344] Compiling FZSwiftUtils NSObject+KeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[280/344] Compiling FZSwiftUtils NSObject+Perform.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[281/344] Compiling FZSwiftUtils NSObject+Proxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[282/344] Compiling FZSwiftUtils NSRectEdge+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[283/344] Compiling FZSwiftUtils NSRecursiveLock+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[284/344] Compiling FZSwiftUtils NSRunningApplication+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[285/344] Compiling FZSwiftUtils NSUIRectEdge+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[286/344] Compiling FZSwiftUtils NSUIUserInterfaceLayoutDirection+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[287/344] Compiling FZSwiftUtils NSWorkspace+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[288/344] Compiling FZSwiftUtils HTTPCookie+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[289/344] Compiling FZSwiftUtils HTTPCookieStorage+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[290/344] Compiling FZSwiftUtils HTTPURLResponse+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[291/344] Compiling FZSwiftUtils URL+Redirect.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[292/344] Compiling FZSwiftUtils URLComponents+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[293/344] Compiling FZSwiftUtils URLRequest+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[294/344] Compiling FZSwiftUtils URLResponse+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4205:1: warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4203 | // MARK: - VectorArithmetic
4204 |
4205 | extension SIMD2: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD2' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4206 | @inlinable
4207 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4217:1: warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4215 | }
4216 |
4217 | extension SIMD3: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD3' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4218 | @inlinable
4219 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4229:1: warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4227 | }
4228 |
4229 | extension SIMD4: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD4' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4230 | @inlinable
4231 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4241:1: warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4239 | }
4240 |
4241 | extension SIMD8: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD8' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4242 | @inlinable
4243 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4253:1: warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4251 | }
4252 |
4253 | extension SIMD16: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD16' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4254 | @inlinable
4255 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4265:1: warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4263 | }
4264 |
4265 | extension SIMD32: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD32' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4266 | @inlinable
4267 | public mutating func scale(by rhs: Double) {
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift:4277:1: warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
4275 | }
4276 |
4277 | extension SIMD64: SwiftUI.VectorArithmetic where Scalar == Double {
| |- warning: extension declares a conformance of imported type 'SIMD64' to imported protocol 'VectorArithmetic'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4278 | @inlinable
4279 | public mutating func scale(by rhs: Double) {
[295/344] Compiling FZSwiftUtils PropertyWrappers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[296/344] Compiling FZSwiftUtils AnyCodingKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[297/344] Compiling FZSwiftUtils AssociatedValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[298/344] Compiling FZSwiftUtils Cast.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[299/344] Compiling FZSwiftUtils BaseArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[300/344] Compiling FZSwiftUtils BaseDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[301/344] Compiling FZSwiftUtils CountedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[302/344] Compiling FZSwiftUtils Deque.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[303/344] Compiling FZSwiftUtils Heap.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[304/344] Compiling FZSwiftUtils OrderedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[305/344] Compiling FZSwiftUtils OrderedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[306/344] Compiling FZSwiftUtils Queue.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[307/344] Compiling FZSwiftUtils SelectableArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[308/344] Compiling FZSwiftUtils Stack.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[309/344] Compiling FZSwiftUtils SynchronizedArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[310/344] Compiling FZSwiftUtils SynchronizedContiguousArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[311/344] Compiling FZSwiftUtils SynchronizedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[312/344] Compiling FZSwiftUtils SyncrhonizedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[313/344] Compiling FZSwiftUtils DataSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[314/344] Compiling FZSwiftUtils FractionalPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[315/344] Compiling FZSwiftUtils NSRectCorner.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[316/344] Compiling FZSwiftUtils Point3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[317/344] Compiling FZSwiftUtils RectEdge.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[318/344] Compiling FZSwiftUtils RectEdgeCorner.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
[319/344] Compiling FZSwiftUtils Rotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift:234:9: warning: result of 'AnyIterator<Element>' initializer is unused
232 | public func makeIterator() -> AnyIterator<Element> {
233 | var keysIterator = storage.keys.makeIterator()
234 | AnyIterator(storage.keys.makeIterator())
| `- warning: result of 'AnyIterator<Element>' initializer is unused
235 | return AnyIterator { keysIterator.next() }
236 | }
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.bSKkuF/sources-1 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Index.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Keypath.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Occurency.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Print.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Random.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Rotate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Sort+Comparator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Sort.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+String.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Unique.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Zip.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Set+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFAllocator+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFArray+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFComparisonResult+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFData+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFDictionary+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFNumber+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFString+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/ColorSyncProfile+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/MDQuery.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFComparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFStringKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFType+CFConvertible.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFType+CFTollFreeBridgeable.swift -supplementary-output-file-map /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.bSKkuF/supplementaryOutputs-2 -target arm64-apple-macosx12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -empty-abi-descriptor -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/_FZSwiftUtilsObjC.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils+ObjC/include -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/Sources/Libffi/include/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/Sources/Libffi/include -Xcc -isysroot -Xcc /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -Xcc -F -Xcc /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xcc -fPIC -Xcc -g -module-name FZSwiftUtils -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Index.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Keypath.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Occurency.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Print.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Random.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Rotate.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Sort+Comparator.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Sort.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+String.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Unique.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Sequence+Zip.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/Set+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFAllocator+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFArray+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFComparisonResult+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFData+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFDictionary+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFNumber+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFString+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/ColorSyncProfile+.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/MDQuery.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFComparable.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFStringKey.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFType+CFConvertible.swift.o -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/FZSwiftUtils.build/CFType+CFTollFreeBridgeable.swift.o -index-store-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/index/store -index-system-modules
1. Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
2. Compiling with effective version 5.10
3. Contents of /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.bSKkuF/sources-1:
---
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Bundle+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Bundle+Info.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CSSearchableItem+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CVTimeStamp+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Array+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+Advance.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+Average.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+Chunk.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+Indexed.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+LazySplit.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+ObjectIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+Remove.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Collection+Sort.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/CollectionDifference+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Dictionary+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Dictionary+Merge.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/IndexPath+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/OptionSet+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Collect.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Concurrency.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Difference.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Flat.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Identifable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Index.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Keypath.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Occurency.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Print.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Random.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Rotate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Sort+Comparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Sort.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Unique.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Zip.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Set+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFAllocator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFArray+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFComparisonResult+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFData+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFDictionary+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFNumber+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/CFString+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/ColorSyncProfile+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/MDQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFComparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFStringKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFType+CFConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFType+CFTollFreeBridgeable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFType+CFTollFreeSwiftBridgeable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/CoreFoundation/Protocols/CFType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Data+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/Calendar+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/Date+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/Formatter/DateComponentsFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/Formatter/DateFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/Formatter/DateFormatter+Components.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/Formatter/DateIntervalFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/Formatter/RelativeDateTimeFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/NSCalendar+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Date & Time/TimeZone.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/DispatchQueue+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/DispatchWorkItem+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/Codable+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/CodingError+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/Collection+Decode.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/Decoder+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/Dictionary+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/Encoder+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/JSONEncoderDecoder+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/JSONEncoderDecoder+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/NSCoding+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/NSKeyedArchiver+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/NSKeyedUnarchiver+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Encoding & Decoding/PropertyListSerialization+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Enum/Enum+Displayable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Enum/Enum+Name.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/FileAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/FileHandle+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/FileManager+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/FileType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/NSMetadata+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/URL+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/URL+DuplicateFiles.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/URL+ExtendedAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/URL+Item.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/URL+Iterate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/URLResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/File & URL/UTType+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/ByteCountFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/ListFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/MeasurementFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Formatter/UnitInformationStorage+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Hash/Digest+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Hash/HashFunction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Hash/Hasher+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObservation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/KeyValueObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/NSObject+Observe.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KVO/SharedKeyValueObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/KeyPath+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Locale+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Locale+Currency.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Logger+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/Accelerate+Operator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/AffineTransform+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/ApproximateEquatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/Bool+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/CGPoint+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/CGRect+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/CGRect+Edge.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/CGSize+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/FloatingPoint+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/FloatingPoint+Initializable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/FloatingPoint+Rounding.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/Int+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/MultiplicativeArithmetic.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/NSNumber+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/NSRange+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/NSValue+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/Number+Interpolate.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/Number+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/NumberFormatter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/NumberFormatter+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/Range+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/SIMD+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/TimeInterval+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Math & Geometry/VectorArithmetic+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Mirror+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSCoder+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSError+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+Invocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+KeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+Perform.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSObject/NSObject+Proxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSRectEdge+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSRecursiveLock+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSRunningApplication+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSUIRectEdge+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSUIUserInterfaceLayoutDirection+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/NSWorkspace+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/HTTPCookie+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/HTTPCookieStorage+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/HTTPURLResponse+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URL+Redirect.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLComponents+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLRequest+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLResponse+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLSession+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLSession+Sync.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLSessionConfiguration+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLSessionDataTask+Resume.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Networking/URLSessionTask+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Notification+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Operation+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/OperationQueue+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Predicate/NSComparisonPredicate+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Predicate/NSComparisonPredicate+Expression.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Predicate/NSExpression+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Predicate/NSPredicate+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Predicate/NSPredicate+Operator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Predicate/Predicates.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Process+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/ProcessInfo+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Progress+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/Any.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/CaseIterable+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/Comparable+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/Comparable+Clamp.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/Equatable+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/HashableObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/OptionSetDescribable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/Optional+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/ReferenceConvertible+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Protocol/SortComparator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Result+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Scanner+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Selector+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/AttributedString+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/Character+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/CharacterSet+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/FourCharCode+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/NSAttributedString+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/NSAttributedString+Values.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/NSRegularExpression+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/NSTextCheckingResult+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/String+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/String+HTML.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/String+Height.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/String+Match.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/String/String+Random.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/UnsafePointer+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/UnsafeRawPointer+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/XMLNode+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/NSUI Typealias.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Operator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/PropertyWrappers/CodableDefault.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/PropertyWrappers/DateValueCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/PropertyWrappers/PropertyWrappers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/AnyCodingKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/AssociatedValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Cast.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/BaseArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/BaseDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/CountedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/Deque.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/Heap.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/OrderedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/OrderedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/Queue.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/SelectableArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/Stack.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/SynchronizedArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/SynchronizedContiguousArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/SynchronizedDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Collections/SyncrhonizedSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/DataSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/FractionalPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/NSRectCorner.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/Point3D.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/RectEdge.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/RectEdgeCorner.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/Rotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/RotationAngle.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/Scale.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/TimeDuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Datatypes/TimeStamp.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Defaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ElapsedTimer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FSEventMonitor/FSEvent+Actions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FSEventMonitor/FSEvent+Flags.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FSEventMonitor/FSEvent+ItemType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FSEventMonitor/FSEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FSEventMonitor/FSEventMonitor+Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FSEventMonitor/FSEventMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FileConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/FileTypeDefinition.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/AsymcSequence/CGImageFrame.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/AsymcSequence/ImageFrameSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/AsymcSequence/ImageSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/CGImage+AuxiliaryDataType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageDestination.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/EXIF+HumanReadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/EXIFImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Extended/Canon.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Extended/EXIF+Extended.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Extended/GPS.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Extended/ImageProperties+Keys.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Extended/Nikon.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Extended/PNG+Extended.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/Extended/TIFF+Extended.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/GIFImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/HEICImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/IPTCImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/ImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/JPEGImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/PNGImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageProperties/TIFFImageProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ImageSource/ImageSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Interpolatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/JSONObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/KeyValueCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MeasureTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook+AddMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook+Class.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook+Closure.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook+Deinit.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook+Object.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hook/Hook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hooker+NSObject/NSObject+ClassHook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hooker+NSObject/NSObject+ClassInstanceHook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hooker+NSObject/NSObject+Hook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hooker+NSObject/NSObject+Unhook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hooker/ClassHook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hooker/ClassInstanceHook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Hooker/ObjectHook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/AnyClass+GetMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/AnyObject+DynamicClass.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/AnyObject+HookClosures.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/ClassHooks.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/FFI/FFICIFContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/FFI/FFIClosureContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/HookCommon.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/HookContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/InsteadContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/KVOWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/NSObject+SelectorName.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/ObjectHooks.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/OverrideSuperMethodContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/ParametersCheck.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/ProtocolMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MethodHooking/Implementation/Signature.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/MutableProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/NetworkReachability.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/NotificationToken.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/OSHash.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCCategoryInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCClassInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCIvarInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCMethodInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCPropertyInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Info/ObjCProtocolInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Model/ObjCField.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Model/ObjCMethodSignature.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Model/ObjCPropertyInfo+Attribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Model/ObjCType+Modifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/Model/ObjCType.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Objective-C/ObjCRuntime.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Operation/AsyncOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Operation/Debouncer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Operation/PausableOperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Operation/Thottler.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/OutlineItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/RuntimeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Stream.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/StringComparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Swizzle.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Synchronized.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/ThroughputFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/TryPrint.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Utils/Weak.swift
---
4. While evaluating request IRGenRequest(IR Generation for file "/Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Sort+Comparator.swift")
5. While emitting IR SIL function "@$s12FZSwiftUtils17SortingComparatorVAASSRszlE7lexicalACySSGvgZ".
for getter for lexical (at /Users/admin/builder/spi-builder-workspace/Sources/FZSwiftUtils/Extensions/Collections/Sequence+Sort+Comparator.swift:343:23)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 swift-frontend 0x0000000107dbaa9c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1 swift-frontend 0x0000000107db8cf0 llvm::sys::RunSignalHandlers() + 112
2 swift-frontend 0x0000000107dbb068 SignalHandler(int) + 292
3 libsystem_platform.dylib 0x000000018211f624 _sigtramp + 56
4 swift-frontend 0x0000000102dafef0 (anonymous namespace)::IRGenSILFunction::visitSILBasicBlock(swift::SILBasicBlock*) + 52528
5 swift-frontend 0x0000000102dafef0 (anonymous namespace)::IRGenSILFunction::visitSILBasicBlock(swift::SILBasicBlock*) + 52528
6 swift-frontend 0x0000000102da1ea4 (anonymous namespace)::IRGenSILFunction::emitSILFunction() + 13220
7 swift-frontend 0x0000000102d9e65c swift::irgen::IRGenModule::emitSILFunction(swift::SILFunction*) + 2088
8 swift-frontend 0x0000000102be9834 swift::irgen::IRGenerator::emitGlobalTopLevel(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>> const&) + 3364
9 swift-frontend 0x0000000102d555a8 swift::IRGenRequest::evaluate(swift::Evaluator&, swift::IRGenDescriptor) const + 4700
10 swift-frontend 0x0000000102d9dba8 swift::SimpleRequest<swift::IRGenRequest, swift::GeneratedModule (swift::IRGenDescriptor), (swift::RequestFlags)9>::evaluateRequest(swift::IRGenRequest const&, swift::Evaluator&) + 176
11 swift-frontend 0x0000000102d5e394 swift::IRGenRequest::OutputType swift::Evaluator::getResultUncached<swift::IRGenRequest, swift::IRGenRequest::OutputType swift::evaluateOrFatal<swift::IRGenRequest>(swift::Evaluator&, swift::IRGenRequest)::'lambda'()>(swift::IRGenRequest const&, swift::IRGenRequest::OutputType swift::evaluateOrFatal<swift::IRGenRequest>(swift::Evaluator&, swift::IRGenRequest)::'lambda'()) + 784
12 swift-frontend 0x0000000102d57e90 swift::performIRGeneration(swift::FileUnit*, swift::IRGenOptions const&, swift::TBDGenOptions const&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, llvm::StringRef, swift::PrimarySpecificPaths const&, llvm::StringRef, llvm::GlobalVariable**) + 180
13 swift-frontend 0x00000001027674bc generateIR(swift::IRGenOptions const&, swift::TBDGenOptions const&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, swift::PrimarySpecificPaths const&, llvm::StringRef, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, llvm::GlobalVariable*&, llvm::ArrayRef<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>) + 156
14 swift-frontend 0x0000000102762ce4 performCompileStepsPostSILGen(swift::CompilerInstance&, std::__1::unique_ptr<swift::SILModule, std::__1::default_delete<swift::SILModule>>, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, swift::PrimarySpecificPaths const&, int&, swift::FrontendObserver*) + 2176
15 swift-frontend 0x0000000102761bd0 swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 984
16 swift-frontend 0x0000000102764e88 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 1684
17 swift-frontend 0x0000000102763bb4 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 3572
18 swift-frontend 0x00000001026eaa5c swift::mainEntry(int, char const**) + 3680
19 dyld 0x0000000181d46b4c start + 6000
BUILD FAILURE 6.0 macosSpm