The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FZUIKit, reference main (c05c37), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 19:53:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[701/767] Compiling FZUIKit NSUIControl+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[702/767] Compiling FZUIKit NSUIHostingController+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[703/767] Compiling FZUIKit NSUIHostingController+AutoHeight.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[704/767] Compiling FZUIKit NSUIStackView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[705/767] Compiling FZUIKit NSUITextField+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[706/767] Compiling FZUIKit NSUITextView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[707/767] Compiling FZUIKit NSUIView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[708/767] Compiling FZUIKit NSUIView+BackgroundColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[709/767] Compiling FZUIKit NSUIView+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[710/767] Compiling FZUIKit NSUIView+Drag.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[711/767] Compiling FZUIKit NSUIView+Material.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[712/767] Compiling FZUIKit NSUIView+PinEdges.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[713/767] Compiling FZUIKit NSUIView+RenderedImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[714/767] Compiling FZUIKit NSUIView+Shakable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[715/767] Compiling FZUIKit NSUIView+VisualEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[716/767] Compiling FZUIKit NSUIView+isEnabled.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[717/767] Compiling FZUIKit NSViewProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[718/767] Compiling FZUIKit Nibloadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[719/767] Compiling FZUIKit NSOutlineView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:252:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
250 |         }
251 |
252 |         open func firstSubview<V: NSUIView>(type _: V.Type, depth: Int = 0) -> V? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
253 |             firstSubview(where: { $0 is V }, depth: depth) as? V
254 |         }
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:256:9: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
254 |         }
255 |
256 |         open func firstSubview(where predicate: (NSUIView) -> (Bool), depth: Int = 0) -> NSUIView? {
    |         `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
257 |             if let subview = subviews.first(where: predicate) {
258 |                 return subview
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/NSUIView+.swift:327:25: warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
325 |                         }
326 |                     }
327 |                     let padded = Gradient.ColorStop.padded(from: optionalLayer?.gradient?.stops ?? [], to: newValue?.stops ?? [])
    |                         `- warning: initialization of immutable value 'padded' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
328 |
329 |                     gradientStartPoint = newGradient.startPoint.point
[720/767] Compiling FZUIKit NSScroller+.swift
[721/767] Compiling FZUIKit NSSegmentedControl+.swift
[722/767] Compiling FZUIKit NSSegmentedControl+Builder.swift
[723/767] Compiling FZUIKit NSSegmentedControl+Segment.swift
[724/767] Compiling FZUIKit NSSlider+.swift
[725/767] Compiling FZUIKit NSSplitViewController+.swift
[726/767] Compiling FZUIKit NSStackView+.swift
[727/767] Compiling FZUIKit NSStepper+.swift
[728/767] Compiling FZUIKit NSSwitch+.swift
[729/767] Compiling FZUIKit NSTextField+.swift
[730/767] Compiling FZUIKit NSTextField+AdjustFont.swift
[731/767] Compiling FZUIKit NSTextField+Colors.swift
[732/767] Compiling FZUIKit NSTextField+Editing.swift
[733/767] Compiling FZUIKit NSTextField+ExtendedCell.swift
[734/767] Compiling FZUIKit NSTextField+Resizing.swift
[735/767] Compiling FZUIKit NSTextField+TextLayout.swift
[736/767] Compiling FZUIKit NSTextFieldCell+.swift
[737/767] Compiling FZUIKit TextLine.swift
[738/767] Compiling FZUIKit NSTextView+.swift
[739/767] Compiling FZUIKit NSView+.swift
[740/767] Compiling FZUIKit NSView+Animate.swift
[741/767] Compiling FZUIKit NSView+BackgroundStyle.swift
[742/767] Compiling FZUIKit NSView+Drag.swift
[743/767] Compiling FZUIKit NSView+Drop.swift
[744/767] Compiling FZUIKit NSBox+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[745/767] Compiling FZUIKit AdvanceConfiguration+View.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[746/767] Compiling FZUIKit AdvanceConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[747/767] Compiling FZUIKit Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[748/767] Compiling FZUIKit NSButton+Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[749/767] Compiling FZUIKit NSButton+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[750/767] Compiling FZUIKit NSPopUpButton+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[751/767] Compiling FZUIKit NSClipView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[752/767] Compiling FZUIKit NSColorPanel+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[753/767] Compiling FZUIKit NSColorWell+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[754/767] Compiling FZUIKit NSControl+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[755/767] Compiling FZUIKit NSDatePicker+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[756/767] Compiling FZUIKit GridCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[757/767] Compiling FZUIKit GridColumn.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[758/767] Compiling FZUIKit GridRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[759/767] Compiling FZUIKit NSGridCell+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[760/767] Compiling FZUIKit NSGridColumn+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[761/767] Compiling FZUIKit NSGridRow+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[762/767] Compiling FZUIKit NSGridView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[763/767] Compiling FZUIKit NSImageView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[764/767] Compiling FZUIKit NSLevelIndicator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[765/767] Compiling FZUIKit NSMatrix+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[766/767] Compiling FZUIKit NSProgressIndicator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
[767/767] Compiling FZUIKit NSScrollView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:26:17: warning: switch must be exhaustive
 24 |
 25 |             var titleFont: Font {
 26 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 27 |                 case .large: return .system(.title3) // 13
 28 |                 case .regular: return .system(.body) // 13
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift:36:17: warning: switch must be exhaustive
 34 |
 35 |             var subtitleFont: Font {
 36 |                 switch configuration.size {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.extraLarge'
 37 |                 case .large: return .system(.body) // 13
 38 |                 case .regular: return .system(.subheadline) // 13
/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test [#no-usage]
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 {
Build complete! (32.70s)
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/68260] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (2.87s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (ab44348)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fzswiftutils",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flocked/FZSwiftUtils.git"
    }
  ],
  "manifest_display_name" : "FZUIKit",
  "name" : "FZUIKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "FZUIKit",
      "targets" : [
        "FZUIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_ObjectProxy",
      "module_type" : "ClangTarget",
      "name" : "_ObjectProxy",
      "path" : "Sources/FZUIKit+ObjC/ObjectProxy",
      "product_memberships" : [
        "FZUIKit"
      ],
      "sources" : [
        "_ObjectProxy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_DelegateProxy",
      "module_type" : "ClangTarget",
      "name" : "_DelegateProxy",
      "path" : "Sources/FZUIKit+ObjC/DelegateProxy",
      "product_memberships" : [
        "FZUIKit"
      ],
      "sources" : [
        "_DelegateProxy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FZUIKit",
      "module_type" : "SwiftTarget",
      "name" : "FZUIKit",
      "path" : "Sources/FZUIKit",
      "product_dependencies" : [
        "FZSwiftUtils"
      ],
      "product_memberships" : [
        "FZUIKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingdownhand.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingdownhand.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingupandownhand.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countingupandownhand.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countinguphand.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/countinguphand.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/move.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/move.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeast.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeast.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeastwest.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizeeastwest.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorth.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorth.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheast.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheast.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheastsouthwest.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenortheastsouthwest.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthsouth.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthsouth.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwest.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwest.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwestsoutheast.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizenorthwestsoutheast.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouth.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouth.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesoutheast.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesoutheast.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouthwest.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizesouthwest.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizewest.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/resizewest.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomin.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomin.plist",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomout.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Resources/Cursors/zoomout.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/AppKit/DockTile.swift",
        "Classes/AppKit/FontManager/FontManager.swift",
        "Classes/AppKit/FontManager/FontManagerAlt.swift",
        "Classes/AppKit/FontManager/FontMenuItemView.swift",
        "Classes/AppKit/FontManager/VerticallyCenteredTextField.swift",
        "Classes/AppKit/GestureRecognizer/ActionGestureRecognizer.swift",
        "Classes/AppKit/GestureRecognizer/ClickGestureRecognizer.swift",
        "Classes/AppKit/GestureRecognizer/DoubleClickGestureRecognizer.swift",
        "Classes/AppKit/GestureRecognizer/SwipeTouchGestureRecognizer.swift",
        "Classes/AppKit/GraphicsRenderer/GraphicsRenderer.swift",
        "Classes/AppKit/GraphicsRenderer/GraphicsRendererContext.swift",
        "Classes/AppKit/GraphicsRenderer/GraphicsRendererFormat.swift",
        "Classes/AppKit/GraphicsRenderer/Image/ImageRenderer.swift",
        "Classes/AppKit/GraphicsRenderer/Image/ImageRendererContext.swift",
        "Classes/AppKit/GraphicsRenderer/Image/ImageRendererFormat.swift",
        "Classes/AppKit/GraphicsRenderer/PDF/PDFDocumentInfo.swift",
        "Classes/AppKit/GraphicsRenderer/PDF/PDFRenderer.swift",
        "Classes/AppKit/GraphicsRenderer/PDF/PDFRendererContext.swift",
        "Classes/AppKit/GraphicsRenderer/PDF/PDFRendererFormat.swift",
        "Classes/AppKit/HostingPopover.swift",
        "Classes/AppKit/LaunchAtLogin.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSBackgroundConfiguration/NSBackgroundConfiguration.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSBackgroundConfiguration/NSBackgroundContentView.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/ Unused/NSContentUnavailableConfigurationState.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/ Unused/NSView+ContentUnavailable.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableConfiguration.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/NSContentUnavailableView.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Button.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Image.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSContentUnavailableConfiguration/Properties/UnavailableConfiguration+Text.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingConfiguration.swift",
        "Classes/AppKit/NSContentConfiguration/Configurations/NSHostingConfiguration/NSHostingContentView.swift",
        "Classes/AppKit/NSContentConfiguration/ContentConfigurationView.swift",
        "Classes/AppKit/NSContentConfiguration/ControlConfigurationState.swift",
        "Classes/AppKit/NSContentConfiguration/NSViewConfigurationState.swift",
        "Classes/AppKit/NSContentConfiguration/Protocols/NSConfigurationState.swift",
        "Classes/AppKit/NSContentConfiguration/Protocols/NSContentConfiguration.swift",
        "Classes/AppKit/NSContentConfiguration/Protocols/NSContentView.swift",
        "Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Item.swift",
        "Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Response.swift",
        "Classes/AppKit/NSTextSuggestionsDelegate/Suggestion+Section.swift",
        "Classes/AppKit/NSTextSuggestionsDelegate/SuggestionItem.swift",
        "Classes/AppKit/NSTextSuggestionsDelegate/SuggestionResponse.swift",
        "Classes/AppKit/NSTextSuggestionsDelegate/SuggestionSection.swift",
        "Classes/AppKit/NSTextSuggestionsDelegate/TextSuggestionsDelegate.swift",
        "Classes/AppKit/PageController/NSPageController+.swift",
        "Classes/AppKit/PageController/PageController.swift",
        "Classes/AppKit/PageController/PagingView.swift",
        "Classes/AppKit/TextFormatter.swift",
        "Classes/Content Configurations/BorderConfiguration.swift",
        "Classes/Content Configurations/ImageConfiguration.swift",
        "Classes/Content Configurations/ImageSymbolConfiguration.swift",
        "Classes/Content Configurations/ShadowConfiguration.swift",
        "Classes/Content Configurations/TextConfiguration.swift",
        "Classes/Content Configurations/ViewConfiguration.swift",
        "Classes/Content Configurations/VisualEffectConfiguration.swift",
        "Classes/Content Transforms/ContentTransform+Border.swift",
        "Classes/Content Transforms/ContentTransform+Color.swift",
        "Classes/Content Transforms/ContentTransform+Image.swift",
        "Classes/Content Transforms/ContentTransform+Shadow.swift",
        "Classes/Content Transforms/ContentTransform+String.swift",
        "Classes/Content Transforms/ContentTransform+TextAttributes.swift",
        "Classes/Content Transforms/ContentTransform.swift",
        "Classes/DelegateProxy/DelegateProxy.swift",
        "Classes/DelegateProxy/DelegateProxyPublisher.swift",
        "Classes/DelegateProxy/DelegateProxyType.swift",
        "Classes/DisplayLink/DisplayLink+Combine.swift",
        "Classes/DisplayLink/DisplayLink+SwiftUI.swift",
        "Classes/DisplayLink/DisplayLinkTimer+Publisher.swift",
        "Classes/DisplayLink/DisplayLinkTimer+SwiftUI.swift",
        "Classes/DisplayLink/DisplayLinkTimer.swift",
        "Classes/Layer/DashedBorderLayer.swift",
        "Classes/Layer/EmphasizedBorderLayer.swift",
        "Classes/Layer/EmphasizedBorderView.swift",
        "Classes/Layer/ImageLayer.swift",
        "Classes/Layer/InnerShadowLayer.swift",
        "Classes/Layer/InverseMaskLayer.swift",
        "Classes/Misc/HTMLStringLoadingTask.swift",
        "Classes/Misc/MorphableShape.swift",
        "Classes/Misc/PathShape.swift",
        "Classes/Misc/Rubberband.swift",
        "Classes/SwiftUI/BarProgressStyle.swift",
        "Classes/SwiftUI/ContainerView.swift",
        "Classes/SwiftUI/EditableText.swift",
        "Classes/SwiftUI/IrregularGradient/IrregularGradient+ColorBlob.swift",
        "Classes/SwiftUI/IrregularGradient/IrregularGradient+Modifiers.swift",
        "Classes/SwiftUI/IrregularGradient/IrregularGradient.swift",
        "Classes/SwiftUI/QuicklookPreview.swift",
        "Classes/SwiftUI/SegmentedControl.swift",
        "Classes/SwiftUI/SimpleImageView.swift",
        "Classes/SwiftUI/TextFieldAdvanced.swift",
        "Classes/SwiftUI/VisualEffectView.swift",
        "Classes/View/AppKit/CenteredClipView.swift",
        "Classes/View/AppKit/FZScrollView.swift",
        "Classes/View/AppKit/ImageView/ImageView.swift",
        "Classes/View/AppKit/ImageView/MagnifyImageView.swift",
        "Classes/View/AppKit/MediaView/MagnifyMediaView.swift",
        "Classes/View/AppKit/MediaView/MediaView.swift",
        "Classes/View/AppKit/ScrollPlayerView.swift",
        "Classes/View/AppKit/TrimView.swift",
        "Classes/View/ColorPickerView.swift",
        "Classes/View/DashedBorderView.swift",
        "Classes/View/DateTextFieldLabel.swift",
        "Classes/View/FZWebView.swift",
        "Classes/View/GradientView/Gradient+Preset.swift",
        "Classes/View/GradientView/Gradient.swift",
        "Classes/View/GradientView/GradientLayer.swift",
        "Classes/View/GradientView/GradientView.swift",
        "Classes/View/NumberTextField.swift",
        "Classes/View/PullRefreshableScrollView.swift",
        "Classes/View/ResizingTextField.swift",
        "Classes/View/StackView/SimpleStackView.swift",
        "Classes/View/StackView/SpacerView.swift",
        "Classes/View/StackView/StackView.swift",
        "Extensions/AVKit/AVAsset+.swift",
        "Extensions/AVKit/AVAssetImageGenerator+.swift",
        "Extensions/AVKit/AVAssetReaderOutput+.swift",
        "Extensions/AVKit/AVAsynchronousKeyValueLoading+.swift",
        "Extensions/AVKit/AVAsynchronousKeyValueLoading+Values.swift",
        "Extensions/AVKit/AVPlayer+.swift",
        "Extensions/AVKit/AVPlayerItem+.swift",
        "Extensions/AVKit/AVPlayerView+.swift",
        "Extensions/AVKit/AVPlayerViewController+.swift",
        "Extensions/AVKit/AVURLAsset+.swift",
        "Extensions/AVKit/CMTime+.swift",
        "Extensions/AVKit/CVImageBuffer+.swift",
        "Extensions/AppKit/AXUIElement/AXAction.swift",
        "Extensions/AppKit/AXUIElement/AXAttribute.swift",
        "Extensions/AppKit/AXUIElement/AXError.swift",
        "Extensions/AppKit/AXUIElement/AXLogger.swift",
        "Extensions/AppKit/AXUIElement/AXNotification.swift",
        "Extensions/AppKit/AXUIElement/AXNotificationObserver.swift",
        "Extensions/AppKit/AXUIElement/AXNotificationToken.swift",
        "Extensions/AppKit/AXUIElement/AXObserver+.swift",
        "Extensions/AppKit/AXUIElement/AXParameterizedAttribute.swift",
        "Extensions/AppKit/AXUIElement/AXRole.swift",
        "Extensions/AppKit/AXUIElement/AXSubrole.swift",
        "Extensions/AppKit/AXUIElement/AXUIElement+.swift",
        "Extensions/AppKit/AXUIElement/AXUIElementValues.swift",
        "Extensions/AppKit/Application/NSApplication+.swift",
        "Extensions/AppKit/Application/NSRunningApplication+.swift",
        "Extensions/AppKit/Event/NSEvent+.swift",
        "Extensions/AppKit/Event/NSEvent+KeyCode.swift",
        "Extensions/AppKit/Event/NSEvent+Monitor.swift",
        "Extensions/AppKit/Menu/MenuBuilder/NSMenu+AnyMenuItem.swift",
        "Extensions/AppKit/Menu/MenuBuilder/NSMenu+IndentGroup.swift",
        "Extensions/AppKit/Menu/MenuBuilder/NSMenu+MenuBuilder.swift",
        "Extensions/AppKit/Menu/MenuBuilder/NSMenu+MenuItem.swift",
        "Extensions/AppKit/Menu/MenuBuilder/NSMenu+SepereatorItem.swift",
        "Extensions/AppKit/Menu/MenuItemView+Alt.swift",
        "Extensions/AppKit/Menu/MenuItemView+SwiftUI.swift",
        "Extensions/AppKit/Menu/MenuItemView.swift",
        "Extensions/AppKit/Menu/NSColorMenuItem.swift",
        "Extensions/AppKit/Menu/NSMenu+.swift",
        "Extensions/AppKit/Menu/NSMenuItem+.swift",
        "Extensions/AppKit/Menu/NSStatusItem+.swift",
        "Extensions/AppKit/Misc/NSAlert+.swift",
        "Extensions/AppKit/Misc/NSAnimatablePropertyContainer+.swift",
        "Extensions/AppKit/Misc/NSAnimationContext+.swift",
        "Extensions/AppKit/Misc/NSAppearance+.swift",
        "Extensions/AppKit/Misc/NSCursor+.swift",
        "Extensions/AppKit/Misc/NSFontManager+.swift",
        "Extensions/AppKit/Misc/NSOpenPanel+.swift",
        "Extensions/AppKit/Misc/NSPopover+.swift",
        "Extensions/AppKit/Misc/NSPredicateEditor+.swift",
        "Extensions/AppKit/Misc/NSPredicateEditorRowTemplate+.swift",
        "Extensions/AppKit/Misc/NSResponder+.swift",
        "Extensions/AppKit/Misc/NSSavePanel+.swift",
        "Extensions/AppKit/Misc/NSScreen+.swift",
        "Extensions/AppKit/Misc/NSSound+.swift",
        "Extensions/AppKit/Misc/NSTouch+.swift",
        "Extensions/AppKit/Misc/NSUserInterfaceCompressionOptions+.swift",
        "Extensions/AppKit/Misc/NSUserInterfaceItemIdentifier+.swift",
        "Extensions/AppKit/Misc/NSWorkspace+.swift",
        "Extensions/AppKit/Pasteboard/DragPreview.swift",
        "Extensions/AppKit/Pasteboard/DropInfo.swift",
        "Extensions/AppKit/Pasteboard/NSDragOperation+.swift",
        "Extensions/AppKit/Pasteboard/NSDraggingImageComponent+.swift",
        "Extensions/AppKit/Pasteboard/NSDraggingInfo+.swift",
        "Extensions/AppKit/Pasteboard/NSDraggingItem+.swift",
        "Extensions/AppKit/Pasteboard/NSDraggingSession+.swift",
        "Extensions/AppKit/Pasteboard/NSFilePromiseProvider+.swift",
        "Extensions/AppKit/Pasteboard/NSPasteboard+.swift",
        "Extensions/AppKit/Pasteboard/NSPasteboardItem+.swift",
        "Extensions/AppKit/Pasteboard/PasteboardContent.swift",
        "Extensions/AppKit/Pasteboard/PasteboardReading.swift",
        "Extensions/AppKit/Pasteboard/PasteboardWriting.swift",
        "Extensions/AppKit/Toolbar/NSSharingServicePickerToolbarItem+.swift",
        "Extensions/AppKit/Toolbar/NSToolbarItem+.swift",
        "Extensions/AppKit/Toolbar/NSToolbarItem+Validation.swift",
        "Extensions/AppKit/Toolbar/NSToolbarItemGroup+.swift",
        "Extensions/AppKit/Toolbar/Toolbar/Toolbar+Builder.swift",
        "Extensions/AppKit/Toolbar/Toolbar/Toolbar.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Button.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Custom.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Group.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Item.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Menu.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+PopUpButton.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Popover.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Search.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Segmented.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Separator.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+SharingServicePicker.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+Standard.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+TrackingSeparator.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem+View.swift",
        "Extensions/AppKit/Toolbar/ToolbarItem/ToolbarItem.swift",
        "Extensions/AppKit/Window/NSViewController+WindowController.swift",
        "Extensions/AppKit/Window/NSWindow+.swift",
        "Extensions/AppKit/Window/NSWindowController+.swift",
        "Extensions/AppKit/Window/NSWindowController+TabbableWindow.swift",
        "Extensions/AppKit/Window/NSWindowTabGroup+.swift",
        "Extensions/Color/AppKit/NSColor+.swift",
        "Extensions/Color/CGColor+.swift",
        "Extensions/Color/CGColorSpace+.swift",
        "Extensions/Color/CGColorSpaceName.swift",
        "Extensions/Color/NSColorSpace+.swift",
        "Extensions/Color/NSUIColor+.swift",
        "Extensions/Color/NSUIColor+Codable.swift",
        "Extensions/Color/NSUIColor+Editing.swift",
        "Extensions/Color/NSUIColor+HSB.swift",
        "Extensions/Color/NSUIColor+HSL.swift",
        "Extensions/Color/NSUIColor+Hex.swift",
        "Extensions/Color/NSUIColor+Image.swift",
        "Extensions/Color/NSUIColor+Luminosity.swift",
        "Extensions/Color/NSUIColor+Mixing.swift",
        "Extensions/Color/NSUIColor+RGB.swift",
        "Extensions/Color/UIKit/UIColor+.swift",
        "Extensions/CoreAnimation/CAAnimation+.swift",
        "Extensions/CoreAnimation/CACornerMask+.swift",
        "Extensions/CoreAnimation/CADisplayLink+.swift",
        "Extensions/CoreAnimation/CAFrameRateRange+.swift",
        "Extensions/CoreAnimation/CALayer+.swift",
        "Extensions/CoreAnimation/CAMediaTimingFunction+.swift",
        "Extensions/CoreAnimation/CAPropertyAnimation+.swift",
        "Extensions/CoreAnimation/CAPropertyAnimation+Key.swift",
        "Extensions/CoreAnimation/CASpringAnimation+.swift",
        "Extensions/CoreAnimation/CATransaction+.swift",
        "Extensions/CoreAnimation/CATransform3D+.swift",
        "Extensions/CoreAnimation/CATransition+.swift",
        "Extensions/CoreAnimation/Decomposed/CALayerExtensions.swift",
        "Extensions/CoreAnimation/Decomposed/CATransform3DConvenienceExtensions.swift",
        "Extensions/CoreAnimation/Decomposed/CATransform3DExtensions.swift",
        "Extensions/CoreAnimation/Decomposed/CGQuaternion.swift",
        "Extensions/CoreAnimation/Decomposed/CGVector3.swift",
        "Extensions/CoreAnimation/Decomposed/CGVector4.swift",
        "Extensions/CoreAnimation/Decomposed/Interpolatable.swift",
        "Extensions/CoreAnimation/Decomposed/Perspective.swift",
        "Extensions/CoreAnimation/Decomposed/SIMDConvenienceExtensions.swift",
        "Extensions/CoreAnimation/Decomposed/SIMDDecomposed.swift",
        "Extensions/Font/AppKit/NSFont+.swift",
        "Extensions/Font/AppKit/NSFont+FontFamily.swift",
        "Extensions/Font/NSUIFont+.swift",
        "Extensions/Font/NSUIFontDescriptor+.swift",
        "Extensions/Image/AppKit/NSBitmapImageRep+.swift",
        "Extensions/Image/AppKit/NSImage+.swift",
        "Extensions/Image/AppKit/NSImage+Animated.swift",
        "Extensions/Image/AppKit/NSImage+Thumbnail.swift",
        "Extensions/Image/CGImage+.swift",
        "Extensions/Image/CIImage+.swift",
        "Extensions/Image/NSUIImage+.swift",
        "Extensions/Image/NSUIImage+Animated.swift",
        "Extensions/Image/NSUIImage+Codable.swift",
        "Extensions/Image/NSUIImage+Combine.swift",
        "Extensions/Image/NSUIImage+ContourPath.swift",
        "Extensions/Image/NSUIImage+Modify.swift",
        "Extensions/Image/NSUIImage+NonAlpha.swift",
        "Extensions/Image/NSUIImage+RecognizedText.swift",
        "Extensions/Image/NSUIImage+Shadow.swift",
        "Extensions/Image/NSUIImage+Stack.swift",
        "Extensions/Image/NSUIImage+SymbolConfiguration.swift",
        "Extensions/Image/NSUIImage+Tiles.swift",
        "Extensions/Misc/ActionBlock.swift",
        "Extensions/Misc/CGPath+.swift",
        "Extensions/Misc/CGPath+Shape.swift",
        "Extensions/Misc/NSDiffableDataSourceSnapshot+.swift",
        "Extensions/Misc/NSLayoutConstraint+.swift",
        "Extensions/Misc/NSLayoutGuide+.swift",
        "Extensions/Misc/NSLayoutManager+.swift",
        "Extensions/Misc/NSObject+.swift",
        "Extensions/Misc/NSShadow+.swift",
        "Extensions/Misc/NSSortDescriptor+.swift",
        "Extensions/Misc/NSUIBezierPath+Shape.swift",
        "Extensions/Misc/NSUIBezierPath+String.swift",
        "Extensions/Misc/NSUIBezierpath+.swift",
        "Extensions/Misc/NSUIEdgeInset+.swift",
        "Extensions/Misc/NSUIGestureRecognizer+.swift",
        "Extensions/Misc/NSUINib+.swift",
        "Extensions/Misc/NSUIRectCorner+.swift",
        "Extensions/Misc/NSUIStoryboard+.swift",
        "Extensions/Misc/QLThumbnailGenerator+.swift",
        "Extensions/Misc/UIKit/UIAlertController+.swift",
        "Extensions/Misc/UIKit/UIConfigurationStateCustomKey+.swift",
        "Extensions/Misc/UIKit/UIContentConfiguration+Stateless.swift",
        "Extensions/SwiftUI/AnimatablePair+.swift",
        "Extensions/SwiftUI/Button+.swift",
        "Extensions/SwiftUI/Color+.swift",
        "Extensions/SwiftUI/Font+.swift",
        "Extensions/SwiftUI/Image+.swift",
        "Extensions/SwiftUI/Material+.swift",
        "Extensions/SwiftUI/Path+.swift",
        "Extensions/SwiftUI/ProcessInfo+.swift",
        "Extensions/SwiftUI/Shape/RelativeRoundedRectangle.swift",
        "Extensions/SwiftUI/Shape/RoundedCornerRectangle.swift",
        "Extensions/SwiftUI/Shape/Shape+.swift",
        "Extensions/SwiftUI/Shape/Shape+Star.swift",
        "Extensions/SwiftUI/Shape/UnevenRelativeRoundedRectangle.swift",
        "Extensions/SwiftUI/Spring+.swift",
        "Extensions/SwiftUI/Text+.swift",
        "Extensions/SwiftUI/VectorArithmetic+.swift",
        "Extensions/SwiftUI/View/Innershadow.swift",
        "Extensions/SwiftUI/View/View+.swift",
        "Extensions/SwiftUI/View/View+Optional.swift",
        "Extensions/SwiftUI/View/View+SkeumorphBorder.swift",
        "Extensions/SwiftUI/View/View+TextAlignment.swift",
        "Extensions/View/AppKit/EditiableView.swift",
        "Extensions/View/AppKit/GestureRecognizer/NSGestureRecognizer+.swift",
        "Extensions/View/AppKit/GestureRecognizer/NSMagnificationGestureRecognizer+.swift",
        "Extensions/View/AppKit/GestureRecognizer/NSRotationGestureRecognizer+.swift",
        "Extensions/View/AppKit/NSBox+.swift",
        "Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration+View.swift",
        "Extensions/View/AppKit/NSButton/Configuration/AdvanceConfiguration.swift",
        "Extensions/View/AppKit/NSButton/Configuration/Configuration.swift",
        "Extensions/View/AppKit/NSButton/Configuration/NSButton+Configuration.swift",
        "Extensions/View/AppKit/NSButton/NSButton+.swift",
        "Extensions/View/AppKit/NSButton/NSPopUpButton+.swift",
        "Extensions/View/AppKit/NSClipView+.swift",
        "Extensions/View/AppKit/NSColorPanel+.swift",
        "Extensions/View/AppKit/NSColorWell+.swift",
        "Extensions/View/AppKit/NSControl+.swift",
        "Extensions/View/AppKit/NSDatePicker+.swift",
        "Extensions/View/AppKit/NSGridView/GridCell.swift",
        "Extensions/View/AppKit/NSGridView/GridColumn.swift",
        "Extensions/View/AppKit/NSGridView/GridRow.swift",
        "Extensions/View/AppKit/NSGridView/NSGridCell+.swift",
        "Extensions/View/AppKit/NSGridView/NSGridColumn+.swift",
        "Extensions/View/AppKit/NSGridView/NSGridRow+.swift",
        "Extensions/View/AppKit/NSGridView/NSGridView+.swift",
        "Extensions/View/AppKit/NSImageView+.swift",
        "Extensions/View/AppKit/NSLevelIndicator+.swift",
        "Extensions/View/AppKit/NSMatrix+.swift",
        "Extensions/View/AppKit/NSProgressIndicator+.swift",
        "Extensions/View/AppKit/NSScrollView+.swift",
        "Extensions/View/AppKit/NSScroller+.swift",
        "Extensions/View/AppKit/NSSegmentedControl/NSSegmentedControl+.swift",
        "Extensions/View/AppKit/NSSegmentedControl/NSSegmentedControl+Builder.swift",
        "Extensions/View/AppKit/NSSegmentedControl/NSSegmentedControl+Segment.swift",
        "Extensions/View/AppKit/NSSlider+.swift",
        "Extensions/View/AppKit/NSSplitViewController+.swift",
        "Extensions/View/AppKit/NSStackView+.swift",
        "Extensions/View/AppKit/NSStepper+.swift",
        "Extensions/View/AppKit/NSSwitch+.swift",
        "Extensions/View/AppKit/NSTextField/NSTextField+.swift",
        "Extensions/View/AppKit/NSTextField/NSTextField+AdjustFont.swift",
        "Extensions/View/AppKit/NSTextField/NSTextField+Colors.swift",
        "Extensions/View/AppKit/NSTextField/NSTextField+Editing.swift",
        "Extensions/View/AppKit/NSTextField/NSTextField+ExtendedCell.swift",
        "Extensions/View/AppKit/NSTextField/NSTextField+Resizing.swift",
        "Extensions/View/AppKit/NSTextField/NSTextField+TextLayout.swift",
        "Extensions/View/AppKit/NSTextField/NSTextFieldCell+.swift",
        "Extensions/View/AppKit/NSTextField/TextLine.swift",
        "Extensions/View/AppKit/NSTextView+.swift",
        "Extensions/View/AppKit/NSView+.swift",
        "Extensions/View/AppKit/NSView+Animate.swift",
        "Extensions/View/AppKit/NSView+BackgroundStyle.swift",
        "Extensions/View/AppKit/NSView+Drag.swift",
        "Extensions/View/AppKit/NSView+Drop.swift",
        "Extensions/View/AppKit/NSView+FirstResponder.swift",
        "Extensions/View/AppKit/NSView+Handlers.swift",
        "Extensions/View/AppKit/NSView+KeybortShortcut.swift",
        "Extensions/View/AppKit/NSView+Observer.swift",
        "Extensions/View/AppKit/NSView+Resize.swift",
        "Extensions/View/AppKit/NSView+SizeThatFits.swift",
        "Extensions/View/AppKit/NSView+SystemLayoutSizeFitting.swift",
        "Extensions/View/AppKit/NSView+TrackingArea.swift",
        "Extensions/View/AppKit/NSViewController+.swift",
        "Extensions/View/AppKit/NSVisualEffectView+.swift",
        "Extensions/View/CollectionView/AppKit/NSCollectionView+.swift",
        "Extensions/View/CollectionView/AppKit/NSCollectionView+DisplayingItems.swift",
        "Extensions/View/CollectionView/AppKit/NSCollectionView+EmptyView.swift",
        "Extensions/View/CollectionView/AppKit/NSCollectionView+ItemDropTargetGapIndicator.swift",
        "Extensions/View/CollectionView/AppKit/NSCollectionViewItem++SelfSizing.swift",
        "Extensions/View/CollectionView/AppKit/NSCollectionViewItem+.swift",
        "Extensions/View/CollectionView/AppKit/NSCollectionViewLayoutAttributes+.swift",
        "Extensions/View/CollectionView/NSCollectionLayoutBoundarySupplementaryItem+.swift",
        "Extensions/View/CollectionView/NSCollectionLayoutSection+.swift",
        "Extensions/View/CollectionView/NSUICollectionView+.swift",
        "Extensions/View/CollectionView/NSUICollectionViewDiffableDataSource+.swift",
        "Extensions/View/CollectionView/NSUICollectionViewLayout+.swift",
        "Extensions/View/CollectionView/NSUICollectionViewLayout+Column.swift",
        "Extensions/View/CollectionView/NSUICollectionViewLayout+Comp.swift",
        "Extensions/View/CollectionView/NSUICollectionViewLayout+Pinch.swift",
        "Extensions/View/CollectionView/UIKit/UICollectionView+.swift",
        "Extensions/View/CollectionView/UIKit/UICollectionViewCell+.swift",
        "Extensions/View/CollectionView/UIKit/UICollectionViewDiffableDataSource+.swift",
        "Extensions/View/CollectionView/UIKit/UICollectionViewLayout+Layout.swift",
        "Extensions/View/NSUIControl+.swift",
        "Extensions/View/NSUIHostingController+.swift",
        "Extensions/View/NSUIHostingController+AutoHeight.swift",
        "Extensions/View/NSUIStackView+.swift",
        "Extensions/View/NSUITextField+.swift",
        "Extensions/View/NSUITextView+.swift",
        "Extensions/View/NSUIView+.swift",
        "Extensions/View/NSUIView+BackgroundColor.swift",
        "Extensions/View/NSUIView+Constraints.swift",
        "Extensions/View/NSUIView+Drag.swift",
        "Extensions/View/NSUIView+Material.swift",
        "Extensions/View/NSUIView+PinEdges.swift",
        "Extensions/View/NSUIView+RenderedImage.swift",
        "Extensions/View/NSUIView+Shakable.swift",
        "Extensions/View/NSUIView+VisualEffect.swift",
        "Extensions/View/NSUIView+isEnabled.swift",
        "Extensions/View/NSViewProtocol.swift",
        "Extensions/View/Nibloadable.swift",
        "Extensions/View/TableView/AppKit/NSOutlineView+.swift",
        "Extensions/View/TableView/AppKit/NSTableCellView+.swift",
        "Extensions/View/TableView/AppKit/NSTableColumn+.swift",
        "Extensions/View/TableView/AppKit/NSTableRowView+.swift",
        "Extensions/View/TableView/AppKit/NSTableView+.swift",
        "Extensions/View/TableView/AppKit/NSTableView+EmptyView.swift",
        "Extensions/View/TableView/AppKit/NSTableViewRowAction+.swift",
        "Extensions/View/TableView/NSUITableViewDiffableDataSource+.swift",
        "Extensions/View/TableView/UIKit/Registration/UITableView+CellRegistration.swift",
        "Extensions/View/TableView/UIKit/Registration/UITableView+HeaderFooterRegistration.swift",
        "Extensions/View/TableView/UIKit/UIContextualAction+.swift",
        "Extensions/View/TableView/UIKit/UITableView+.swift",
        "Extensions/View/TableView/UIKit/UITableView+Handlers.swift",
        "Extensions/View/TableView/UIKit/UITableViewCell+.swift",
        "Extensions/View/UIKit/UIContentView+.swift",
        "Extensions/View/UIKit/UIHostingView.swift",
        "Extensions/View/UIKit/UILabel+.swift",
        "Extensions/View/UIKit/UIScrollView+.swift",
        "Extensions/View/UIKit/UIStackView+.swift",
        "Extensions/View/UIKit/UIView+.swift",
        "Extensions/View/WKWebView+.swift",
        "Extensions/View/WKWebView+HTML.swift",
        "Extensions/View/WKWebView+Handlers.swift",
        "NSUI Typealias.swift"
      ],
      "target_dependencies" : [
        "_DelegateProxy",
        "_ObjectProxy"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.