Unable to build the template #9

Open
opened 2025-10-28 19:58:19 +01:00 by mble · 4 comments

Hello,
Here is what I get when I try to build the template inside vscode in accordance to the readme instructions:

> /usr/bin/swift build --product AdwaitaTemplate

warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread
warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /workspaces/adwaita-template/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                 `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                                                                 `- error: generic parameter 'T' could not be inferred
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                 `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                                                                 `- error: generic parameter 'T' could not be inferred
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                 `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                                                                 `- error: generic parameter 'T' could not be inferred
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                 `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                                                                 `- error: generic parameter 'T' could not be inferred
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                 `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                                                                 `- error: generic parameter 'T' could not be inferred
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope
55 |     /// - Returns: The view storage.
56 |     public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
57 |         let storage = ViewStorage(adw_spinner_new()?.opaque())
   |                                   `- error: cannot find 'adw_spinner_new' in scope
58 |         for function in appearFunctions {
59 |             function(storage, data)
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope
55 |     /// - Returns: The view storage.
56 |     public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
57 |         let storage = ViewStorage(adw_spinner_new()?.opaque())
   |                                   `- error: cannot find 'adw_spinner_new' in scope
58 |         for function in appearFunctions {
59 |             function(storage, data)
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope
55 |     /// - Returns: The view storage.
56 |     public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
57 |         let storage = ViewStorage(adw_spinner_new()?.opaque())
   |                                   `- error: cannot find 'adw_spinner_new' in scope
58 |         for function in appearFunctions {
59 |             function(storage, data)
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope
55 |     /// - Returns: The view storage.
56 |     public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
57 |         let storage = ViewStorage(adw_spinner_new()?.opaque())
   |                                   `- error: cannot find 'adw_spinner_new' in scope
58 |         for function in appearFunctions {
59 |             function(storage, data)
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope
55 |     /// - Returns: The view storage.
56 |     public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
57 |         let storage = ViewStorage(adw_spinner_new()?.opaque())
   |                                   `- error: cannot find 'adw_spinner_new' in scope
58 |         for function in appearFunctions {
59 |             function(storage, data)
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
234 |             }
235 |             if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {
236 |                 adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
237 |             }
238 |             if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
240 |             }
241 |             if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {
242 |                 adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
243 |             }
244 | 
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
234 |             }
235 |             if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {
236 |                 adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
237 |             }
238 |             if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
240 |             }
241 |             if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {
242 |                 adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
243 |             }
244 | 
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
234 |             }
235 |             if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {
236 |                 adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
237 |             }
238 |             if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
240 |             }
241 |             if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {
242 |                 adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
243 |             }
244 | 
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
234 |             }
235 |             if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {
236 |                 adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
237 |             }
238 |             if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
240 |             }
241 |             if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {
242 |                 adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
243 |             }
244 | 
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
234 |             }
235 |             if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {
236 |                 adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
237 |             }
238 |             if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
240 |             }
241 |             if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {
242 |                 adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
243 |             }
244 | 
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                 `- error: cannot find 'adw_preferences_page_set_description_centered' in scope
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                                                                       `- error: generic parameter 'T' could not be inferred
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                 `- error: cannot find 'adw_preferences_page_set_description_centered' in scope
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                                                                       `- error: generic parameter 'T' could not be inferred
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                 `- error: cannot find 'adw_preferences_page_set_description_centered' in scope
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                                                                       `- error: generic parameter 'T' could not be inferred
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                 `- error: cannot find 'adw_preferences_page_set_description_centered' in scope
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                                                                       `- error: generic parameter 'T' could not be inferred
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                 `- error: cannot find 'adw_preferences_page_set_description_centered' in scope
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                                                                       `- error: generic parameter 'T' could not be inferred
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }
[256/261] Compiling Core Window.swift

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

 *  Executing task: swift: Build Release AdwaitaTemplate 

> /usr/bin/swift build -c release --product AdwaitaTemplate

warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread
warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /workspaces/adwaita-template/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for production...
/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred
152 |             }
153 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
154 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
155 |             }
156 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
234 |             }
235 |             if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous {
236 |                 adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope
237 |             }
238 |             if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
240 |             }
241 |             if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous {
242 |                 adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool)
    |                 `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope
243 |             }
244 | 

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                 `- error: cannot find 'adw_entry_row_set_max_length' in scope
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred
137 |             }
138 |             if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength {
139 |                 adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt)
    |                                                      `- error: generic parameter 'T' could not be inferred
140 |             }
141 |             if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                 `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred
114 |             }
115 |             if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows {
116 |                 adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool)
    |                                                                 `- error: generic parameter 'T' could not be inferred
