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.0 for macOS (SPM) on 27 Jun 2025 19:53:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

    | |- 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 {
[728/767] Compiling FZUIKit NSColorPanel+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[729/767] Compiling FZUIKit NSColorWell+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[730/767] Compiling FZUIKit NSControl+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[731/767] Compiling FZUIKit NSDatePicker+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[732/767] Compiling FZUIKit GridCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[733/767] Compiling FZUIKit GridColumn.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[734/767] Compiling FZUIKit GridRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[735/767] Compiling FZUIKit NSGridCell+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[736/767] Compiling FZUIKit NSGridColumn+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[737/767] Compiling FZUIKit NSGridRow+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[738/767] Compiling FZUIKit NSGridView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[739/767] Compiling FZUIKit NSImageView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[740/767] Compiling FZUIKit NSLevelIndicator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[741/767] Compiling FZUIKit NSMatrix+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[742/767] Compiling FZUIKit NSProgressIndicator+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[743/767] Compiling FZUIKit NSScrollView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSControl+.swift:106:1: warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
104 | }
105 |
106 | extension NSControl.StateValue: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'StateValue' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
107 |     public init(booleanLiteral value: Bool) {
108 |         self = value ? .on : .off
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:162:20: warning: value 'gridCell' was defined but never used; consider replacing with boolean test
160 |         get { Size(width: columnIndexes.count, height: rowIndexes.count) }
161 |         set {
162 |             if let gridCell = gridCell {
    |                    `- warning: value 'gridCell' was defined but never used; consider replacing with boolean test
163 |                 let currentSize = size
164 |                 if let row = row {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:164:24: warning: value 'row' was defined but never used; consider replacing with boolean test
162 |             if let gridCell = gridCell {
163 |                 let currentSize = size
164 |                 if let row = row {
    |                        `- warning: value 'row' was defined but never used; consider replacing with boolean test
165 |                     if newValue.width > currentSize.width {
166 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/GridCell.swift:171:24: warning: value 'column' was defined but never used; consider replacing with boolean test
169 |                     }
170 |                 }
171 |                 if let column = column {
    |                        `- warning: value 'column' was defined but never used; consider replacing with boolean test
172 |                     if newValue.height > currentSize.height {
173 |
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridCell+.swift:84:1: warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 82 | }
 83 |
 84 | extension NSGridCell.Placement: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 85 |     public var description: String {
 86 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
88 |     public var description: String {
89 |         switch self {
[744/767] Compiling FZUIKit NSView+FirstResponder.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[745/767] Compiling FZUIKit NSView+Handlers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[746/767] Compiling FZUIKit NSView+KeybortShortcut.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[747/767] Compiling FZUIKit NSView+Observer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[748/767] Compiling FZUIKit NSView+Resize.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[749/767] Compiling FZUIKit NSView+SizeThatFits.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[750/767] Compiling FZUIKit NSView+SystemLayoutSizeFitting.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[751/767] Compiling FZUIKit NSView+TrackingArea.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[752/767] Compiling FZUIKit NSViewController+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[753/767] Compiling FZUIKit NSVisualEffectView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[754/767] Compiling FZUIKit NSCollectionView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[755/767] Compiling FZUIKit NSCollectionView+DisplayingItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[756/767] Compiling FZUIKit NSCollectionView+EmptyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[757/767] Compiling FZUIKit NSCollectionView+ItemDropTargetGapIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[758/767] Compiling FZUIKit NSCollectionViewItem++SelfSizing.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[759/767] Compiling FZUIKit NSCollectionViewItem+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[760/767] Compiling FZUIKit NSCollectionViewLayoutAttributes+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[761/767] Compiling FZUIKit NSCollectionLayoutBoundarySupplementaryItem+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[762/767] Compiling FZUIKit NSCollectionLayoutSection+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[763/767] Compiling FZUIKit NSUICollectionView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[764/767] Compiling FZUIKit NSUICollectionViewDiffableDataSource+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[765/767] Compiling FZUIKit NSUICollectionViewLayout+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[766/767] Compiling FZUIKit NSUICollectionViewLayout+Column.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
[767/767] Compiling FZUIKit NSUICollectionViewLayout+Comp.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:63:1: warning: extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 61 | extension NSVisualEffectView.BlendingMode: Codable { }
 62 |
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'State' 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
 64 |     public var description: String {
 65 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:73:1: warning: extension declares a conformance of imported type 'BlendingMode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 71 | }
 72 |
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'BlendingMode' 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
 74 |     public var description: String {
 75 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:82:1: warning: extension declares a conformance of imported type 'Material' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 80 | }
 81 |
 82 | extension NSVisualEffectView.Material: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'Material' 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
 83 |     public var description: String {
 84 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:65:9: warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 63 | extension NSVisualEffectView.State: CustomStringConvertible {
 64 |     public var description: String {
 65 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 66 |         case .followsWindowActiveState: return "followsWindowActiveState"
 67 |         case .active: return "active"
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSVisualEffectView+.swift:75:9: warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
 73 | extension NSVisualEffectView.BlendingMode: CustomStringConvertible {
 74 |     public var description: String {
 75 |         switch self {
    |         |- warning: switch covers known cases, but 'NSVisualEffectView.BlendingMode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |         `- note: handle unknown values using "@unknown default"
 76 |         case .behindWindow: return "behindWindow"
 77 |         case .withinWindow: return "withinWindow"
Build complete! (33.20s)
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/68260] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (2.73s)
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.