The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build FZUIKit, reference main (6a0042), with Swift 6.0 for macOS (SPM) on 5 May 2025 05:44:48 UTC.

Build Command

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

Build Log

 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[668/714] Compiling FZUIKit NSUIColor+Luminosity.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[669/714] Compiling FZUIKit NSUIColor+Mixing.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[670/714] Compiling FZUIKit NSUIColor+RGB.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[671/714] Compiling FZUIKit UIColor+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[672/714] Compiling FZUIKit CAAnimation+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[673/714] Compiling FZUIKit CACornerMask+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[674/714] Compiling FZUIKit CADisplayLink+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[675/714] Compiling FZUIKit CAFrameRateRange+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[676/714] Compiling FZUIKit CALayer+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[677/714] Compiling FZUIKit CAMediaTimingFunction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[678/714] Compiling FZUIKit CAPropertyAnimation+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[679/714] Compiling FZUIKit CAPropertyAnimation+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[680/714] Compiling FZUIKit CASpringAnimation+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[681/714] Compiling FZUIKit CATransaction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[682/714] Compiling FZUIKit CATransform3D+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[683/714] Compiling FZUIKit CATransition+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[684/714] Compiling FZUIKit CALayerExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[685/714] Compiling FZUIKit CATransform3DConvenienceExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[686/714] Compiling FZUIKit CATransform3DExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[687/714] Compiling FZUIKit CGQuaternion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[688/714] Compiling FZUIKit CGVector3.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[689/714] Compiling FZUIKit CGVector4.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[690/714] Compiling FZUIKit Interpolatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 |     }
77 |
78 |     extension CACornerMask: Hashable {
   |     |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
79 |         public func hash(into hasher: inout Hasher) {
80 |             hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 47 |
 48 |         func updatedShadowConfiguration() -> ShadowConfiguration {
 49 |             resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
    |                                                                                    `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
 50 |             shadowConfiguration.radius = shadowRadius
 51 |             shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 |             get {
185 |                 if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 |                     nsuiBackgroundColor = backgroundColor?.nsUIColor
    |                     |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
    |                     `- note: access 'self' explicitly to silence this warning
187 |                 }
188 |                 return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 |                 #if os(macOS)
199 |                 parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 |                     guard let self = self else { return }
    |                               `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 |                 }
202 |                 #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 |     import QuartzCore
12 |
13 |     extension CATransform3D: Equatable {
   |     |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
14 |         public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 |             CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
 87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
 88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
 89 | extension simd_quatd: Hashable {
    | |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |     public func hash(into hasher: inout Hasher) {
 91 |         hasher.combine(vector)
[691/714] Compiling FZUIKit NSBox+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[692/714] Compiling FZUIKit AdvanceConfiguration+View.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[693/714] Compiling FZUIKit AdvanceConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[694/714] Compiling FZUIKit Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[695/714] Compiling FZUIKit NSButton+Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[696/714] Compiling FZUIKit NSButton+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[697/714] Compiling FZUIKit NSPopUpButton+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[698/714] Compiling FZUIKit NSClipView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[699/714] Compiling FZUIKit NSColorPanel+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[700/714] Compiling FZUIKit NSColorWell+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[701/714] Compiling FZUIKit NSControl+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[702/714] Compiling FZUIKit NSDatePicker+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[703/714] Compiling FZUIKit GridCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[704/714] Compiling FZUIKit GridColumn.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[705/714] Compiling FZUIKit GridRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[706/714] Compiling FZUIKit NSGridCell+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[707/714] Compiling FZUIKit NSGridColumn+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[708/714] Compiling FZUIKit NSGridRow+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[709/714] Compiling FZUIKit NSGridView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[710/714] Compiling FZUIKit NSImageView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[711/714] Compiling FZUIKit NSLevelIndicator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[712/714] Compiling FZUIKit NSMatrix+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[713/714] Compiling FZUIKit NSProgressIndicator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[714/714] Compiling FZUIKit NSScrollView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/67667] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (2.60s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (3b793f1)
BUILD FAILURE 6.0 macosSpm