117 |             }
118 |             if let title, updateProperties, (storage.previousState as? Self)?.title != title {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                 `- error: cannot find 'adw_preferences_page_set_description_centered' in scope
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred
 83 |             }
 84 |             if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered {
 85 |                 adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool)
    |                                                                       `- error: generic parameter 'T' could not be inferred
 86 |             }
 87 |             if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName {

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()'
10 |     /// Convert an opaque pointer into an unsafe mutable pointer with a defined type.
11 |     /// - Returns: The unsafe mutable pointer.
12 |     public func cast<T>() -> UnsafeMutablePointer<T> {
   |                 `- note: in call to function 'cast()'
13 |         .init(self)
14 |     }

/workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope
55 |     /// - Returns: The view storage.
56 |     public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData {
57 |         let storage = ViewStorage(adw_spinner_new()?.opaque())
   |                                   `- error: cannot find 'adw_spinner_new' in scope
58 |         for function in appearFunctions {
59 |             function(storage, data)


 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

Best regards,
Maciej Błędkowski

Hello, Here is what I get when I try to build the template inside vscode in accordance to the readme instructions: ``` > /usr/bin/swift build --product AdwaitaTemplate warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target /workspaces/adwaita-template/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy Building for debugging... /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope 55 | /// - Returns: The view storage. 56 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 57 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 58 | for function in appearFunctions { 59 | function(storage, data) /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope 55 | /// - Returns: The view storage. 56 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 57 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 58 | for function in appearFunctions { 59 | function(storage, data) /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope 55 | /// - Returns: The view storage. 56 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 57 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 58 | for function in appearFunctions { 59 | function(storage, data) /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope 55 | /// - Returns: The view storage. 56 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 57 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 58 | for function in appearFunctions { 59 | function(storage, data) /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope 55 | /// - Returns: The view storage. 56 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 57 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 58 | for function in appearFunctions { 59 | function(storage, data) /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { 236 | adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { 242 | adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 243 | } 244 | /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { 236 | adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { 242 | adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 243 | } 244 | /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { 236 | adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { 242 | adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 243 | } 244 | /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { 236 | adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { 242 | adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 243 | } 244 | /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { 236 | adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { 242 | adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 243 | } 244 | /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: cannot find 'adw_preferences_page_set_description_centered' in scope 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: generic parameter 'T' could not be inferred 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: cannot find 'adw_preferences_page_set_description_centered' in scope 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: generic parameter 'T' could not be inferred 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: cannot find 'adw_preferences_page_set_description_centered' in scope 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: generic parameter 'T' could not be inferred 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: cannot find 'adw_preferences_page_set_description_centered' in scope 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: generic parameter 'T' could not be inferred 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: cannot find 'adw_preferences_page_set_description_centered' in scope 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: generic parameter 'T' could not be inferred 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } [256/261] Compiling Core Window.swift * The terminal process terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it. * Executing task: swift: Build Release AdwaitaTemplate > /usr/bin/swift build -c release --product AdwaitaTemplate warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread warning: prohibited flag(s): -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -pthread, -mfpmath=sse, -msse, -msse2, -pthread, -pthread, -pthread warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target /workspaces/adwaita-template/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy Building for production... /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:17: error: cannot find 'adw_entry_row_set_max_length' in scope 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/EntryRow.swift:154:54: error: generic parameter 'T' could not be inferred 152 | } 153 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 154 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 155 | } 156 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:236:17: error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 234 | } 235 | if let hhomogeneous, updateProperties, (storage.previousState as? Self)?.hhomogeneous != hhomogeneous { 236 | adw_navigation_view_set_hhomogeneous(widget, hhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_hhomogeneous' in scope 237 | } 238 | if let popOnEscape, updateProperties, (storage.previousState as? Self)?.popOnEscape != popOnEscape { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/NavigationView.swift:242:17: error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 240 | } 241 | if let vhomogeneous, updateProperties, (storage.previousState as? Self)?.vhomogeneous != vhomogeneous { 242 | adw_navigation_view_set_vhomogeneous(widget, vhomogeneous.cBool) | `- error: cannot find 'adw_navigation_view_set_vhomogeneous' in scope 243 | } 244 | /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:17: error: cannot find 'adw_entry_row_set_max_length' in scope 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: cannot find 'adw_entry_row_set_max_length' in scope 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PasswordEntryRow.swift:139:54: error: generic parameter 'T' could not be inferred 137 | } 138 | if let maxLength, updateProperties, (storage.previousState as? Self)?.maxLength != maxLength { 139 | adw_entry_row_set_max_length(widget?.cast(), maxLength.cInt) | `- error: generic parameter 'T' could not be inferred 140 | } 141 | if let showApplyButton, updateProperties, (storage.previousState as? Self)?.showApplyButton != showApplyButton { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:17: error: cannot find 'adw_preferences_group_set_separate_rows' in scope 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: cannot find 'adw_preferences_group_set_separate_rows' in scope 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesGroup.swift:116:65: error: generic parameter 'T' could not be inferred 114 | } 115 | if let separateRows, updateProperties, (storage.previousState as? Self)?.separateRows != separateRows { 116 | adw_preferences_group_set_separate_rows(widget?.cast(), separateRows.cBool) | `- error: generic parameter 'T' could not be inferred 117 | } 118 | if let title, updateProperties, (storage.previousState as? Self)?.title != title { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:17: error: cannot find 'adw_preferences_page_set_description_centered' in scope 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: cannot find 'adw_preferences_page_set_description_centered' in scope 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/PreferencesPage.swift:85:71: error: generic parameter 'T' could not be inferred 83 | } 84 | if let descriptionCentered, updateProperties, (storage.previousState as? Self)?.descriptionCentered != descriptionCentered { 85 | adw_preferences_page_set_description_centered(widget?.cast(), descriptionCentered.cBool) | `- error: generic parameter 'T' could not be inferred 86 | } 87 | if let iconName, updateProperties, (storage.previousState as? Self)?.iconName != iconName { /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/Model/Extensions/OpaquePointer.swift:12:17: note: in call to function 'cast()' 10 | /// Convert an opaque pointer into an unsafe mutable pointer with a defined type. 11 | /// - Returns: The unsafe mutable pointer. 12 | public func cast<T>() -> UnsafeMutablePointer<T> { | `- note: in call to function 'cast()' 13 | .init(self) 14 | } /workspaces/adwaita-template/.build/checkouts/adwaita-swift/Sources/Core/View/Generated/Spinner.swift:57:35: error: cannot find 'adw_spinner_new' in scope 55 | /// - Returns: The view storage. 56 | public func container<Data>(data: WidgetData, type: Data.Type) -> ViewStorage where Data: ViewRenderData { 57 | let storage = ViewStorage(adw_spinner_new()?.opaque()) | `- error: cannot find 'adw_spinner_new' in scope 58 | for function in appearFunctions { 59 | function(storage, data) * The terminal process terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it. ``` Best regards, Maciej Błędkowski
Author

Ok, so from what I can tell, the vscode run and debug did not build with flatpak which caused this issue. At the same time, I tried everything, and I cannot build it in any other environment than flatpak. Please release some sort of guide on how to build it on linux without flatpak. Best regards.

Ok, so from what I can tell, the vscode run and debug did not build with flatpak which caused this issue. At the same time, I tried everything, and I cannot build it in any other environment than flatpak. Please release some sort of guide on how to build it on linux without flatpak. Best regards.
Owner

What‘s your OS/version? I suspect either the libadwaita version is outdated or libadwaita-devel (or similar) is not installed. Either way, I recommend using Flatpak (it is the easiest way by far, and you can use the VS Code extension for Flatpak).

What‘s your OS/version? I suspect either the libadwaita version is outdated or `libadwaita-devel` (or similar) is not installed. Either way, I recommend using Flatpak (it is the easiest way by far, and you can use the [VS Code extension for Flatpak](https://marketplace.visualstudio.com/items?itemName=bilelmoussaoui.flatpak-vscode)).
Author

Fedora Linux 42, libadwaita 1.7.7
Flatpak builds fine, however the build time is a bit long, and that is why I would like to have the ability to build on bare metal

Best regards.

Fedora Linux 42, libadwaita 1.7.7 Flatpak builds fine, however the build time is a bit long, and that is why I would like to have the ability to build on bare metal Best regards.
Owner

libadwaita 1.8 is the minimal version that is required (and also the most recent one). So you'd have to update to Fedora 43/libadwaita 1.8 in order for it to (hopefully) work.

libadwaita 1.8 is the minimal version that is required (and also the most recent one). So you'd have to update to Fedora 43/libadwaita 1.8 in order for it to (hopefully) work.
Sign in to join this conversation.
No Milestone
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aparoksha/adwaita-template#9
No description provided.