Build Information
Successful build of FZUIKit, reference main (0771be
), with Swift 6.0 for macOS (SPM) on 5 Jun 2025 07:47:05 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
82 | }
83 |
84 | extension NSGridCell.Placement: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Placement' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
85 | public var description: String {
86 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/View/AppKit/NSGridView/NSGridRow+.swift:87:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
85 | }
86 |
87 | extension NSGridRow.Alignment: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
88 | public var description: String {
89 | switch self {
[705/765] 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 {
[706/765] 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 {
[707/765] 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 {
[708/765] 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 {
[709/765] 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 {
[710/765] 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 {
[711/765] 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 {
[712/765] 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 {
[713/765] 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 {
[714/765] 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 {
[715/765] 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 {
[716/765] 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 {
[717/765] 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 {
[718/765] Compiling FZUIKit NSScroller+.swift
[719/765] Compiling FZUIKit NSSegmentedControl+.swift
[720/765] Compiling FZUIKit NSSegmentedControl+Builder.swift
[721/765] Compiling FZUIKit NSSegmentedControl+Segment.swift
[722/765] Compiling FZUIKit NSSlider+.swift
[723/765] Compiling FZUIKit NSSplitViewController+.swift
[724/765] Compiling FZUIKit NSStackView+.swift
[725/765] Compiling FZUIKit NSStepper+.swift
[726/765] Compiling FZUIKit NSSwitch+.swift
[727/765] Compiling FZUIKit NSTextField+.swift
[728/765] Compiling FZUIKit NSTextField+AdjustFont.swift
[729/765] Compiling FZUIKit NSTextField+Colors.swift
[730/765] Compiling FZUIKit NSTextField+Editing.swift
[731/765] Compiling FZUIKit NSTextField+ExtendedCell.swift
[732/765] Compiling FZUIKit NSTextField+Resizing.swift
[733/765] Compiling FZUIKit NSTextField+TextLayout.swift
[734/765] Compiling FZUIKit NSTextFieldCell+.swift
[735/765] Compiling FZUIKit TextLine.swift
[736/765] Compiling FZUIKit NSTextView+.swift
[737/765] Compiling FZUIKit NSView+.swift
[738/765] Compiling FZUIKit NSView+Animate.swift
[739/765] Compiling FZUIKit NSView+BackgroundStyle.swift
[740/765] Compiling FZUIKit NSView+Drag.swift
[741/765] Compiling FZUIKit NSView+Drop.swift
[742/765] Compiling FZUIKit NSUIColor+Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[743/765] Compiling FZUIKit NSUIColor+Luminosity.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[744/765] Compiling FZUIKit NSUIColor+Mixing.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[745/765] Compiling FZUIKit NSUIColor+RGB.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[746/765] Compiling FZUIKit UIColor+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[747/765] Compiling FZUIKit CAAnimation+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[748/765] Compiling FZUIKit CACornerMask+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[749/765] Compiling FZUIKit CADisplayLink+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[750/765] Compiling FZUIKit CAFrameRateRange+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[751/765] Compiling FZUIKit CALayer+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[752/765] Compiling FZUIKit CAMediaTimingFunction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[753/765] Compiling FZUIKit CAPropertyAnimation+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[754/765] Compiling FZUIKit CAPropertyAnimation+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[755/765] Compiling FZUIKit CASpringAnimation+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[756/765] Compiling FZUIKit CATransaction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[757/765] Compiling FZUIKit CATransform3D+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[758/765] Compiling FZUIKit CATransition+.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[759/765] Compiling FZUIKit CALayerExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[760/765] Compiling FZUIKit CATransform3DConvenienceExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[761/765] Compiling FZUIKit CATransform3DExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[762/765] Compiling FZUIKit CGQuaternion.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[763/765] Compiling FZUIKit CGVector3.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[764/765] Compiling FZUIKit CGVector4.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
[765/765] Compiling FZUIKit Interpolatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CACornerMask+.swift:78:5: warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
76 | }
77 |
78 | extension CACornerMask: Hashable {
| |- warning: extension declares a conformance of imported type 'CACornerMask' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
79 | public func hash(into hasher: inout Hasher) {
80 | hasher.combine(rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:49:84: warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
47 |
48 | func updatedShadowConfiguration() -> ShadowConfiguration {
49 | resolvedColor(for: shadowConfiguration.resolvedColor()) == shadowColor ? shadowConfiguration.color : shadowColor?.nsUIColor
| `- warning: expression of type 'NSUIColor?' (aka 'Optional<NSColor>') is unused
50 | shadowConfiguration.radius = shadowRadius
51 | shadowConfiguration.offset = shadowOffset.point
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:186:21: warning: attempting to access 'nsuiBackgroundColor' within its own getter
184 | get {
185 | if let color: NSUIColor = getAssociatedValue("nsuiBackgroundColor"), resolvedColor(for: color) != backgroundColor {
186 | nsuiBackgroundColor = backgroundColor?.nsUIColor
| |- warning: attempting to access 'nsuiBackgroundColor' within its own getter
| `- note: access 'self' explicitly to silence this warning
187 | }
188 | return getAssociatedValue("nsuiBackgroundColor")
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CALayer+.swift:200:31: warning: value 'self' was defined but never used; consider replacing with boolean test
198 | #if os(macOS)
199 | parentView.effectiveAppearanceObservation = parentView.observeChanges(for: \.effectiveAppearance) { [weak self] old, new in
200 | guard let self = self else { return }
| `- warning: value 'self' was defined but never used; consider replacing with boolean test
201 | }
202 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/CATransform3D+.swift:13:5: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
11 | import QuartzCore
12 |
13 | extension CATransform3D: Equatable {
| |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
14 | public static func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
15 | CATransform3DEqualToTransform(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/FZUIKit/Extensions/CoreAnimation/Decomposed/CGQuaternion.swift:89:1: warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
87 | @available(iOS, obsoleted: 17.0, message: "iOS 17 provides Hashable")
88 | @available(tvOS, obsoleted: 17.0, message: "tvOS 17 provides Hashable")
89 | extension simd_quatd: Hashable {
| |- warning: extension declares a conformance of imported type 'simd_quatd' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'simd' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
90 | public func hash(into hasher: inout Hasher) {
91 | hasher.combine(vector)
Build complete! (35.49s)
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/68244] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (2.59s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (f30acd0)
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+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.